- Resync with upstream sources (#872336)
This commit is contained in:
parent
1b5b2e3a41
commit
178231ee78
2
.gitignore
vendored
2
.gitignore
vendored
@ -60,3 +60,5 @@ glibc-2.14-394-g8f3b1ff
|
|||||||
/glibc-2.16.90-54a41734.tar.gz
|
/glibc-2.16.90-54a41734.tar.gz
|
||||||
/glibc-2.16.90-2a0e2669-fedora.tar.gz
|
/glibc-2.16.90-2a0e2669-fedora.tar.gz
|
||||||
/glibc-2.16.90-2a0e2669.tar.gz
|
/glibc-2.16.90-2a0e2669.tar.gz
|
||||||
|
/glibc-2.16.90-d6cffd3e-fedora.tar.gz
|
||||||
|
/glibc-2.16.90-d6cffd3e.tar.gz
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
%define glibcsrcdir glibc-2.16.90-2a0e2669
|
%define glibcsrcdir glibc-2.16.90-d6cffd3e
|
||||||
%define glibcversion 2.16.90
|
%define glibcversion 2.16.90
|
||||||
### glibc.spec.in follows:
|
### glibc.spec.in follows:
|
||||||
%define run_glibc_tests 1
|
%define run_glibc_tests 1
|
||||||
@ -27,7 +27,7 @@
|
|||||||
Summary: The GNU libc libraries
|
Summary: The GNU libc libraries
|
||||||
Name: glibc
|
Name: glibc
|
||||||
Version: %{glibcversion}
|
Version: %{glibcversion}
|
||||||
Release: 25%{?dist}
|
Release: 26%{?dist}
|
||||||
# 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
|
||||||
@ -1254,6 +1254,9 @@ rm -f *.filelist*
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 1 2012 Jeff Law <law@redhat.com> - 2.16.90-26
|
||||||
|
- Resync with upstream sources (#872336)
|
||||||
|
|
||||||
* Mon Oct 22 2012 Jeff Law <law@redhat.com> - 2.16.90-25
|
* Mon Oct 22 2012 Jeff Law <law@redhat.com> - 2.16.90-25
|
||||||
- Rsync with upstream sources
|
- Rsync with upstream sources
|
||||||
- Drop 864820 patch as now that it's upstream.
|
- Drop 864820 patch as now that it's upstream.
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
d544d61f189c242cb117bb29d9cde3b2 glibc-2.16.90-2a0e2669-fedora.tar.gz
|
b79acdfe563ca4cadea129ec13287e3c glibc-2.16.90-d6cffd3e-fedora.tar.gz
|
||||||
03ece61a2fe35089fcb68cadf2ea2253 glibc-2.16.90-2a0e2669.tar.gz
|
3459d69cade97a354cafb60a030a95e7 glibc-2.16.90-d6cffd3e.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user