2.13.90-5
This commit is contained in:
parent
87a7e49934
commit
cd1b6b27e1
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,3 +1,3 @@
|
||||
/glibc-2.13-16-gedf9294-fedora.tar.xz
|
||||
/glibc-2.13-16-gedf9294.tar.xz
|
||||
/glibc-ports-2.13.tar.xz
|
||||
/glibc-2.13-33-g4bff6e0-fedora.tar.xz
|
||||
/glibc-2.13-33-g4bff6e0.tar.xz
|
||||
/glibc-ports-2.13-6-g57d366b.tar.xz
|
||||
|
1163
glibc-fedora.patch
1163
glibc-fedora.patch
File diff suppressed because it is too large
Load Diff
15
glibc.spec
15
glibc.spec
@ -1,6 +1,6 @@
|
||||
%define glibcsrcdir glibc-2.13-16-gedf9294
|
||||
%define glibcsrcdir glibc-2.13-33-g4bff6e0
|
||||
%define glibcversion 2.13.90
|
||||
%define glibcportsdir glibc-ports-2.13
|
||||
%define glibcportsdir glibc-ports-2.13-6-g57d366b
|
||||
### glibc.spec.in follows:
|
||||
%define run_glibc_tests 1
|
||||
%define auxarches athlon alphaev6
|
||||
@ -25,7 +25,7 @@
|
||||
Summary: The GNU libc libraries
|
||||
Name: glibc
|
||||
Version: %{glibcversion}
|
||||
Release: 4
|
||||
Release: 5
|
||||
# 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
|
||||
@ -1043,6 +1043,15 @@ rm -f *.filelist*
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Mar 2 2011 Andreas Schwab <schwab@redhat.com> - 2.13.90-5
|
||||
- Update from master
|
||||
- Fix memory leak in dlopen with RTLD_NOLOAD (BZ#12509)
|
||||
- Don't crash when dependencies are missing (BZ#12454)
|
||||
- Fix allocation when handling positional parameters in printf
|
||||
(BZ#12445)
|
||||
- Fix two printf handler issues
|
||||
- Fix false assertion (BZ#12454, #673014)
|
||||
|
||||
* Mon Feb 14 2011 Andreas Schwab <schwab@redhat.com> - 2.13.90-4
|
||||
- Update from master
|
||||
- Update sysdeps/unix/sysv/linux/sparc/bits/socket.h
|
||||
|
6
sources
6
sources
@ -1,3 +1,3 @@
|
||||
54251e6ea0a9268973157551d4c3acf5 glibc-2.13-16-gedf9294-fedora.tar.xz
|
||||
2601e9177188d796377966af34a8b246 glibc-2.13-16-gedf9294.tar.xz
|
||||
e6e1643aab186f1b1176420f173fc790 glibc-ports-2.13.tar.xz
|
||||
75ac7da4ec2e10f1fef9054f7a37c9ee glibc-2.13-33-g4bff6e0-fedora.tar.xz
|
||||
5c230f01bdda56c4eb527eb3b3daadf7 glibc-2.13-33-g4bff6e0.tar.xz
|
||||
811bae46f44600d486881064e175555e glibc-ports-2.13-6-g57d366b.tar.xz
|
||||
|
Loading…
Reference in New Issue
Block a user