This commit is contained in:
Andreas Schwab 2011-01-18 16:41:09 +01:00
parent a1faa0a0a8
commit 469e4b1e1c
4 changed files with 251 additions and 322 deletions

6
.gitignore vendored
View File

@ -1,3 +1,3 @@
/glibc-2.12-232-gdbb0472-fedora.tar.xz
/glibc-2.12-232-gdbb0472.tar.xz
/glibc-ports-2.12-45-g8349564.tar.xz
/glibc-2.13-fedora.tar.xz
/glibc-2.13.tar.xz
/glibc-ports-2.12-54-gbd44238.tar.xz

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
%define glibcsrcdir glibc-2.12-232-gdbb0472
%define glibcversion 2.12.90
%define glibcportsdir glibc-ports-2.12-45-g8349564
%define glibcsrcdir glibc-2.13
%define glibcversion 2.13
%define glibcportsdir glibc-ports-2.12-54-gbd44238
### glibc.spec.in follows:
%define run_glibc_tests 1
%define auxarches athlon alphaev6
@ -24,7 +24,7 @@
Summary: The GNU libc libraries
Name: glibc
Version: %{glibcversion}
Release: 21
Release: 1
# 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
@ -1034,6 +1034,31 @@ rm -f *.filelist*
%endif
%changelog
* Tue Jan 18 2011 Andreas Schwab <schwab@redhat.com> - 2.13-1
- Update to 2.13 release
- Define AT_NO_AUTOMOUNT
- Define MADV_HUGEPAGE and MADV_NOHUGEPAGE
- Add definitions for new socket protocols
- Signal temporary host lookup errors in nscd as such to the
requester (BZ#6812)
- Change setgroups to affect all the threads in the process
(BZ#10563)
- FIx handling of unterminated [ expression in fnmatch (BZ#12378)
- Relax requirement on close in child created by posix_spawn
- Fix handling of missing syscall in Linux mkdirat (BZ#12397)
- Handle long lines in host lookups in the right place (BZ#10484)
- Fix assertion when handling DSTs during auditing
- Fix alignment in x86 destructor calls
- Fix grouping when rounding increases number of integer digits
(BZ#12394)
- Update Japanese translations
- Fix infloop on persistent failing calloc in regex (BZ#12348)
- Use prlimit64 for 32-bit [gs]etrlimit64 implementation (BZ#12201)
- Change XPG-compliant strerror_r function to return error code
(BZ#12204)
- Always allow overwriting printf modifiers etc.
- Make PowerPC64 default to nonexecutable stack
* Tue Dec 14 2010 Andreas Schwab <schwab@redhat.com> - 2.12.90-21
- Revert bogus change

View File

@ -1,3 +1,3 @@
025f62b12e0dff9b838331075d934923 glibc-2.12-232-gdbb0472-fedora.tar.xz
b7b064c5830c596a3e4127a1fc524127 glibc-2.12-232-gdbb0472.tar.xz
fc53ab6e6f026d43b1ca297ab2ee1ad8 glibc-ports-2.12-45-g8349564.tar.xz
3d1e20fbe27dde9a14fd577e5e7d68dc glibc-2.13-fedora.tar.xz
cc5d8b1b994fb3b870222565c79853ca glibc-2.13.tar.xz
62a6f9e2a8d2afb66f7672a2b9a6315c glibc-ports-2.12-54-gbd44238.tar.xz