]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2.3.5-0.fc3.2 cvs/fedora-glibc-2_3_5-0_fc3_2
authorJakub Jelinek <jakub@redhat.com>
Wed, 6 Jul 2005 10:20:46 +0000 (10:20 +0000)
committerJakub Jelinek <jakub@redhat.com>
Wed, 6 Jul 2005 10:20:46 +0000 (10:20 +0000)
fedora/glibc.spec.in

index 55df7f9c461447ef4546f4f57c4fb0f0aa3f18ab..39d184a5bab770d1f9a8900a6dcec686feb87bf7 100644 (file)
@@ -1,4 +1,4 @@
-%define glibcrelease 0.fc3.1
+%define glibcrelease 0.fc3.2
 %define auxarches i586 i686 athlon sparcv9 alphaev6
 %define prelinkarches noarch
 %define nptlarches i386 i686 athlon x86_64 ia64 s390 s390x sparcv9 ppc ppc64
@@ -1274,6 +1274,12 @@ rm -f *.filelist*
 %endif
 
 %changelog
+* Wed Jul  6 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-0.fc3.2
+- update from CVS (glibc-2_3-branch)
+  - remove nonnull attribute from acct (BZ#877)
+  - allow NLS of some strings that couldn't be translated before (BZ#253)
+  - execvp fix (BZ#851)
+
 * Thu Apr  7 2005 Roland McGrath <roland@redhat.com> 2.3.5-0.fc3.1
 - update to glibc 2.3.5 release
   - dlclose fixes merged (#145810, #150414, BZ#821)