2.14.90-6
This commit is contained in:
parent
96f2a7b82c
commit
02300746cd
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,3 +1,3 @@
|
|||||||
/glibc-ports-2.14-6-g3c6ac5c.tar.xz
|
/glibc-2.14-209-gad69cc2-fedora.tar.xz
|
||||||
/glibc-2.14-171-g85ae058-fedora.tar.xz
|
/glibc-2.14-209-gad69cc2.tar.xz
|
||||||
/glibc-2.14-171-g85ae058.tar.xz
|
/glibc-ports-2.14-7-g978f13e.tar.xz
|
||||||
|
File diff suppressed because it is too large
Load Diff
16
glibc.spec
16
glibc.spec
@ -1,6 +1,6 @@
|
|||||||
%define glibcsrcdir glibc-2.14-171-g85ae058
|
%define glibcsrcdir glibc-2.14-209-gad69cc2
|
||||||
%define glibcversion 2.14.90
|
%define glibcversion 2.14.90
|
||||||
%define glibcportsdir glibc-ports-2.14-6-g3c6ac5c
|
%define glibcportsdir glibc-ports-2.14-7-g978f13e
|
||||||
### 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
|
||||||
@ -28,7 +28,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
|
||||||
@ -1075,6 +1075,16 @@ rm -f *.filelist*
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 24 2011 Andreas Schwab <schwab@redhat.com> - 2.14.90-6
|
||||||
|
- Update from master
|
||||||
|
- Correct cycle detection during dependency sorting
|
||||||
|
- Use ifuncs for time and gettimeofday on x86-64
|
||||||
|
- Fix fopen (non-existing-file, "re") errno
|
||||||
|
- Fix CFI info in x86-64 trampolines for non-AVX code
|
||||||
|
- Build libresolv with SSP flags
|
||||||
|
- Avoid executable stack in makedb (#731063)
|
||||||
|
- Align x86 TCB to 64 bytes (cache line size), important for Atom
|
||||||
|
|
||||||
* Mon Aug 15 2011 Andreas Schwab <schwab@redhat.com> - 2.14.90-5
|
* Mon Aug 15 2011 Andreas Schwab <schwab@redhat.com> - 2.14.90-5
|
||||||
- Update from master
|
- Update from master
|
||||||
- Implement LD_DEBUG=scopes
|
- Implement LD_DEBUG=scopes
|
||||||
|
6
sources
6
sources
@ -1,3 +1,3 @@
|
|||||||
a8957a2759e0e5def95c1eed6c581136 glibc-2.14-171-g85ae058-fedora.tar.xz
|
02a726d40df33004688d2b1f0bd94feb glibc-2.14-209-gad69cc2-fedora.tar.xz
|
||||||
6ff94044d8321833fd4fe603e74375d5 glibc-2.14-171-g85ae058.tar.xz
|
a3f20e7d2e05b525aaf62abf30486753 glibc-2.14-209-gad69cc2.tar.xz
|
||||||
474e55eeff731fe283dd66c4deb29274 glibc-ports-2.14-6-g3c6ac5c.tar.xz
|
de9571b97cdfb83e6c148293b7e51040 glibc-ports-2.14-7-g978f13e.tar.xz
|
||||||
|
Loading…
Reference in New Issue
Block a user