[gcc/f17] 4.7.0-4

Jakub Jelinek jakub at fedoraproject.org
Fri May 4 07:14:50 UTC 2012


commit 6fbf2051a582d645e0ceedee55db8a24b4ddcd86
Author: Jakub Jelinek <jakub at redhat.com>
Date:   Fri May 4 09:14:46 2012 +0200

    4.7.0-4

 .gitignore          |    1 +
 gcc.spec            |   16 +++++----
 gcc47-pr53174.patch |   96 ---------------------------------------------------
 gcc47-pr53187.patch |   51 ---------------------------
 sources             |    2 +-
 5 files changed, 11 insertions(+), 155 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e5e1fd4..272b805 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,3 +29,4 @@
 /gcc-4.7.0-20120322.tar.bz2
 /gcc-4.7.0-20120416.tar.bz2
 /gcc-4.7.0-20120502.tar.bz2
+/gcc-4.7.0-20120504.tar.bz2
diff --git a/gcc.spec b/gcc.spec
index 18325d8..632ffee 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -1,9 +1,9 @@
-%global DATE 20120502
-%global SVNREV 187043
+%global DATE 20120504
+%global SVNREV 187145
 %global gcc_version 4.7.0
 # Note, gcc_release must be integer, if you want to add suffixes to
 # %{release}, append them after %{gcc_release} on Release: line.
-%global gcc_release 3
+%global gcc_release 4
 %global _unpackaged_files_terminate_build 0
 %global multilib_64_archs sparc64 ppc64 s390x x86_64
 %ifarch %{ix86} x86_64 ia64 ppc ppc64 alpha
@@ -174,8 +174,6 @@ Patch12: gcc47-libstdc++-docs.patch
 Patch13: gcc47-no-add-needed.patch
 Patch14: gcc47-ppl-0.10.patch
 Patch15: gcc47-libitm-fno-exceptions.patch
-Patch16: gcc47-pr53174.patch
-Patch17: gcc47-pr53187.patch
 
 Patch1000: fastjar-0.97-segfault.patch
 Patch1001: fastjar-0.97-len1.patch
@@ -677,8 +675,6 @@ package or when debugging this package.
 %patch14 -p0 -b .ppl-0.10~
 %endif
 %patch15 -p0 -b .libitm-fno-exceptions~
-%patch16 -p0 -b .pr53174~
-%patch17 -p0 -b .pr53187~
 
 %if 0%{?_enable_debug_packages}
 cat > split-debuginfo.sh <<\EOF
@@ -2645,6 +2641,12 @@ fi
 %{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_version}/plugin
 
 %changelog
+* Fri May  4 2012 Jakub Jelinek <jakub at redhat.com> 4.7.0-4
+- update from the 4.7 branch
+  - PRs c++/53186, fortran/52864, libstdc++/53193, lto/52605,
+	target/52684, target/53199, tree-optimization/53144
+  - fix up gcc-ar, gcc-nm and gcc-ranlib (#818311, PR plugins/53126)
+
 * Wed May  2 2012 Jakub Jelinek <jakub at redhat.com> 4.7.0-3
 - update from the 4.7 branch
   - PRs bootstrap/52840, c++/38543, c++/50303, c++/50830, c++/53003,
diff --git a/sources b/sources
index 67770ad..8ed55a4 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
 2659f09c2e43ef8b7d4406321753f1b2  fastjar-0.97.tar.gz
-abe877ad702f9c789fdc7ab40c2c75d1  gcc-4.7.0-20120502.tar.bz2
+4adc76971f4d2e8461bfbcc739e5979c  gcc-4.7.0-20120504.tar.bz2


More information about the scm-commits mailing list