summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fedora/glibc.spec.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index 271dfc67cb..e1b9b87def 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -20,7 +20,7 @@
Summary: The GNU libc libraries
Name: glibc
Version: %{glibcversion}
-Release: 2
+Release: 3
# GPLv2+ is used in a bunch of programs, LGPLv2+ is used for libraries.
# Things that are linked directly into dynamically linked programs
# and shared libraries (e.g. crt files, lib*_nonshared.a) have an additional
@@ -1028,6 +1028,12 @@ rm -f *.filelist*
%endif
%changelog
+* Tue Jul 6 2010 Andreas Schwab <schwab@redhat.com> - 2.12-3
+- Update from 2.12 branch
+ - Fix use of extend_alloca in NIS
+ - Fix a couple of __REDIRECT () __THROW occurrences
+- Workaround assembler bug sneaking in nopl (#579838)
+
* Tue Jun 1 2010 Andreas Schwab <schwab@redhat.com> - 2.12-2
- Update from 2.12 branch
- Correct x86 CPU family and model check (BZ#11640, #596554)