about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2010-05-20 10:29:17 +0200
committerAndreas Schwab <schwab@redhat.com>2010-05-20 10:29:17 +0200
commitf0e6fe2f620dfd05259b0df4dc125981497c052b (patch)
treeb16f5b077c300bbaeebee03ce36470235c8e9aed
parent7da8ce2c67668ed4b3f3070e405271d2040bcd6b (diff)
downloadglibc-f0e6fe2f620dfd05259b0df4dc125981497c052b.tar.gz
glibc-f0e6fe2f620dfd05259b0df4dc125981497c052b.tar.xz
glibc-f0e6fe2f620dfd05259b0df4dc125981497c052b.zip
-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 64a29ec793..c72c5002ec 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -25,7 +25,7 @@
 Summary: The GNU libc libraries
 Name: glibc
 Version: %{glibcversion}
-Release: 7
+Release: 1
 # 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
@@ -1034,6 +1034,9 @@ rm -f *.filelist*
 %endif
 
 %changelog
+* Thu May 20 2010 Andreas Schwab <schwab@redhat.com> - 2.11.2-1
+- Update to 2.11.2 release
+
 * Fri May 14 2010 Andreas Schwab <schwab@redhat.com> - 2.11.1-7
 - Update from 2.11 branch
   - Fix ldconfig to handle symlinks in chroot correctly (BZ#11149)