From eae73016d7f10075b70097c87834a1b677c8dfe4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?= Date: Mon, 10 Oct 2011 15:33:42 +0200 Subject: [PATCH] rebuild with new gmp --- gcc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gcc.spec b/gcc.spec index 96b138f..6cd1079 100644 --- a/gcc.spec +++ b/gcc.spec @@ -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 @@ -2447,6 +2447,9 @@ fi %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/plugin %changelog +* Mon Oct 10 2011 Peter Schiffer - 4.6.1-3.1 +- rebuild with new gmp + * Fri Jul 15 2011 Jakub Jelinek 4.6.1-3 - update from the 4.6 branch - PRs ada/46350, ada/48711, c++/49672, fortran/48926, fortran/49562,