diff options
author | Andreas Schwab <schwab@redhat.com> | 2009-07-23 14:47:58 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@redhat.com> | 2009-07-23 14:47:58 +0200 |
commit | d4192d9bce9e44adb2da4f2141713df9b335052f (patch) | |
tree | c2dc4b14703c3b537cb7e4ab376b0f8d65bc05fc | |
parent | a1f7be618c486d9a94c5cae595b9d01dfc1b96ac (diff) | |
download | glibc-fedora/glibc-2.10.90-6.tar.gz glibc-fedora/glibc-2.10.90-6.tar.xz glibc-fedora/glibc-2.10.90-6.zip |
2.10.90-6 fedora/glibc-2.10.90-6
-rw-r--r-- | fedora/glibc.spec.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index 7e784b9191..e05d6eb046 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: 5 +Release: 6 # 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,9 @@ rm -f *.filelist* %endif %changelog +* Thu Jul 23 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-6 +- Rebuilt with binutils-2.19.51.0.14-29.fc12 to fix static binaries + * Wed Jul 22 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-5 - Update from master. - Undefine __i686 on x86 to fix build. |