rpms/gtkwave/devel gtkwave.spec,1.78,1.79

Paul Howarth pghmcfc at fedoraproject.org
Wed Jul 7 10:50:32 UTC 2010


Author: pghmcfc

Update of /cvs/pkgs/rpms/gtkwave/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv16405

Modified Files:
	gtkwave.spec 
Log Message:
Parallel build fails whilst building vermin


Index: gtkwave.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gtkwave/devel/gtkwave.spec,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -p -r1.78 -r1.79
--- gtkwave.spec	7 Jul 2010 10:11:13 -0000	1.78
+++ gtkwave.spec	7 Jul 2010 10:50:24 -0000	1.79
@@ -37,7 +37,8 @@ tools.
 
 %build
 %{configure} --disable-dependency-tracking --enable-judy
-%{__make} %{_smp_mflags}
+# Parallel build fails whilst building vermin; reported upstream
+%{__make} # %{?_smp_mflags}
 
 %install
 %{__rm} -rf %{buildroot}
@@ -130,6 +131,7 @@ gtk-update-icon-cache %{_datadir}/icons/
 - update to 3.3.9
   - changed accelerator for Quit to conform to Gnome guidelines
   - fix crash that can occur in RemoveTrace
+- disable parallel build for now
 
 * Sat Jun 26 2010 Paul Howarth <paul at city-fan.org> 3.3.8-1
 - update to 3.3.8



More information about the scm-commits mailing list