diff --git a/make-3.81-recursion-test.patch b/make-3.81-recursion-test.patch new file mode 100644 index 0000000..644631d --- /dev/null +++ b/make-3.81-recursion-test.patch @@ -0,0 +1,13 @@ +--- make-3.81/tests/scripts/features/recursion~ 2005-02-10 01:10:58.000000000 +0100 ++++ make-3.81/tests/scripts/features/recursion 2010-05-26 15:30:30.000000000 +0200 +@@ -16,7 +16,7 @@ last: + @echo MAKELEVEL = $(MAKELEVEL) + @echo THE END + ', +- ('CFLAGS=-O -w' . ($parallel_jobs ? '-j 2' : '')), ++ ('CFLAGS=-O -w' . ($parallel_jobs ? ' -j 2' : '')), + ($vos + ? "#MAKE#: Entering directory `#PWD#' + make 'CFLAGS=-O' -f #MAKEFILE# foo + +Diff finished. Wed May 26 15:30:43 2010 diff --git a/make.spec b/make.spec index d01dc2c..e11e53f 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: 18%{?dist} +Release: 19%{?dist} License: GPLv2+ Group: Development/Tools URL: http://www.gnu.org/software/make/ @@ -18,6 +18,7 @@ Patch9: make-3.81-newlines.patch Patch10: make-3.81-jobserver.patch Patch11: make-3.81-fdleak.patch Patch12: make-3.81-strcpy-overlap.patch +Patch13: make-3.81-recursion-test.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires(post): /sbin/install-info Requires(preun): /sbin/install-info @@ -42,6 +43,7 @@ makefile. %patch10 -p1 %patch11 -p1 %patch12 -p0 +%patch13 -p1 %build %configure @@ -84,6 +86,10 @@ fi %{_infodir}/*.info* %changelog +* Fri Jun 4 2010 Petr Machata - 1:3.81-19 +- Fix testsuite on F13 +- Resolves: #600004 + * Tue Aug 11 2009 Petr Machata - 1:3.81-18 - Fix installation with --excludedocs - Resolves: #515917