diff options
Diffstat (limited to 'fedora')
-rw-r--r-- | fedora/branch.mk | 4 | ||||
-rw-r--r-- | fedora/glibc.spec.in | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/fedora/branch.mk b/fedora/branch.mk index 1cd6bbfb1f..91c24f1eb8 100644 --- a/fedora/branch.mk +++ b/fedora/branch.mk @@ -3,5 +3,5 @@ glibc-branch := fedora glibc-base := HEAD DIST_BRANCH := devel COLLECTION := dist-f8 -fedora-sync-date := 2008-01-31 08:21 UTC -fedora-sync-tag := fedora-glibc-20080131T0821 +fedora-sync-date := 2008-02-01 10:17 UTC +fedora-sync-tag := fedora-glibc-20080201T1017 diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index 429aeabac9..85d8c1e293 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -1,4 +1,4 @@ -%define glibcrelease 5 +%define glibcrelease 6 %define run_glibc_tests 1 %define auxarches i586 i686 athlon sparcv9v sparc64v alphaev6 %define xenarches i686 athlon @@ -1011,6 +1011,9 @@ rm -f *.filelist* %endif %changelog +* Fri Feb 1 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-6 +- fix build + * Thu Jan 31 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-5 - update to trunk - rebuild with gcc 4.3 |