rpms/make/devel make.spec,1.39,1.40

Petr Machata (pmachata) fedora-extras-commits at redhat.com
Fri Oct 5 14:21:19 UTC 2007


Author: pmachata

Update of /cvs/pkgs/rpms/make/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11506

Modified Files:
	make.spec 
Log Message:
 * Parallel make fix.



Index: make.spec
===================================================================
RCS file: /cvs/pkgs/rpms/make/devel/make.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- make.spec	4 Oct 2007 14:37:09 -0000	1.39
+++ make.spec	5 Oct 2007 14:20:46 -0000	1.40
@@ -3,7 +3,7 @@
 Name: make
 Epoch: 1
 Version: 3.81
-Release: 8%{?dist}
+Release: 9%{?dist}
 License: GPLv2+
 Group: Development/Tools
 URL: http://www.gnu.org/software/make/
@@ -15,6 +15,7 @@
 Patch7: make-3.81-memory.patch
 Patch8: make-3.81-rlimit.patch
 Patch9: make-3.81-newlines.patch
+Patch10: make-3.81-jobserver.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
@@ -36,6 +37,7 @@
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
+%patch10 -p1
 
 %build
 %configure
@@ -74,6 +76,10 @@
 %{_infodir}/*.info*
 
 %changelog
+* Thu Oct  4 2007 Petr Machata <pmachata at redhat.com> - 1:3.81-9
+- Fix parallel builds with reexec.
+- Related: #212111, #211290
+
 * Thu Oct  4 2007 Petr Machata <pmachata at redhat.com> - 1:3.81-8
 - Cleaned up per merge review.
 - Related: #226120




More information about the fedora-extras-commits mailing list