rpms/make/F-13 make-3.81-recursion-test.patch, NONE, 1.1 make.spec, 1.49, 1.50

Petr Machata pmachata at fedoraproject.org
Fri Jun 4 12:25:34 UTC 2010


Author: pmachata

Update of /cvs/pkgs/rpms/make/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv10990

Modified Files:
	make.spec 
Added Files:
	make-3.81-recursion-test.patch 
Log Message:
- Fix testsuite on F13
- Resolves: #600004


make-3.81-recursion-test.patch:
 recursion |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE make-3.81-recursion-test.patch ---
--- 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


Index: make.spec
===================================================================
RCS file: /cvs/pkgs/rpms/make/F-13/make.spec,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -p -r1.49 -r1.50
--- make.spec	11 Aug 2009 14:09:31 -0000	1.49
+++ make.spec	4 Jun 2010 12:25:33 -0000	1.50
@@ -3,7 +3,7 @@ Summary: A GNU tool which simplifies the
 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 <pmachata at redhat.com> - 1:3.81-19
+- Fix testsuite on F13
+- Resolves: #600004
+
 * Tue Aug 11 2009 Petr Machata <pmachata at redhat.com> - 1:3.81-18
 - Fix installation with --excludedocs
 - Resolves: #515917



More information about the scm-commits mailing list