- Resync with upstream sources (#873397)
This commit is contained in:
parent
ae7fda09b1
commit
91136bb3b9
2
.gitignore
vendored
2
.gitignore
vendored
@ -65,3 +65,5 @@ glibc-2.14-394-g8f3b1ff
|
|||||||
/glibc-2.16.90-8f861542-fedora.tar.gz
|
/glibc-2.16.90-8f861542-fedora.tar.gz
|
||||||
/glibc-2.16.90-8f861542.tar.gz
|
/glibc-2.16.90-8f861542.tar.gz
|
||||||
/glibc-2.16.90-8f861542-1-fedora.tar.gz
|
/glibc-2.16.90-8f861542-1-fedora.tar.gz
|
||||||
|
/glibc-2.16.90-01f34a3b-fedora.tar.gz
|
||||||
|
/glibc-2.16.90-01f34a3b.tar.gz
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
%define glibcsrcdir glibc-2.16.90-8f861542
|
%define glibcsrcdir glibc-2.16.90-01f34a3b
|
||||||
%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: 27%{?dist}
|
Release: 28%{?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
|
||||||
@ -37,7 +37,7 @@ License: LGPLv2+ and LGPLv2+ with exceptions and GPLv2+
|
|||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.gnu.org/software/glibc/
|
URL: http://www.gnu.org/software/glibc/
|
||||||
Source0: %{?glibc_release_url}%{glibcsrcdir}.tar.gz
|
Source0: %{?glibc_release_url}%{glibcsrcdir}.tar.gz
|
||||||
Source1: %{glibcsrcdir}-1-fedora.tar.gz
|
Source1: %{glibcsrcdir}-fedora.tar.gz
|
||||||
|
|
||||||
# 0000-0999 for patches which are unlikely to ever go upstream or which
|
# 0000-0999 for patches which are unlikely to ever go upstream or which
|
||||||
# have not been analyzed to see if they ought to go upstream yet.
|
# have not been analyzed to see if they ought to go upstream yet.
|
||||||
@ -1247,6 +1247,9 @@ rm -f *.filelist*
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 7 2012 Jeff Law <law@redhat.com> - 2.16.90-28
|
||||||
|
- Resync with upstream sources (#873397)
|
||||||
|
|
||||||
* Mon Nov 5 2012 Jeff Law <law@redhat.com> - 2.16.90-27
|
* Mon Nov 5 2012 Jeff Law <law@redhat.com> - 2.16.90-27
|
||||||
- Resync with upstream sources.
|
- Resync with upstream sources.
|
||||||
- Don't use distinct patches for 770869, 787201 and 688948
|
- Don't use distinct patches for 770869, 787201 and 688948
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
b64dda0662fd62775fb93eeca1433360 glibc-2.16.90-8f861542-1-fedora.tar.gz
|
ecc2e9f546028682530d4f57206b35a6 glibc-2.16.90-01f34a3b-fedora.tar.gz
|
||||||
df7068d3cc72dce07a6d5f17e0c73f4a glibc-2.16.90-8f861542.tar.gz
|
57e4f3d836a45dfe7071452dd214660f glibc-2.16.90-01f34a3b.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user