diff options
author | Jakub Jelinek <jakub@redhat.com> | 2006-03-02 10:02:33 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2006-03-02 10:02:33 +0000 |
commit | 51d2f6dd7f5c5a2838e864f7d5795f3110536b6d (patch) | |
tree | c9d3e011425ad1da7abb4608cf91fd35287ca456 | |
parent | 82a448ae7d266e8a21c20de42ba49bde59203e43 (diff) | |
download | glibc-51d2f6dd7f5c5a2838e864f7d5795f3110536b6d.tar.gz glibc-51d2f6dd7f5c5a2838e864f7d5795f3110536b6d.tar.xz glibc-51d2f6dd7f5c5a2838e864f7d5795f3110536b6d.zip |
2.3.91-1 cvs/fedora-glibc-2_3_91-1
-rw-r--r-- | fedora/glibc.spec.in | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index a3902477da..843833564f 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -1,4 +1,4 @@ -%define glibcrelease 39 +%define glibcrelease 1 %define auxarches i586 i686 athlon sparcv9 alphaev6 %define prelinkarches noarch %define xenarches i686 athlon @@ -1332,6 +1332,14 @@ rm -f *.filelist* %endif %changelog +* Thu Mar 2 2006 Jakub Jelinek <jakub@redhat.com> 2.3.91-1 +- update from CVS + - fixes for various arches +- ensure malloc returns pointers aligned to at least + MIN (2 * sizeof (size_t), __alignof__ (long double)) + (only on ppc32 this has not been the case lately with addition + of 128-bit long double, #182742) + * Wed Mar 1 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-39 - update from CVS |