summaryrefslogtreecommitdiff
path: root/fedora/glibc.spec.in
diff options
context:
space:
mode:
Diffstat (limited to 'fedora/glibc.spec.in')
-rw-r--r--fedora/glibc.spec.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index 89dd08d64d..35677316d7 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -1,4 +1,4 @@
-%define glibcrelease 2
+%define glibcrelease 3
%define run_glibc_tests 1
%define auxarches i586 i686 athlon sparcv9v sparc64v alphaev6
%define xenarches i686 athlon
@@ -1011,6 +1011,11 @@ rm -f *.filelist*
%endif
%changelog
+* Thu Jan 3 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-3
+- update to trunk
+ - fix recognition of interface family (#425768)
+ - add __THROW to __ctype_{b,tolower,toupper}_loc prototypes
+
* Thu Dec 27 2007 Jakub Jelinek <jakub@redhat.com> 2.7.90-2
- update to trunk
- nsswitch fix (#425768)