2.14-7
This commit is contained in:
parent
4e4cfa1388
commit
b5efc1b402
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,3 +1,3 @@
|
||||
/glibc-ports-2.14-1-g2408627.tar.xz
|
||||
/glibc-2.14-38-g4eddf93-fedora.tar.xz
|
||||
/glibc-2.14-38-g4eddf93.tar.xz
|
||||
/glibc-2.14-48-g69c1dfc-fedora.tar.xz
|
||||
/glibc-2.14-48-g69c1dfc.tar.xz
|
||||
/glibc-ports-2.14-2-g8eafc36.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.14-38-g4eddf93
|
||||
%define glibcsrcdir glibc-2.14-48-g69c1dfc
|
||||
%define glibcversion 2.14
|
||||
%define glibcportsdir glibc-ports-2.14-1-g2408627
|
||||
%define glibcportsdir glibc-ports-2.14-2-g8eafc36
|
||||
### glibc.spec.in follows:
|
||||
%define run_glibc_tests 1
|
||||
%define auxarches athlon alphaev6
|
||||
@ -27,7 +27,7 @@
|
||||
Summary: The GNU libc libraries
|
||||
Name: glibc
|
||||
Version: %{glibcversion}
|
||||
Release: 6
|
||||
Release: 7
|
||||
# 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
|
||||
@ -1042,6 +1042,13 @@ rm -f *.filelist*
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Sep 8 2011 Andreas Schwab <schwab@redhat.com> - 2.14-7
|
||||
- Update from 2.14 branch
|
||||
- Fix cfi directive in audit trampoline code
|
||||
- Correct cycle detection during dependency sorting (BZ#11724)
|
||||
- Fix fopen (non-existing-file, "re") errno (BZ#13114)
|
||||
- Fix CFI info in x86-64 trampolines
|
||||
|
||||
* Mon Aug 15 2011 Andreas Schwab <schwab@redhat.com> - 2.14-6
|
||||
- Update from 2.14 branch
|
||||
- Locale-independent parsing in libintl (#726536)
|
||||
|
6
sources
6
sources
@ -1,3 +1,3 @@
|
||||
6ddf3d4d3820f61caed1bf1dbf264380 glibc-2.14-38-g4eddf93-fedora.tar.xz
|
||||
883eb0cc67581c650f3e52da416fd41a glibc-2.14-38-g4eddf93.tar.xz
|
||||
069f0c4e41686838aa9bdd9700fcf52b glibc-ports-2.14-1-g2408627.tar.xz
|
||||
58c5f2bc3388a99937f8bf10cdb2bbd5 glibc-2.14-48-g69c1dfc-fedora.tar.xz
|
||||
92b22fe882314f8836bec6de1308895a glibc-2.14-48-g69c1dfc.tar.xz
|
||||
1d3a184c682ddc9234d98310307c4273 glibc-ports-2.14-2-g8eafc36.tar.xz
|
||||
|
Loading…
Reference in New Issue
Block a user