2.11.90-10

This commit is contained in:
Andreas Schwab 2010-01-20 16:50:57 +00:00
parent 071e3f49dd
commit c1875bb985
5 changed files with 6754 additions and 124 deletions

View File

@ -1,2 +1,2 @@
glibc-2.11-142-g5306d36-fedora.tar.bz2
glibc-2.11-142-g5306d36.tar.bz2
glibc-2.11-158-ge3b7670-fedora.tar.bz2
glibc-2.11-158-ge3b7670.tar.bz2

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,4 @@
%define glibcsrcdir glibc-2.11-142-g5306d36
%define glibcsrcdir glibc-2.11-158-ge3b7670
%define glibcversion 2.11.90
### glibc.spec.in follows:
%define run_glibc_tests 1
@ -24,7 +24,7 @@
Summary: The GNU libc libraries
Name: glibc
Version: %{glibcversion}
Release: 9
Release: 10
# 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
@ -1033,6 +1033,15 @@ rm -f *.filelist*
%endif
%changelog
* Tue Jan 19 2010 Andreas Schwab <schwab@redhat.com> - 2.11.90-10
- Update from master
- Fix ____longjmp_chk for s390/s390x
- Remove duplicate definitions of O_DSYNC and O_RSYNC for Linux/sparc
- Ignore negative dynamic entry types (#546890)
- Fix pthread_cond_*wait with requeue-PI on i386 (#548989)
- Fix _XOPEN_SOURCE_EXTENDED handling
- Revert "Optimize 32bit memset/memcpy with SSE2/SSSE3."
* Fri Jan 15 2010 Andreas Schwab <schwab@redhat.com> - 2.11.90-9
- Update from master.
- Define IPTOS_CLASS_* macros according to RFC 2474 (BZ#11027)

View File

@ -41,3 +41,4 @@ glibc-2_11_90-6:HEAD:glibc-2.11.90-6.src.rpm:1263202828
glibc-2_11_90-7:HEAD:glibc-2.11.90-7.src.rpm:1263223934
glibc-2_11_90-8:HEAD:glibc-2.11.90-8.src.rpm:1263312973
glibc-2_11_90-9:HEAD:glibc-2.11.90-9.src.rpm:1263553804
glibc-2_11_90-10:HEAD:glibc-2.11.90-10.src.rpm:1264006094

View File

@ -1,2 +1,2 @@
75272231fb4c96543f4ba1a2c064d580 glibc-2.11-142-g5306d36-fedora.tar.bz2
e0e2ea199ff5ab1f5f8d8265d879905a glibc-2.11-142-g5306d36.tar.bz2
1d47c3ebe971db5695399bc772f29855 glibc-2.11-158-ge3b7670-fedora.tar.bz2
2a28794deb6808713c47982c2193e574 glibc-2.11-158-ge3b7670.tar.bz2