summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2010-07-06 11:11:42 +0200
committerAndreas Schwab <schwab@redhat.com>2010-07-06 11:11:42 +0200
commit0639864f66ce7f6abcc64cb8a1ac012d5c0fc82f (patch)
treeec78ea0147bfc2cb0b8dce8b84f6851812fed17b
parent080c142f0e0542f7c46fe6b3472925ed31cb188a (diff)
-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)