Hello community,

here is the log from the commit of package libbonobo for openSUSE:Factory 
checked in at 2014-01-07 17:20:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libbonobo (Old)
 and      /work/SRC/openSUSE:Factory/.libbonobo.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libbonobo"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libbonobo/libbonobo.changes      2013-04-14 
10:19:27.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libbonobo.new/libbonobo.changes 2014-01-07 
17:20:32.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Jan  7 15:10:07 UTC 2014 - [email protected]
+
+- Disable parallel build: to many random fallouts occur.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libbonobo.spec ++++++
--- /var/tmp/diff_new_pack.FHFbtR/_old  2014-01-07 17:20:33.000000000 +0100
+++ /var/tmp/diff_new_pack.FHFbtR/_new  2014-01-07 17:20:33.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libbonobo
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -101,7 +101,8 @@
 %configure --with-pic\
        --disable-static
 echo "#undef G_DISABLE_DEPRECATED" >> config.h
-make %{?jobs:-j%jobs}
+# Do not use parallel build.. to many random fallouts
+make -j1
 
 %install
 %makeinstall

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to