diff options
author | Roland McGrath <roland@gnu.org> | 2007-08-10 22:03:47 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2007-08-10 22:03:47 +0000 |
commit | 39762d6a5c0e378f20b28da7450868bfef588fb0 (patch) | |
tree | 16068e74f2929f45a9d9445e78f4c0f03f3916ec | |
parent | 4839a27f7344c276a2084712b65b1cc5ca3d2da4 (diff) | |
download | glibc-39762d6a5c0e378f20b28da7450868bfef588fb0.tar glibc-39762d6a5c0e378f20b28da7450868bfef588fb0.tar.gz glibc-39762d6a5c0e378f20b28da7450868bfef588fb0.tar.bz2 glibc-39762d6a5c0e378f20b28da7450868bfef588fb0.zip |
2.6.90-7cvs/fedora-glibc-2_6_90-7
-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 4b831acd0e..a696bbbe62 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -1,4 +1,4 @@ -%define glibcrelease 5 +%define glibcrelease 7 %define run_glibc_tests 1 %define auxarches i586 i686 athlon sparcv9 alphaev6 %define xenarches i686 athlon @@ -1000,6 +1000,10 @@ rm -f *.filelist* %endif %changelog +* Fri Aug 10 2007 Roland McGrath <roland@redhat.com> 2.6.90-7 +- update to trunk + - fix missing strtold_l export on ppc64 + * Thu Aug 9 2007 Roland McGrath <roland@redhat.com> 2.6.90-5 - update to trunk - fix local PLT regressions |