[glibc] - Resync with upstream sources to pick up fma fixes

Jeffrey Law law at fedoraproject.org
Mon Oct 1 12:38:59 UTC 2012


commit 66c0a7ea1d7338487a663b8af836cd1a263b70eb
Author: Jeff Law <law at redhat.com>
Date:   Mon Oct 1 06:37:36 2012 -0600

      - Resync with upstream sources to pick up fma fixes

 .gitignore |    2 ++
 glibc.spec |    7 +++++--
 sources    |    4 ++--
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a8d90cb..a661375 100644
--- a/.gitignore
+++ b/.gitignore
@@ -50,3 +50,5 @@ glibc-2.14-394-g8f3b1ff
 /glibc-2.16.90-8cf6a02e.tar.gz
 /glibc-2.16.90-715a900c-fedora.tar.gz
 /glibc-2.16.90-715a900c.tar.gz
+/glibc-2.16.90-bec749fd-fedora.tar.gz
+/glibc-2.16.90-bec749fd.tar.gz
diff --git a/glibc.spec b/glibc.spec
index abad40a..a1fc21e 100644
--- a/glibc.spec
+++ b/glibc.spec
@@ -1,4 +1,4 @@
-%define glibcsrcdir glibc-2.16.90-715a900c
+%define glibcsrcdir glibc-2.16.90-bec749fd
 %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: 18%{?dist}
+Release: 19%{?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
@@ -1266,6 +1266,9 @@ rm -f *.filelist*
 %endif
 
 %changelog
+* Mon Oct 1 2012 Jeff Law <law at redhat.com> - 2.16.90-19
+  - Resync with upstream sources to pick up fma fixes
+
 * Fri Sep 28 2012 Jeff Law <law at redhat.com> - 2.16.90-18
   - Resync with upstream sources.
   - Drop fedora-cdefs-gnuc.patch, it's not needed anymore.
diff --git a/sources b/sources
index c6238d6..5eeab94 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-f3d2d76b578442702e4d5ad29e08f401  glibc-2.16.90-715a900c-fedora.tar.gz
-e2cdc7aff2f1a7eaa5a6d91c32029858  glibc-2.16.90-715a900c.tar.gz
+d06c5cd5f060f0a4a0fa7b527eaddc47  glibc-2.16.90-bec749fd-fedora.tar.gz
+cc668cfa8509f366af895ba6ceeb81bf  glibc-2.16.90-bec749fd.tar.gz


More information about the scm-commits mailing list