summaryrefslogtreecommitdiff
path: root/fedora/glibc.spec.in
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2006-03-07 13:28:12 +0000
committerJakub Jelinek <jakub@redhat.com>2006-03-07 13:28:12 +0000
commit4f2b8b027189b2ce09991b5a1c19843f6dcbbf94 (patch)
tree753f3eabf6c5cb70b7753a4fd5994bf7cc5ba6f5 /fedora/glibc.spec.in
parent9dc858f906abd8782c0168d70bb20bfc0a7e4706 (diff)
Diffstat (limited to 'fedora/glibc.spec.in')
-rw-r--r--fedora/glibc.spec.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index 5e958fea93..cc252b2c2d 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -1,4 +1,4 @@
-%define glibcrelease 2
+%define glibcrelease 3
%define auxarches i586 i686 athlon sparcv9 alphaev6
%define prelinkarches noarch
%define xenarches i686 athlon
@@ -1344,6 +1344,9 @@ rm -f *.filelist*
%endif
%changelog
+* Tue Mar 7 2006 Jakub Jelinek <jakub@redhat.com> 2.4-3
+- really fix rintl on ppc64
+
* Tue Mar 7 2006 Jakub Jelinek <jakub@redhat.com> 2.4-2
- accurate unwind info for lowlevellock.h stubs on %%{ix86}
- fix ppc/ppc64 ceill, floorl, rintl, roundl and truncl (BZ#2423)