diff options
author | Jakub Jelinek <jakub@redhat.com> | 2004-12-10 06:50:32 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2004-12-10 06:50:32 +0000 |
commit | f2b016bfc98c9ced9f9572d23580d31442a3519c (patch) | |
tree | d9f2e28f30b6d4aca132126bb24de7039805fca8 /fedora | |
parent | 0e7f328d0849e8e663eb14ade5074b4e451fe276 (diff) | |
download | glibc-f2b016bfc98c9ced9f9572d23580d31442a3519c.tar glibc-f2b016bfc98c9ced9f9572d23580d31442a3519c.tar.gz glibc-f2b016bfc98c9ced9f9572d23580d31442a3519c.tar.bz2 glibc-f2b016bfc98c9ced9f9572d23580d31442a3519c.zip |
Updated to fedora-glibc-20041210T0634
Diffstat (limited to 'fedora')
-rw-r--r-- | fedora/branch.mk | 4 | ||||
-rw-r--r-- | fedora/glibc.spec.in | 8 |
2 files changed, 9 insertions, 3 deletions
diff --git a/fedora/branch.mk b/fedora/branch.mk index e493d062a6..653f1e4aa7 100644 --- a/fedora/branch.mk +++ b/fedora/branch.mk @@ -1,5 +1,5 @@ # This file is updated automatically by Makefile. glibc-branch := fedora glibc-base := HEAD -fedora-sync-date := 2004-12-08 10:24 UTC -fedora-sync-tag := fedora-glibc-20041208T1024 +fedora-sync-date := 2004-12-10 06:34 UTC +fedora-sync-tag := fedora-glibc-20041210T0634 diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index 5c3f31c675..2ea3705bba 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -1,4 +1,4 @@ -%define glibcrelease 89 +%define glibcrelease 90 %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,12 @@ rm -f *.filelist* %endif %changelog +* Fri Dec 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-90 +- update from CVS + - regex speedups + - use | cat in ldd if running under bash3+ to allow running + it on binaries that are not through SELinux allowed to access + console or tty - add __NR_waitid defines for alpha and ia64 * Wed Dec 8 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-89 |