2.13.90-14

This commit is contained in:
Andreas Schwab 2011-05-27 16:19:02 +02:00
parent 33bafa6a65
commit d297ec7b52
4 changed files with 340 additions and 317 deletions

6
.gitignore vendored
View File

@ -1,3 +1,3 @@
/glibc-ports-2.13-34-gf1d4d4b.tar.xz
/glibc-2.13-200-g0a197a9-fedora.tar.xz
/glibc-2.13-200-g0a197a9.tar.xz
/glibc-2.13-225-gfdc2fef-fedora.tar.xz
/glibc-2.13-225-gfdc2fef.tar.xz
/glibc-ports-2.13-35-g8969f4d.tar.xz

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
%define glibcsrcdir glibc-2.13-200-g0a197a9
%define glibcsrcdir glibc-2.13-225-gfdc2fef
%define glibcversion 2.13.90
%define glibcportsdir glibc-ports-2.13-34-gf1d4d4b
%define glibcportsdir glibc-ports-2.13-35-g8969f4d
### glibc.spec.in follows:
%define run_glibc_tests 1
%define auxarches athlon alphaev6
@ -27,7 +27,7 @@
Summary: The GNU libc libraries
Name: glibc
Version: %{glibcversion}
Release: 13
Release: 14
# 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
@ -1051,6 +1051,29 @@ rm -f *.filelist*
%endif
%changelog
* Fri May 27 2011 Andreas Schwab <schwab@redhat.com> - 2.13.90-14
- Update from master
- Fix conversion to ISO-2022-JP-2 with ISO-8859-7 designation
(BZ#12814)
- Undo accidental change in x86-64 user.h
- Update Japanese translation
- Define RLIMIT_RTTIME (BZ#12795)
- Update longlong.h from GCC
- Add a few more alloca size checks (BZ#12671)
- Fix flags parameter value passed to pltenter and pltexit
- Define CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM
- Always fill output buffer in XPG strerror function (BZ#12782)
- Nicer output for negative error numbers in strerror_r
- Fix CP1258 conversion (BZ#12777)
- Fix handling of LC_CTYPE in locale name handling (BZ#12788)
- Set stream errors in more cases (BZ#12792)
- Don't unconditionally use alloca in gaih_inet (BZ#11869)
- Update documentation in regex.h (BZ#11857)
- Prevent Altivec and VSX insns on PowerPC64 when no FPRs or VRs are
available
- Fix typo in x86-64 powl (BZ#12775)
- Avoid overriding CFLAGS (#703880)
* Wed May 18 2011 Andreas Schwab <schwab@redhat.com> - 2.13.90-13
- Update from master
- Update GB18030 to 2005 version (BZ#11837)

View File

@ -1,3 +1,3 @@
ca87afb83701b1866847b9bd530fdcb2 glibc-2.13-200-g0a197a9-fedora.tar.xz
e2ec132be414bd3baf70ead36e998801 glibc-2.13-200-g0a197a9.tar.xz
58bc3858b6d73b2868f6399a4850f0b7 glibc-ports-2.13-34-gf1d4d4b.tar.xz
e27540abe5b738904c3d68154a77964d glibc-2.13-225-gfdc2fef-fedora.tar.xz
eebde562bf891a2c772d169b410c3e03 glibc-2.13-225-gfdc2fef.tar.xz
a300a99da8850731058a6221b5c56368 glibc-ports-2.13-35-g8969f4d.tar.xz