]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2.3.91-1 cvs/fedora-glibc-2_3_91-1
authorJakub Jelinek <jakub@redhat.com>
Thu, 2 Mar 2006 10:02:33 +0000 (10:02 +0000)
committerJakub Jelinek <jakub@redhat.com>
Thu, 2 Mar 2006 10:02:33 +0000 (10:02 +0000)
fedora/glibc.spec.in

index a3902477dad457c5f12d033888e6c8972a762974..843833564f3d300eee638585c90f132d328479ba 100644 (file)
@@ -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