diff options
author | Jakub Jelinek <jakub@redhat.com> | 2006-11-10 20:04:37 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2006-11-10 20:04:37 +0000 |
commit | 8ee382621852ed3c7e5ff17609e69cdfc1ba5c9f (patch) | |
tree | 95ebc3131f83bbcff30b75e5031a63291b1e033d /fedora/glibc.spec.in | |
parent | 362d67883f1d8b55049f47b5d56e534f04be0b99 (diff) | |
download | glibc-8ee382621852ed3c7e5ff17609e69cdfc1ba5c9f.tar glibc-8ee382621852ed3c7e5ff17609e69cdfc1ba5c9f.tar.gz glibc-8ee382621852ed3c7e5ff17609e69cdfc1ba5c9f.tar.bz2 glibc-8ee382621852ed3c7e5ff17609e69cdfc1ba5c9f.zip |
Updated to fedora-glibc-20061110T1956
Diffstat (limited to 'fedora/glibc.spec.in')
-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 da2d43898e..0b99a9e00e 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -1,4 +1,4 @@ -%define glibcrelease 5 +%define glibcrelease 6 %define auxarches i586 i686 athlon sparcv9 alphaev6 %define xenarches i686 athlon %ifarch %{xenarches} @@ -1529,6 +1529,10 @@ rm -f *.filelist* %endif %changelog +* Fri Nov 10 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-6 +- fix strxfrm fix +- fix i?86 floor and ceil inlines (BZ#3451) + * Thu Nov 9 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-5 - fix sysconf (_SC_LEVEL{2,3}_CACHE_SIZE) on Intel Core Duo CPUs |