From 5710b6e4bb333e592c9551569ea6cc31b2a8b825 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Tue, 19 Feb 2008 19:59:45 +0000 Subject: [PATCH] - Autorebuild for GCC 4.3 --- make.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/make.spec b/make.spec index 533f3fb..38638c4 100644 --- a/make.spec +++ b/make.spec @@ -3,7 +3,7 @@ Summary: A GNU tool which simplifies the build process for users Name: make Epoch: 1 Version: 3.81 -Release: 10%{?dist} +Release: 11%{?dist} License: GPLv2+ Group: Development/Tools URL: http://www.gnu.org/software/make/ @@ -76,6 +76,9 @@ fi %{_infodir}/*.info* %changelog +* Tue Feb 19 2008 Fedora Release Engineering - 1:3.81-11 +- Autorebuild for GCC 4.3 + * Thu Oct 4 2007 Petr Machata - 1:3.81-10 - Fix parallel builds with reexec. - Related: #212111, #211290