diff options
author | Andreas Schwab <schwab@redhat.com> | 2011-08-04 17:42:23 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@redhat.com> | 2011-08-05 09:57:43 +0200 |
commit | 4f7857ae92d08d521de7d362c05af9cf35a77c4e (patch) | |
tree | 93ecac398a06ef4ae4b9f69e7c9cd7b579f8adee | |
parent | 6cedc09e7a76ee8246a301056a3cbb5e73aa25aa (diff) | |
download | glibc-fedora/2.13/master.zip glibc-fedora/2.13/master.tar.gz glibc-fedora/2.13/master.tar.bz2 |
2.13-2fedora/2.13/master
-rw-r--r-- | fedora/glibc.spec.in | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index 34bf388..d1c92b2 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -20,7 +20,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 @@ -1028,6 +1028,14 @@ rm -f *.filelist* %endif %changelog +* Thu Aug 4 2011 Andreas Schwab <schwab@redhat.com> - 2.13-2 +- Update from 2.13 branch + - Fix static linking with checking x86/x86-64 memcpy (BZ#12653) + - Fix passing symbol value to pltexit callbacks when ld.so auditing + - Fix range error handling in sgetspent + - Fix ordering of DSO constructors and destructors (BZ#11724) +- Use eabi for arm + * Tue Jan 18 2011 Andreas Schwab <schwab@redhat.com> - 2.13-1 - Update to 2.13 release - Define AT_NO_AUTOMOUNT |