diff options
author | Jakub Jelinek <jakub@redhat.com> | 2005-02-11 09:12:57 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2005-02-11 09:12:57 +0000 |
commit | 7ecaea1e8edca7506c8403b845484dac5b8f9129 (patch) | |
tree | d43a6d5c63cafa7504dc0806616a1b1638b9bccc | |
parent | b2e5c15083e779030c274307d7e07bebe00eeeb5 (diff) |
2.3.4-8cvs/fedora-glibc-2_3_4-8
-rw-r--r-- | fedora/glibc.spec.in | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index f0093a06a6..89bf5d28f4 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -1,4 +1,4 @@ -%define glibcrelease 7 +%define glibcrelease 8 %define auxarches i586 i686 athlon sparcv9 alphaev6 %define prelinkarches noarch %define nptlarches i386 i686 athlon x86_64 ia64 s390 s390x sparcv9 ppc ppc64 @@ -1270,6 +1270,14 @@ rm -f *.filelist* %endif %changelog +* Fri Feb 11 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-8 +- update from CVS + - bi-arch <gnu/lib-names.h> (BZ#632) + - fix libdl on s390 and maybe other platforms + - fix initstate{,_r} (BZ#710) + - fix <gnu/stubs.h> generation (BZ#157) +- define CMSPAR in bits/termios.h (#147533) + * Tue Feb 8 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-7 - update from CVS - fix TLS handling in linuxthreads |