rpms/nexuiz/devel nexuiz.spec,1.32,1.33

Jon Ciesla limb at fedoraproject.org
Wed May 27 16:09:28 UTC 2009


Author: limb

Update of /cvs/pkgs/rpms/nexuiz/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13905

Modified Files:
	nexuiz.spec 
Log Message:
Disable parallel build.



Index: nexuiz.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nexuiz/devel/nexuiz.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -p -r1.32 -r1.33
--- nexuiz.spec	26 May 2009 19:07:25 -0000	1.32
+++ nexuiz.spec	27 May 2009 16:08:57 -0000	1.33
@@ -3,7 +3,7 @@
 Summary: Multiplayer, deathmatch oriented first person shooter
 Name: nexuiz
 Version: 2.5.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+
 Group: Amusements/Games
 URL: http://www.nexuiz.com/
@@ -95,7 +95,8 @@ DarkPlaces server required for hosting m
 
 %build
 export DP_FS_BASEDIR=%{_datadir}/nexuiz
-%{__make} %{?_smp_mflags} nexuiz OPTIM_RELEASE="$RPM_OPT_FLAGS" STRIP=:
+# no %{?_smp_mflags}, parallel build issues as of 2.5.1 (#502271)
+%{__make} nexuiz OPTIM_RELEASE="$RPM_OPT_FLAGS" STRIP=:
 convert nexuiz.ico nexuiz.png
 
 
@@ -216,6 +217,9 @@ gtk-update-icon-cache %{_datadir}/icons/
 
 
 %changelog
+* Wed May 27 2009 Ville Skyttä <ville.skytta at iki.fi> - 2.5.1-2
+- Disable parallel build (#502271).
+
 * Fri May 22 2009 Ville Skyttä <ville.skytta at iki.fi> - 2.5.1-1
 - Update to 2.5.1.
 - Split darkplaces base packages, add Quake 1 support and subpackages.




More information about the scm-commits mailing list