2.13.90-6
This commit is contained in:
parent
cd1b6b27e1
commit
3b880a9175
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,3 +1,3 @@
|
|||||||
/glibc-2.13-33-g4bff6e0-fedora.tar.xz
|
/glibc-2.13-39-g6a5ee10-fedora.tar.xz
|
||||||
/glibc-2.13-33-g4bff6e0.tar.xz
|
/glibc-2.13-39-g6a5ee10.tar.xz
|
||||||
/glibc-ports-2.13-6-g57d366b.tar.xz
|
/glibc-ports-2.13-8-gfb3ed18.tar.xz
|
||||||
|
File diff suppressed because it is too large
Load Diff
13
glibc.spec
13
glibc.spec
@ -1,6 +1,6 @@
|
|||||||
%define glibcsrcdir glibc-2.13-33-g4bff6e0
|
%define glibcsrcdir glibc-2.13-39-g6a5ee10
|
||||||
%define glibcversion 2.13.90
|
%define glibcversion 2.13.90
|
||||||
%define glibcportsdir glibc-ports-2.13-6-g57d366b
|
%define glibcportsdir glibc-ports-2.13-8-gfb3ed18
|
||||||
### glibc.spec.in follows:
|
### glibc.spec.in follows:
|
||||||
%define run_glibc_tests 1
|
%define run_glibc_tests 1
|
||||||
%define auxarches athlon alphaev6
|
%define auxarches athlon alphaev6
|
||||||
@ -25,7 +25,7 @@
|
|||||||
Summary: The GNU libc libraries
|
Summary: The GNU libc libraries
|
||||||
Name: glibc
|
Name: glibc
|
||||||
Version: %{glibcversion}
|
Version: %{glibcversion}
|
||||||
Release: 5
|
Release: 6
|
||||||
# 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
|
||||||
@ -1043,6 +1043,13 @@ rm -f *.filelist*
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 7 2011 Andreas Schwab <schwab@redhat.com> - 2.13.90-6
|
||||||
|
- Update from master
|
||||||
|
- Fix loading first object along a path when tracing
|
||||||
|
- Enable SSE2 memset for AMD'supcoming Orochi processor
|
||||||
|
- Don't read past end of buffer in fmemopen
|
||||||
|
- Revert broken changes (#682307)
|
||||||
|
|
||||||
* Wed Mar 2 2011 Andreas Schwab <schwab@redhat.com> - 2.13.90-5
|
* Wed Mar 2 2011 Andreas Schwab <schwab@redhat.com> - 2.13.90-5
|
||||||
- Update from master
|
- Update from master
|
||||||
- Fix memory leak in dlopen with RTLD_NOLOAD (BZ#12509)
|
- Fix memory leak in dlopen with RTLD_NOLOAD (BZ#12509)
|
||||||
|
6
sources
6
sources
@ -1,3 +1,3 @@
|
|||||||
75ac7da4ec2e10f1fef9054f7a37c9ee glibc-2.13-33-g4bff6e0-fedora.tar.xz
|
72dfc7d22615d6c1b9031cd031485668 glibc-2.13-39-g6a5ee10-fedora.tar.xz
|
||||||
5c230f01bdda56c4eb527eb3b3daadf7 glibc-2.13-33-g4bff6e0.tar.xz
|
a89c9dfb7498466c4d13833a5d553ed4 glibc-2.13-39-g6a5ee10.tar.xz
|
||||||
811bae46f44600d486881064e175555e glibc-ports-2.13-6-g57d366b.tar.xz
|
def1c8b4f13efe6c677a298855cd6cc4 glibc-ports-2.13-8-gfb3ed18.tar.xz
|
||||||
|
Loading…
Reference in New Issue
Block a user