rpms/kbackup/FC-6 kbackup.spec,1.7,1.8

Alain Portal (dionysos) fedora-extras-commits at redhat.com
Thu Jul 12 12:37:13 UTC 2007


Author: dionysos

Update of /cvs/extras/rpms/kbackup/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30213

Modified Files:
	kbackup.spec 
Log Message:
Disable parallel building until this is fixed by upstream.


Index: kbackup.spec
===================================================================
RCS file: /cvs/extras/rpms/kbackup/FC-6/kbackup.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- kbackup.spec	12 Jul 2007 07:31:49 -0000	1.7
+++ kbackup.spec	12 Jul 2007 12:36:37 -0000	1.8
@@ -1,6 +1,6 @@
 Name:		kbackup
 Version:	0.5.1
-Release:	4%{?dist}
+Release:	7%{?dist}
 Summary:	Back up your data in a simple, user friendly way
 Summary(fr):	Sauvegarder vos données de manière simple et conviviale
 
@@ -41,7 +41,9 @@
 
 %configure --disable-rpath
 
-%{__make} %{?_smp_mflags}
+# Parallel building failed, so disable it until this is fixed by upstream
+#%{__make} %{?_smp_mflags}
+%{__make}
 
 %install
 %{__rm} -rf %{buildroot}
@@ -102,7 +104,16 @@
 %{_datadir}/mimelnk/text/x-kbp.desktop
 
 %changelog
-* Thu Jul 11 2007  Alain Portal <aportal[AT]univ-montp2[DOT]fr> 0.5.1-4
+* Thu Jul 12 2007  Alain Portal <aportal[AT]univ-montp2[DOT]fr> 0.5.1-7
+  - Disable parallel building until this is fixed by upstream
+
+* Thu Jul 12 2007  Alain Portal <aportal[AT]univ-montp2[DOT]fr> 0.5.1-6
+  - Try a build without parallel make support
+
+* Thu Jul 12 2007  Alain Portal <aportal[AT]univ-montp2[DOT]fr> 0.5.1-5
+  - Fix date in changelog
+
+* Thu Jul 12 2007  Alain Portal <aportal[AT]univ-montp2[DOT]fr> 0.5.1-4
   - Test if gtk-update-icon-cache exists before running it
 
 * Wed Jul 11 2007  Alain Portal <aportal[AT]univ-montp2[DOT]fr> 0.5.1-3




More information about the scm-commits mailing list