diff options
author | Jakub Jelinek <jakub@redhat.com> | 2008-01-31 08:45:23 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2008-01-31 08:45:23 +0000 |
commit | 7a5a58ec86839aa00f5a16baa1876a5deefcc266 (patch) | |
tree | 2604f03725680c2b2cb834c79efaf5c29901a0fc | |
parent | a21d44637e4c53cce4760a2e2b13f0213c49a33d (diff) |
-rw-r--r-- | fedora/glibc.spec.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index 836e6edea2..429aeabac9 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -1,4 +1,4 @@ -%define glibcrelease 4 +%define glibcrelease 5 %define run_glibc_tests 1 %define auxarches i586 i686 athlon sparcv9v sparc64v alphaev6 %define xenarches i686 athlon @@ -1011,6 +1011,10 @@ rm -f *.filelist* %endif %changelog +* Thu Jan 31 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-5 +- update to trunk +- rebuild with gcc 4.3 + * Fri Jan 11 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-4 - update to trunk - misc fixes (BZ#5541, BZ#5545, BZ#5553, BZ#5112, BZ#5520) |