2.13.90-7

This commit is contained in:
Andreas Schwab 2011-03-21 16:34:52 +01:00
parent 3b880a9175
commit 5d12cdce1a
4 changed files with 455 additions and 208 deletions

4
.gitignore vendored
View File

@ -1,3 +1,3 @@
/glibc-2.13-39-g6a5ee10-fedora.tar.xz
/glibc-2.13-39-g6a5ee10.tar.xz
/glibc-ports-2.13-8-gfb3ed18.tar.xz
/glibc-2.13-51-g786e84c-fedora.tar.xz
/glibc-2.13-51-g786e84c.tar.xz

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,4 @@
%define glibcsrcdir glibc-2.13-39-g6a5ee10
%define glibcsrcdir glibc-2.13-51-g786e84c
%define glibcversion 2.13.90
%define glibcportsdir glibc-ports-2.13-8-gfb3ed18
### glibc.spec.in follows:
@ -25,7 +25,7 @@
Summary: The GNU libc libraries
Name: glibc
Version: %{glibcversion}
Release: 6
Release: 7
# 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
@ -1043,6 +1043,20 @@ rm -f *.filelist*
%endif
%changelog
* Mon Mar 21 2011 Andreas Schwab <schwab@redhat.com> - 2.13.90-7
- Update from master
- Handle page boundaries in x86 SSE4.2 strncmp (BZ#12597)
- Implement x86 cpuid handling of leaf4 for cache information (BZ#12587)
- Check size of pattern in wide character representation in fnmatch
(BZ #12583)
- Remove __restrict quals from wmemcmp prototype
- Fix copy relocations handling of unique objects (BZ#12510)
- ldd: never run file directly
- Ignore rpath elements containing non-isolated use of $ORIGIN when
privileged
- Don't leave empty element in rpath when skipping the first element
- Revert "Don't crash when dependencies are missing" (#688990)
* Mon Mar 7 2011 Andreas Schwab <schwab@redhat.com> - 2.13.90-6
- Update from master
- Fix loading first object along a path when tracing

View File

@ -1,3 +1,3 @@
72dfc7d22615d6c1b9031cd031485668 glibc-2.13-39-g6a5ee10-fedora.tar.xz
a89c9dfb7498466c4d13833a5d553ed4 glibc-2.13-39-g6a5ee10.tar.xz
bce849588a77a9ecc5547ac2372fb7eb glibc-2.13-51-g786e84c-fedora.tar.xz
26af17cca65188aeb4a134834b296141 glibc-2.13-51-g786e84c.tar.xz
def1c8b4f13efe6c677a298855cd6cc4 glibc-ports-2.13-8-gfb3ed18.tar.xz