diff options
Diffstat (limited to 'fedora')
-rw-r--r-- | fedora/branch.mk | 4 | ||||
-rw-r--r-- | fedora/glibc.spec.in | 10 |
2 files changed, 9 insertions, 5 deletions
diff --git a/fedora/branch.mk b/fedora/branch.mk index bdbe9df107..2ec1f17148 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 := 2005-02-11 08:53 UTC -fedora-sync-tag := fedora-glibc-20050211T0853 +fedora-sync-date := 2005-02-11 10:37 UTC +fedora-sync-tag := fedora-glibc-20050211T1037 diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index b3e739ce1e..59bc26d8e2 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -1,4 +1,4 @@ -%define glibcrelease 8 +%define glibcrelease 9 %define auxarches i586 i686 athlon sparcv9 alphaev6 %define prelinkarches noarch %define nptlarches i386 i686 athlon x86_64 ia64 s390 s390x sparcv9 ppc ppc64 @@ -841,10 +841,10 @@ done grep '%{_prefix}/%{_lib}/lib.*_p\.a' < rpm.filelist > profile.filelist || : grep '%{_infodir}' < rpm.filelist | grep -v '%{_infodir}/dir' > devel.filelist -grep '%{_prefix}/include/gnu/stubs-[3264]\.h' < rpm.filelist >> devel.filelist +grep '%{_prefix}/include/gnu/stubs-[32164]\+\.h' < rpm.filelist >> devel.filelist grep '%{_prefix}/include' < rpm.filelist | - egrep -v '%{_prefix}/include/(nptl|gnu/stubs-[3264]+\.h)' \ + egrep -v '%{_prefix}/include/(nptl|gnu/stubs-[32164]+\.h)' \ > headers.filelist mv rpm.filelist rpm.filelist.full @@ -1269,6 +1269,10 @@ rm -f *.filelist* %endif %changelog +* Fri Feb 11 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-9 +- update from CVS + - bi-arch <gnu/stubs.h> (BZ#715) + * Fri Feb 11 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-8 - update from CVS - bi-arch <gnu/lib-names.h> (BZ#632) |