2.13.90-13
This commit is contained in:
parent
5423dccb1c
commit
33bafa6a65
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,3 +1,3 @@
|
|||||||
/glibc-2.13-160-g320a5dc-fedora.tar.xz
|
|
||||||
/glibc-2.13-160-g320a5dc.tar.xz
|
|
||||||
/glibc-ports-2.13-34-gf1d4d4b.tar.xz
|
/glibc-ports-2.13-34-gf1d4d4b.tar.xz
|
||||||
|
/glibc-2.13-200-g0a197a9-fedora.tar.xz
|
||||||
|
/glibc-2.13-200-g0a197a9.tar.xz
|
||||||
|
File diff suppressed because it is too large
Load Diff
29
glibc.spec
29
glibc.spec
@ -1,4 +1,4 @@
|
|||||||
%define glibcsrcdir glibc-2.13-160-g320a5dc
|
%define glibcsrcdir glibc-2.13-200-g0a197a9
|
||||||
%define glibcversion 2.13.90
|
%define glibcversion 2.13.90
|
||||||
%define glibcportsdir glibc-ports-2.13-34-gf1d4d4b
|
%define glibcportsdir glibc-ports-2.13-34-gf1d4d4b
|
||||||
### glibc.spec.in follows:
|
### glibc.spec.in follows:
|
||||||
@ -18,7 +18,7 @@
|
|||||||
%define buildpower6 0
|
%define buildpower6 0
|
||||||
%endif
|
%endif
|
||||||
%define rtkaioarches %{ix86} x86_64 ia64 ppc ppc64 s390 s390x
|
%define rtkaioarches %{ix86} x86_64 ia64 ppc ppc64 s390 s390x
|
||||||
%define biarcharches %{ix86} x86_64 ppc ppc64
|
%define biarcharches %{ix86} x86_64 ppc ppc64 s390 s390x
|
||||||
%define debuginfocommonarches %{biarcharches} alpha alphaev6
|
%define debuginfocommonarches %{biarcharches} alpha alphaev6
|
||||||
%define multiarcharches ppc ppc64 %{ix86} x86_64 %{sparc}
|
%define multiarcharches ppc ppc64 %{ix86} x86_64 %{sparc}
|
||||||
%define systemtaparches %{ix86} x86_64
|
%define systemtaparches %{ix86} x86_64
|
||||||
@ -27,7 +27,7 @@
|
|||||||
Summary: The GNU libc libraries
|
Summary: The GNU libc libraries
|
||||||
Name: glibc
|
Name: glibc
|
||||||
Version: %{glibcversion}
|
Version: %{glibcversion}
|
||||||
Release: 12
|
Release: 13
|
||||||
# GPLv2+ is used in a bunch of programs, LGPLv2+ is used for libraries.
|
# GPLv2+ is used in a bunch of programs, LGPLv2+ is used for libraries.
|
||||||
# Things that are linked directly into dynamically linked programs
|
# Things that are linked directly into dynamically linked programs
|
||||||
# and shared libraries (e.g. crt files, lib*_nonshared.a) have an additional
|
# and shared libraries (e.g. crt files, lib*_nonshared.a) have an additional
|
||||||
@ -1051,6 +1051,29 @@ rm -f *.filelist*
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 18 2011 Andreas Schwab <schwab@redhat.com> - 2.13.90-13
|
||||||
|
- Update from master
|
||||||
|
- Update GB18030 to 2005 version (BZ#11837)
|
||||||
|
- Update RE_SYNTAX*_AWK constants in regex.h
|
||||||
|
- Handle long variable names in putenv (BZ#11892)
|
||||||
|
- Fix test for error_one_per_line mode in error (BZ#12766)
|
||||||
|
- Cleanup x86-64 sys/user.h (BZ#11820)
|
||||||
|
- Several locale data updates (BZ#11987, BZ#9732, BZ#9730, BZ#4357,
|
||||||
|
BZ#12582)
|
||||||
|
- Avoid potential deadlock in mtrace (BZ#6420)
|
||||||
|
- Fix a few problems in fopen and freopen
|
||||||
|
- Provide more helpful error message in getopt (BZ#7101)
|
||||||
|
- Make stack canary value harder to read through read overflow (BZ#10149)
|
||||||
|
- Use mmap for allocation of buffers used for __abort_msg (BZ#11901)
|
||||||
|
- Fix handling of static TLS in dlopen'ed objects (BZ#12453)
|
||||||
|
- Fix initialization of optimization values for AIO (BZ#12083)
|
||||||
|
- Fix handling of conversion problem in CP932 module (BZ#12601)
|
||||||
|
- Fix potential problem with out-of-scope buffer (BZ#12626)
|
||||||
|
- Handle recursive calls in backtrace better (BZ#12432)
|
||||||
|
- Fix handling of incomplete character storage in state
|
||||||
|
- Fix file descriptor position after fclose (BZ#12724)
|
||||||
|
- Reinstall NIS RPC headers
|
||||||
|
|
||||||
* Fri May 13 2011 Andreas Schwab <schwab@redhat.com> - 2.13.90-12
|
* Fri May 13 2011 Andreas Schwab <schwab@redhat.com> - 2.13.90-12
|
||||||
- Update from master
|
- Update from master
|
||||||
- Fix resizing table for unique symbols when adding symbol for copy
|
- Fix resizing table for unique symbols when adding symbol for copy
|
||||||
|
4
sources
4
sources
@ -1,3 +1,3 @@
|
|||||||
10c24084eeef6c746f50e7549d8473a8 glibc-2.13-160-g320a5dc-fedora.tar.xz
|
ca87afb83701b1866847b9bd530fdcb2 glibc-2.13-200-g0a197a9-fedora.tar.xz
|
||||||
7e9560e4c432573d7673759fefaef994 glibc-2.13-160-g320a5dc.tar.xz
|
e2ec132be414bd3baf70ead36e998801 glibc-2.13-200-g0a197a9.tar.xz
|
||||||
58bc3858b6d73b2868f6399a4850f0b7 glibc-ports-2.13-34-gf1d4d4b.tar.xz
|
58bc3858b6d73b2868f6399a4850f0b7 glibc-ports-2.13-34-gf1d4d4b.tar.xz
|
||||||
|
Loading…
Reference in New Issue
Block a user