diff options
author | Andreas Schwab <schwab@redhat.com> | 2011-10-28 13:40:27 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@redhat.com> | 2011-10-28 13:40:27 +0200 |
commit | 030a8ec988ad71d84fa9a6bd3a4c3577e68a2027 (patch) | |
tree | e6fbbb42cf162fc80cdc668dc6ee1ef3899f47e0 | |
parent | 034ca5a48de4608860c058a766825dacaad4c184 (diff) | |
download | glibc-fedora/2.14/master.tar.gz glibc-fedora/2.14/master.tar.xz glibc-fedora/2.14/master.zip |
2.14.1-2 fedora/2.14/master
-rw-r--r-- | fedora/glibc.spec.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index 8df059bdd3..77976f0bf9 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -23,7 +23,7 @@ Summary: The GNU libc libraries Name: glibc Version: %{glibcversion} -Release: 1 +Release: 2 # 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 @@ -1071,6 +1071,10 @@ rm -f *.filelist* %endif %changelog +* Fri Oct 28 2011 Andreas Schwab <schwab@redhat.com> - 2.14.1-2 +- Convert tzdata-update to lua (#743034) +- Mark __clone as .cantunwind (#749556) + * Fri Oct 7 2011 Andreas Schwab <schwab@redhat.com> - 2.14.1-1 - Update to 2.14.1 release - Correctly reparse group line after enlarging the buffer (#739360) |