summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fedora/glibc.spec.in10
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