From 3c30cb13ffa3b415a43614c3aa177ea9dde93026 Mon Sep 17 00:00:00 2001 From: Petr Machata Date: Mon, 10 Sep 2012 20:26:37 +0200 Subject: [PATCH] Add fix for upstream bug 30653, RH#835424 --- make.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/make.spec b/make.spec index 1d9f488..15edd69 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.82 -Release: 12%{?dist} +Release: 13%{?dist} License: GPLv2+ Group: Development/Tools URL: http://www.gnu.org/software/make/ @@ -36,6 +36,9 @@ Patch14: make-3.82-trace.patch # http://lists.gnu.org/archive/html/bug-make/2011-04/msg00002.html Patch15: make-3.82-expensive_glob.patch +# Upstream: https://savannah.gnu.org/bugs/?30653 +Patch16: make-3.82-dont-prune-intermediate.patch + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires(post): /sbin/install-info Requires(preun): /sbin/install-info @@ -66,6 +69,8 @@ makefile. %patch13 -p2 %patch14 -p1 %patch15 -p0 +%patch16 -p0 +rm -f tests/scripts/features/parallelism.orig %build %configure @@ -108,6 +113,10 @@ fi %{_infodir}/*.info* %changelog +* Mon Sep 10 2012 Petr Machata - 1:3.82-13 +- Add fix for upstream bug 30653 +- Resolves: #835424 + * Fri Jul 27 2012 Fedora Release Engineering - 1:3.82-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild