Hello community,

here is the log from the commit of package jack for openSUSE:Factory checked in 
at 2012-04-12 09:27:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jack (Old)
 and      /work/SRC/openSUSE:Factory/.jack.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jack", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/jack/jack.changes        2012-03-26 
11:01:31.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.jack.new/jack.changes   2012-04-12 
09:27:11.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Apr 10 16:05:10 UTC 2012 - [email protected]
+
+- Disable parallel build to limit resource usage and prevent hung 
+  build hosts.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ jack.spec ++++++
--- /var/tmp/diff_new_pack.G0jEHu/_old  2012-04-12 09:27:12.000000000 +0200
+++ /var/tmp/diff_new_pack.G0jEHu/_new  2012-04-12 09:27:12.000000000 +0200
@@ -117,7 +117,7 @@
 export CFLAGS="%{optflags} -ggdb -fPIC"
 export CXXFLAGS="$CFLAGS"
 
-./waf -v \
+./waf -v -j1 \
   --prefix=%{_prefix} \
   --libdir=/%{_lib} \
   --classic \
@@ -135,8 +135,8 @@
   --doxygen \
   configure
 
-# waf only understands -j, so do not use smp_mflags otherwise the build hangs
-./waf -v build %{?jobs:-j%jobs}
+# build is too heavy, so don't spawn more than one process or the build hangs
+./waf -v -j1 build
 
 %install
 # This is a workaround because the doc build looks for build/default/html but 
there isn't one.
@@ -144,7 +144,7 @@
 ln -s ../../html html
 popd
 
-./waf install --destdir=%{buildroot}
+./waf -j1 install --destdir=%{buildroot}
 mkdir -p %{buildroot}%{_docdir}/%{name}
 mv %{buildroot}%{_datadir}/jack-audio-connection-kit %{buildroot}%{_docdir}
 dos2unix -k ChangeLog

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

Reply via email to