[gcc] rebuild (gmp)

Rex Dieter rdieter at fedoraproject.org
Mon Oct 31 15:44:16 UTC 2011


commit de609bb65f661b7da284a4138b7d1a228c64c978
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Mon Oct 31 10:51:39 2011 -0500

    rebuild (gmp)

 gcc.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/gcc.spec b/gcc.spec
index f2b9d4f..5801bce 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -3,7 +3,7 @@
 %global gcc_version 4.6.2
 # 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 1
+%global gcc_release 1 
 %global _unpackaged_files_terminate_build 0
 %global multilib_64_archs sparc64 ppc64 s390x x86_64
 %ifarch %{ix86} x86_64 ia64 ppc ppc64 alpha
@@ -45,7 +45,7 @@
 Summary: Various compilers (C, C++, Objective-C, Java, ...)
 Name: gcc
 Version: %{gcc_version}
-Release: %{gcc_release}%{?dist}
+Release: %{gcc_release}%{?dist}.1
 # libgcc, libgfortran, libmudflap, libgomp, libstdc++ and crtstuff have
 # GCC Runtime Exception.
 License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD
@@ -2468,6 +2468,9 @@ fi
 %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/plugin
 
 %changelog
+* Mon Oct 31 2011 Rex Dieter <rdieter at fedoraproject.org> 4.6.2-1.fc17.1
+- rebuild (gmp)
+
 * Thu Oct 27 2011 Jakub Jelinek <jakub at redhat.com> 4.6.2-1
 - update from the 4.6 branch
   - GCC 4.6.2 release


More information about the scm-commits mailing list