diff options
author | Jakub Jelinek <jakub@redhat.com> | 2006-08-15 20:43:52 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2006-08-15 20:43:52 +0000 |
commit | ab3017a58b517cb20feb6e6688b9cb1948c00156 (patch) | |
tree | 8241ada53866bb5e8fc216c519fb02a4c9edf2e4 /fedora | |
parent | 977e1ac9afec4afa4e1ac5a704d30bb45b582bc9 (diff) |
Updated to fedora-glibc-20060815T2033cvs/fedora-glibc-2_4_90-21
Diffstat (limited to 'fedora')
-rw-r--r-- | fedora/branch.mk | 4 | ||||
-rw-r--r-- | fedora/glibc.spec.in | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/fedora/branch.mk b/fedora/branch.mk index 2416955f13..1c17d89707 100644 --- a/fedora/branch.mk +++ b/fedora/branch.mk @@ -3,5 +3,5 @@ glibc-branch := fedora glibc-base := HEAD DIST_BRANCH := devel COLLECTION := dist-fc4 -fedora-sync-date := 2006-08-15 05:33 UTC -fedora-sync-tag := fedora-glibc-20060815T0533 +fedora-sync-date := 2006-08-15 20:33 UTC +fedora-sync-tag := fedora-glibc-20060815T2033 diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index 4c292a497d..3fb4576c5a 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -1,4 +1,4 @@ -%define glibcrelease 20 +%define glibcrelease 21 %define auxarches i586 i686 athlon sparcv9 alphaev6 %define xenarches i686 athlon %ifarch %{xenarches} @@ -1448,6 +1448,7 @@ rm -f *.filelist* %endif %changelog +* Tue Aug 15 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-21 - if some test gets stuck, kill the tee process after make check finishes - build with -mtune=generic on i686 and x86_64 |