- Resync with upstream sources.

This commit is contained in:
Jeff Law 2012-09-25 20:25:26 -06:00
parent 55a30785d4
commit 3b7069e67c
2 changed files with 5 additions and 11 deletions

View File

@ -1,15 +1,6 @@
diff -Nrup a/NEWS b/NEWS
--- a/NEWS 2012-09-14 14:31:29.000000000 -0600
+++ b/NEWS 2012-09-20 15:43:07.883932826 -0600
@@ -9,7 +9,7 @@ Version 2.17
* The following bugs are resolved with this release:
- 1349, 3479, 5400, 6778, 6808, 9685, 9914, 10014, 10038, 11607, 13412,
+ 1349, 3479, 5400, 6778, 6808, 9685, 9914, 10014, 10038, 13412,
13542, 13717, 13696, 13939, 13966, 14042, 14090, 14166, 14150, 14151,
14154, 14157, 14166, 14173, 14195, 14237, 14252, 14283, 14298, 14303,
14307, 14328, 14331, 14336, 14337, 14347, 14349, 14459, 14476, 14505,
@@ -27,9 +27,6 @@ Version 2.17
* SystemTap static probes have been added into the dynamic linker.
Implemented by Gary Benson.

View File

@ -1,4 +1,4 @@
%define glibcsrcdir glibc-2.16.90-97bc38d7
%define glibcsrcdir glibc-2.16.90-f6a2737f
%define glibcversion 2.16.90
### glibc.spec.in follows:
%define run_glibc_tests 1
@ -27,7 +27,7 @@
Summary: The GNU libc libraries
Name: glibc
Version: %{glibcversion}
Release: 15%{?dist}
Release: 16%{?dist}
# 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
@ -1277,6 +1277,9 @@ rm -f *.filelist*
%endif
%changelog
* Tue Sep 25 2012 Jeff Law <law@redhat.com> - 2.16.90-16
- Resync with upstream sources.
* Fri Sep 21 2012 Jeff Law <law@redhat.com> - 2.16.90-15
- Remove most of fedora-nscd patch as we no longer use the
old init files, but systemd instead.