2.13.90-8
This commit is contained in:
parent
5d12cdce1a
commit
af66f0ce22
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,3 +1,3 @@
|
|||||||
/glibc-ports-2.13-8-gfb3ed18.tar.xz
|
/glibc-2.13-52-gbb24205-fedora.tar.xz
|
||||||
/glibc-2.13-51-g786e84c-fedora.tar.xz
|
/glibc-2.13-52-gbb24205.tar.xz
|
||||||
/glibc-2.13-51-g786e84c.tar.xz
|
/glibc-ports-2.13-13-g8825867.tar.xz
|
||||||
|
File diff suppressed because it is too large
Load Diff
10
glibc.spec
10
glibc.spec
@ -1,6 +1,6 @@
|
|||||||
%define glibcsrcdir glibc-2.13-51-g786e84c
|
%define glibcsrcdir glibc-2.13-52-gbb24205
|
||||||
%define glibcversion 2.13.90
|
%define glibcversion 2.13.90
|
||||||
%define glibcportsdir glibc-ports-2.13-8-gfb3ed18
|
%define glibcportsdir glibc-ports-2.13-13-g8825867
|
||||||
### 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: 7
|
Release: 8
|
||||||
# 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,10 @@ rm -f *.filelist*
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 24 2011 Andreas Schwab <schwab@redhat.com> - 2.13.90-8
|
||||||
|
- Update from master
|
||||||
|
- Fix infinite loop (#690323)
|
||||||
|
|
||||||
* Mon Mar 21 2011 Andreas Schwab <schwab@redhat.com> - 2.13.90-7
|
* Mon Mar 21 2011 Andreas Schwab <schwab@redhat.com> - 2.13.90-7
|
||||||
- Update from master
|
- Update from master
|
||||||
- Handle page boundaries in x86 SSE4.2 strncmp (BZ#12597)
|
- Handle page boundaries in x86 SSE4.2 strncmp (BZ#12597)
|
||||||
|
6
sources
6
sources
@ -1,3 +1,3 @@
|
|||||||
bce849588a77a9ecc5547ac2372fb7eb glibc-2.13-51-g786e84c-fedora.tar.xz
|
48f6916ec4028c236acda0f256d80c36 glibc-2.13-52-gbb24205-fedora.tar.xz
|
||||||
26af17cca65188aeb4a134834b296141 glibc-2.13-51-g786e84c.tar.xz
|
583236ce6b80c3647340fea11edadbcc glibc-2.13-52-gbb24205.tar.xz
|
||||||
def1c8b4f13efe6c677a298855cd6cc4 glibc-ports-2.13-8-gfb3ed18.tar.xz
|
64e3fb67df0f0acf0295cf0088a60c94 glibc-ports-2.13-13-g8825867.tar.xz
|
||||||
|
Loading…
Reference in New Issue
Block a user