From 3b7069e67cdfa88e2a635cc3dfcfa39d91d50dfe Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Sep 26 2012 02:25:26 +0000 Subject: - Resync with upstream sources. --- diff --git a/glibc-rh858274.patch b/glibc-rh858274.patch index 8300bb6..366c7cc 100644 --- a/glibc-rh858274.patch +++ b/glibc-rh858274.patch @@ -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. diff --git a/glibc.spec b/glibc.spec index eb535e6..95570a8 100644 --- a/glibc.spec +++ b/glibc.spec @@ -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 - 2.16.90-16 + - Resync with upstream sources. + * Fri Sep 21 2012 Jeff Law - 2.16.90-15 - Remove most of fedora-nscd patch as we no longer use the old init files, but systemd instead.