diff options
-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 34205ef302..89012fcc54 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -1,4 +1,4 @@ -%define glibcrelease 32 +%define glibcrelease 33 %define auxarches i586 i686 athlon sparcv9 alphaev6 %define prelinkarches noarch %define xenarches i686 athlon @@ -1240,6 +1240,10 @@ rm -f *.filelist* %endif %changelog +* Thu Feb 2 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-33 +- update from CVS + - long double support fixes + * Wed Feb 1 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-32 - update from CVS - 128-bit long double fixes for ppc{,64}, s390{,x} and sparc{,v9}, |