[glibc] Resync with upstream glibc-2.16 release.

Jeffrey Law law at fedoraproject.org
Mon Jul 2 13:22:28 UTC 2012


commit b151d5af8bc58862cfab659369927b41de98a449
Author: Jeff Law <law at redhat.com>
Date:   Mon Jul 2 07:22:19 2012 -0600

     Resync with upstream glibc-2.16 release.

 .gitignore |    3 +++
 glibc.spec |   11 +++++++----
 sources    |    6 +++---
 3 files changed, 13 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fe68b6d..a1eb7e4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,3 +31,6 @@ glibc-2.14-394-g8f3b1ff
 /glibc-ports-2.15.90-a20c2b3c.tar.gz
 /glibc-2.15.90-0479b30.tar.gz
 /glibc-2.15.90-0479b30-fedora.tar.gz
+/glibc-2.16-75f0d304-fedora.tar.gz
+/glibc-2.16-75f0d304.tar.gz
+/glibc-ports-2.16-a20c2b3c.tar.gz
diff --git a/glibc.spec b/glibc.spec
index 30c1244..530316b 100644
--- a/glibc.spec
+++ b/glibc.spec
@@ -1,6 +1,6 @@
-%define glibcsrcdir glibc-2.15.90-0479b30
-%define glibcversion 2.15.90
-%define glibcportsdir glibc-ports-2.15.90-a20c2b3c
+%define glibcsrcdir glibc-2.16-75f0d304
+%define glibcversion 2.16
+%define glibcportsdir glibc-ports-2.16-a20c2b3c
 ### glibc.spec.in follows:
 %define run_glibc_tests 1
 %define auxarches athlon alphaev6
@@ -28,7 +28,7 @@
 Summary: The GNU libc libraries
 Name: glibc
 Version: %{glibcversion}
-Release: 16%{?dist}
+Release: 1%{?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
@@ -1304,6 +1304,9 @@ rm -f *.filelist*
 %endif
 
 %changelog
+* Mon Jul 2 2012 Jeff Law <law at redhat.com> - 2.16-1
+  - Resync with upstream glibc-2.16 release.
+
 * Fri Jun 21 2012 Jeff Law <law at redhat.com> - 2.15.90-16
   - Resync with upstream sources, drop obsolete patch.
 
diff --git a/sources b/sources
index 8c7353f..4bd1f82 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-2b3b69a18c8b197f075484bf1b113962  glibc-2.15.90-0479b30.tar.gz
-ce8b4d2ac6ef48454997b974380db5cb  glibc-2.15.90-0479b30-fedora.tar.gz
-f29d9ebfdc591ebfbfbb14e24855b9c0  glibc-ports-2.15.90-a20c2b3c.tar.gz
+43ea1885a798f02927bd581d8a5aa65d  glibc-2.16-75f0d304-fedora.tar.gz
+96de549f6c78b090e73b5eae6cfc7afb  glibc-2.16-75f0d304.tar.gz
+29ce8bef5237f8eccccfc5f8d14cef9b  glibc-ports-2.16-a20c2b3c.tar.gz


More information about the scm-commits mailing list