From: Jakub Jelinek Date: Thu, 2 Mar 2006 10:02:33 +0000 (+0000) Subject: 2.3.91-1 X-Git-Tag: cvs/fedora-glibc-2_3_91-1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51d2f6dd7f5c5a2838e864f7d5795f3110536b6d;p=thirdparty%2Fglibc.git 2.3.91-1 --- diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index a3902477dad..843833564f3 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 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 2.3.90-39 - update from CVS