about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2005-10-20 07:09:44 +0000
committerJakub Jelinek <jakub@redhat.com>2005-10-20 07:09:44 +0000
commit1beea155aecf2e7d6bfa1399b7c0f4f53dde408c (patch)
tree7cd6f807c1d80dcda358196f79ae3d246072ec94
parentb7071f6fc41f4c20510de3683f39e5c8ea8a2e1e (diff)
downloadglibc-cvs/fedora-glibc-2_3_90-15.tar.gz
glibc-cvs/fedora-glibc-2_3_90-15.tar.xz
glibc-cvs/fedora-glibc-2_3_90-15.zip
-rw-r--r--fedora/glibc.spec.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index cd07d14049..4c49098edb 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -1,4 +1,4 @@
-%define glibcrelease 14
+%define glibcrelease 15
 %define auxarches i586 i686 athlon sparcv9 alphaev6
 %define prelinkarches noarch
 %define xenarches i686 athlon
@@ -1083,6 +1083,12 @@ rm -f *.filelist*
 %endif
 
 %changelog
+* Thu Oct 20 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-15
+- update from CVS
+  - be permissive in %n check because of kernel bug #165351 (#171240)
+  - don't misalign stack in pthread_once on x86_64 (#170786, IT#81521)
+  - many locale fixes
+
 * Mon Oct 10 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-14
 - update from CVS
   - fix malloc bug after fork introduced in the last update