diff options
author | Jakub Jelinek <jakub@redhat.com> | 2004-12-15 11:13:44 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2004-12-15 11:13:44 +0000 |
commit | ac4d4092ac20b3f6c7fe40de5a2e98fc49812b21 (patch) | |
tree | 4c6c449b169dd7cd184087f729fd20c0c4f11dae /fedora/glibc.spec.in | |
parent | 978044a70e29219f2d795d97dd9397f40658c71c (diff) | |
download | glibc-ac4d4092ac20b3f6c7fe40de5a2e98fc49812b21.tar glibc-ac4d4092ac20b3f6c7fe40de5a2e98fc49812b21.tar.gz glibc-ac4d4092ac20b3f6c7fe40de5a2e98fc49812b21.tar.bz2 glibc-ac4d4092ac20b3f6c7fe40de5a2e98fc49812b21.zip |
2.3.3-93
Diffstat (limited to 'fedora/glibc.spec.in')
-rw-r--r-- | fedora/glibc.spec.in | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index 860822601f..6ef8cf98db 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -1,4 +1,4 @@ -%define glibcrelease 92 +%define glibcrelease 93 %define auxarches i586 i686 athlon sparcv9 alphaev6 %define prelinkarches noarch %define nptlarches i386 i686 athlon x86_64 ia64 s390 s390x sparcv9 ppc ppc64 @@ -1265,6 +1265,15 @@ rm -f *.filelist* %endif %changelog +* Wed Dec 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-93 +- update from CVS + - ppc/ppc64 clone without CLONE_THREAD getpid () adjustement + - fix MALLOC_CHECK_={1,2,3} for non-contiguous main arena + (BZ#457) + - fix sysconf (_POSIX_V6_*) for other ABI environments in + bi-arch setups +- s390/s390x clone without CLONE_THREAD getpid () adjustement + * Tue Dec 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-92 - update from CVS - fix %{_prefix}/libexec/getconf filenames generation |