From d19971178039f6b66beef1b0a53f13b92f5e5e90 Mon Sep 17 00:00:00 2001 From: Petr Machata Date: Fri, 5 Oct 2007 14:42:31 +0000 Subject: [PATCH] Bump up release for rebuild. --- make.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make.spec b/make.spec index dab5a3f..533f3fb 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: 9%{?dist} +Release: 10%{?dist} License: GPLv2+ Group: Development/Tools URL: http://www.gnu.org/software/make/ @@ -76,7 +76,7 @@ fi %{_infodir}/*.info* %changelog -* Thu Oct 4 2007 Petr Machata - 1:3.81-9 +* Thu Oct 4 2007 Petr Machata - 1:3.81-10 - Fix parallel builds with reexec. - Related: #212111, #211290