2.10.90-27
This commit is contained in:
parent
1cb881ce13
commit
5dbfeea031
@ -1,2 +1,2 @@
|
||||
glibc-2.10-357-ga0902db-fedora.tar.bz2
|
||||
glibc-2.10-357-ga0902db.tar.bz2
|
||||
glibc-2.10-405-g3a83202-fedora.tar.bz2
|
||||
glibc-2.10-405-g3a83202.tar.bz2
|
||||
|
File diff suppressed because it is too large
Load Diff
25
glibc.spec
25
glibc.spec
@ -1,4 +1,4 @@
|
||||
%define glibcsrcdir glibc-2.10-357-ga0902db
|
||||
%define glibcsrcdir glibc-2.10-405-g3a83202
|
||||
%define glibcversion 2.10.90
|
||||
### glibc.spec.in follows:
|
||||
%define run_glibc_tests 1
|
||||
@ -18,13 +18,13 @@
|
||||
%endif
|
||||
%define rtkaioarches %{ix86} x86_64 ia64 ppc ppc64 s390 s390x
|
||||
%define debuginfocommonarches alpha alphaev6 sparc sparcv9 sparcv9v sparc64 sparc64v
|
||||
%define multiarcharches %{ix86} x86_64
|
||||
%define multiarcharches %{ix86} x86_64 ppc ppc64
|
||||
%define _unpackaged_files_terminate_build 0
|
||||
|
||||
Summary: The GNU libc libraries
|
||||
Name: glibc
|
||||
Version: %{glibcversion}
|
||||
Release: 26
|
||||
Release: 27
|
||||
# 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
|
||||
@ -321,8 +321,6 @@ GXX="g++ -m64"
|
||||
%endif
|
||||
|
||||
BuildFlags="$BuildFlags -fasynchronous-unwind-tables"
|
||||
# gcc is a memory hog without that (#523172).
|
||||
BuildFlags="$BuildFlags -fno-var-tracking-assignments"
|
||||
# Add -DNDEBUG unless using a prerelease
|
||||
case %{version} in
|
||||
*.*.9[0-9]*) ;;
|
||||
@ -1037,6 +1035,23 @@ rm -f *.filelist*
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Oct 30 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-27
|
||||
- Update from master.
|
||||
- Fix races in setXid implementation (BZ#3270).
|
||||
- Implement IFUNC for PPC and enable multi-arch support.
|
||||
- Implement mkstemps/mkstemps64 and mkostemps/mkostemps64 (BZ#10349).
|
||||
- Fix IA-64 and S390 sigevent definitions (BZ#10446).
|
||||
- Fix memory leak in NIS grp database handling (BZ#10713).
|
||||
- Print timestamp in nscd debug messages (BZ#10742).
|
||||
- Fix mixing IPv4 and IPv6 name server in resolv.conf.
|
||||
- Fix range checks in coshl.
|
||||
- Implement SSE4.2 optimized strchr and strrchr.
|
||||
- Handle IFUNC symbols in dlsym (#529965).
|
||||
- Misc fixes (BZ#10312, BZ#10315, BZ#10319, BZ#10391, BZ#10425,
|
||||
BZ#10540, BZ#10553, BZ#10564, BZ#10609, BZ#10692, BZ#10780,
|
||||
BZ#10717, BZ#10784, BZ#10789, BZ#10847
|
||||
- No longer build with -fno-var-tracking-assignments.
|
||||
|
||||
* Mon Oct 19 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-26
|
||||
- Update from master.
|
||||
- Add ____longjmp_chk for sparc.
|
||||
|
@ -34,3 +34,4 @@ glibc-2_10_90-23:HEAD:glibc-2.10.90-23.src.rpm:1253528881
|
||||
glibc-2_10_90-24:HEAD:glibc-2.10.90-24.src.rpm:1254140947
|
||||
glibc-2_10_90-25:F-12:glibc-2.10.90-25.src.rpm:1255355210
|
||||
glibc-2_10_90-26:F-12:glibc-2.10.90-26.src.rpm:1255953059
|
||||
glibc-2_10_90-27:F-12:glibc-2.10.90-27.src.rpm:1256915929
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
e703ae2fd4a7b6157f61fcd53327d171 glibc-2.10-357-ga0902db-fedora.tar.bz2
|
||||
8ddcba36d261fb0c5b8487e79ba07708 glibc-2.10-357-ga0902db.tar.bz2
|
||||
86f1d478fff63d6fb0953694fc1ed53d glibc-2.10-405-g3a83202-fedora.tar.bz2
|
||||
204a3cdd20ead34cddacad6748af1d04 glibc-2.10-405-g3a83202.tar.bz2
|
||||
|
Loading…
x
Reference in New Issue
Block a user