summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2010-06-15 10:18:46 +0200
committerAndreas Schwab <schwab@redhat.com>2010-06-15 10:18:46 +0200
commit6b49365e3924df4fdcc2bd3e2972873cd69f3bf2 (patch)
treef7752841c74910c404523d893d9b81f304daaa96
parent7314e378e3b0b2a6ea2f0bd7e77cd43a59e38a88 (diff)
-rw-r--r--fedora/glibc.spec.in13
1 files changed, 12 insertions, 1 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index 39da27029f..ee8143e0ef 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
@@ -1029,6 +1029,17 @@ rm -f *.filelist*
%endif
%changelog
+* Tue Jun 15 2010 Andreas Schwab <schwab@redhat.com> - 2.12.90-3
+- Update from master
+ - Power7 string compare optimizations
+ - Properly resize buffer in NIS initgroups
+ - Define F_SETPIPE_SZ and F_GETPIPE_SZ
+ - Fix more C++ incompatibility problems in headers
+- Properly set __libc_multiple_libcs
+- Don't assume AT_PAGESIZE is always available (#597578)
+- Don't call uname or getrlimit in libpthread init function (#579086)
+- Mark /etc/rpc as %config (#587050)
+
* Mon May 31 2010 Andreas Schwab <schwab@redhat.com> - 2.12.90-2
- Update from master
- Small fix to POWER7 32-bit memcpy