diff options
author | Andreas Schwab <schwab@redhat.com> | 2009-07-27 15:10:59 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@redhat.com> | 2009-07-27 15:10:59 +0200 |
commit | e1214916e74fa6aa7984cb78e68c38d49e5834a6 (patch) | |
tree | 23bc505a1884c1b4f4ed35f97380b9deb4128e52 | |
parent | e1a51361e3ac137c56adc6083d095c68e9471795 (diff) | |
download | glibc-e1214916e74fa6aa7984cb78e68c38d49e5834a6.tar.gz glibc-e1214916e74fa6aa7984cb78e68c38d49e5834a6.tar.xz glibc-e1214916e74fa6aa7984cb78e68c38d49e5834a6.zip |
2.10.90-9 fedora/glibc-2.10.90-9
-rw-r--r-- | fedora/glibc.spec.in | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index f8aecfa35b..4aa4153e83 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: 7 +Release: 9 # 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,15 @@ rm -f *.filelist* %endif %changelog +* Mon Jul 27 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-9 +- Update from master. + +* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.10.90-8.1 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Fri Jul 24 2009 Jakub Jelinek <jakub@redhat.com> - 2.10.90-7.1 +- Fix up pthread_cond_timedwait on x86_64 with old kernels. + * Thu Jul 23 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-7 - Update from master. - Build with -DNDEBUG unless using a prerelease. |