diff options
author | Jakub Jelinek <jakub@redhat.com> | 2005-04-05 21:36:50 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2005-04-05 21:36:50 +0000 |
commit | 8fedcc4046552f181b461995e5c5cedabfcd86e0 (patch) | |
tree | e751fc2bbdcae0db783213a2082eebd7023341a0 /fedora/glibc.spec.in | |
parent | 0d49410af1bbc0366dbc56115cb877ff9b1d23f7 (diff) | |
download | glibc-8fedcc4046552f181b461995e5c5cedabfcd86e0.tar.gz glibc-8fedcc4046552f181b461995e5c5cedabfcd86e0.tar.xz glibc-8fedcc4046552f181b461995e5c5cedabfcd86e0.zip |
2.3.4-21
Diffstat (limited to 'fedora/glibc.spec.in')
-rw-r--r-- | fedora/glibc.spec.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index 69007cc66f..f45e58748c 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -1,4 +1,4 @@ -%define glibcrelease 20 +%define glibcrelease 21 %define auxarches i586 i686 athlon sparcv9 alphaev6 %define prelinkarches noarch %define nptlarches i386 i686 athlon x86_64 ia64 s390 s390x sparcv9 ppc ppc64 @@ -1260,6 +1260,11 @@ rm -f *.filelist* %endif %changelog +* Tue Apr 4 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-21 +- update from CVS + - fix xdr_rmtcall_args on 64-bit arches (#151686) +- fix <pthread.h> and <bits/libc-lock.h> with -std=c89 -fexceptions (#153774) + * Mon Apr 4 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-20 - move LinuxThreads libraries to /%{_lib}/obsolete/linuxthreads/ and NPTL libraries to /%{_lib}. To run a program against LinuxThreads, |