Hello community,

here is the log from the commit of package orbit2 for openSUSE:Factory checked 
in at 2013-12-19 12:50:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/orbit2 (Old)
 and      /work/SRC/openSUSE:Factory/.orbit2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "orbit2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/orbit2/orbit2.changes    2013-04-02 
12:33:52.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.orbit2.new/orbit2.changes       2013-12-19 
12:50:34.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Dec 16 23:43:35 UTC 2013 - [email protected]
+
+- Disable parallel make due to directory creation race.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ orbit2.spec ++++++
--- /var/tmp/diff_new_pack.J8tA9c/_old  2013-12-19 12:50:35.000000000 +0100
+++ /var/tmp/diff_new_pack.J8tA9c/_new  2013-12-19 12:50:35.000000000 +0100
@@ -100,7 +100,10 @@
 %configure\
        --disable-static
 echo "#undef G_DISABLE_DEPRECATED" >> config.h
-make %{?_smp_mflags}
+# Do not use parallel make since there is a .deps directory creation
+# race in idl-compiler/orbit-idl-c-backend.c:out_for_pass
+#make %{?_smp_mflags}
+make
 
 %install
 %make_install

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

Reply via email to