rpms/kdevelop/devel kdevelop.spec,1.67,1.68

Kevin Kofler (kkofler) fedora-extras-commits at redhat.com
Sat Feb 9 02:28:32 UTC 2008


Author: kkofler

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

Modified Files:
	kdevelop.spec 
Log Message:
* Sat Feb 09 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> - 9:3.5.0-7
- disable parallel make because of a race condition


Index: kdevelop.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kdevelop/devel/kdevelop.spec,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- kdevelop.spec	9 Feb 2008 00:34:49 -0000	1.67
+++ kdevelop.spec	9 Feb 2008 02:27:58 -0000	1.68
@@ -16,7 +16,7 @@
 Summary: Integrated Development Environment for C++/C
 Epoch:   9
 Version: 3.5.0
-Release: 6%{?dist}
+Release: 7%{?dist}
 
 License: GPLv2
 URL: http://www.kdevelop.org/
@@ -168,7 +168,9 @@
   --with-kdelibsdoc-dir=%{_docdir}/HTML/en/kdelibs-apidocs/ \
   --with-extra-libs=%{_libdir}
 
-make %{?_smp_mflags}
+# parallel make disabled because otherwise main.cpp can get built before
+# profileeditor.h is fully generated
+make
 make %{?_smp_mflags} -C c_cpp_reference-2.0.2_for_KDE_3.0
 
 
@@ -240,6 +242,9 @@
 
 
 %changelog
+* Sat Feb 09 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> - 9:3.5.0-7
+- disable parallel make because of a race condition
+
 * Sat Feb 09 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> - 9:3.5.0-6
 - rebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list