From f9bf9db04a5c2f610c613744d1067a29ab63987e Mon Sep 17 00:00:00 2001
From: Roland McGrath <roland@redhat.com>
Date: Thu, 27 Aug 2009 13:49:30 -0700
Subject: [PATCH] 2.10.90-16

---
 fedora/glibc.spec.in | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index d85f2a333f..4622de2f41 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -21,7 +21,7 @@
 Summary: The GNU libc libraries
 Name: glibc
 Version: %{glibcversion}
-Release: 15
+Release: 16
 # 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
@@ -1025,6 +1025,9 @@ rm -f *.filelist*
 %endif
 
 %changelog
+* Thu Aug 27 2009 Roland McGrath <roland@redhat.com> - 2.10.90-16
+- Update from master.
+
 * Mon Aug 24 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-15
 - Update from master.
   - fix fortify failure with longjmp from alternate stack (#512103).