Hello community,

here is the log from the commit of package libzypp-bindings for openSUSE:Factory
checked in at Wed Mar 2 12:38:59 CET 2011.



--------
--- libzypp-bindings/libzypp-bindings.changes   2010-12-22 10:25:09.000000000 
+0100
+++ /mounts/work_src_done/STABLE/libzypp-bindings/libzypp-bindings.changes      
2011-03-01 13:40:08.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Feb 23 10:59:25 UTC 2011 - [email protected]
+
+- disable use of %jobs to avoid swapping during compilation
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

Other differences:
------------------
++++++ libzypp-bindings.spec ++++++
--- /var/tmp/diff_new_pack.VXRHLK/_old  2011-03-02 12:38:44.000000000 +0100
+++ /var/tmp/diff_new_pack.VXRHLK/_new  2011-03-02 12:38:44.000000000 +0100
@@ -20,7 +20,7 @@
 
 Name:           libzypp-bindings
 Version:        0.5.9
-Release:        1
+Release:        6
 License:        GPLv2+
 Summary:        Bindings for libzypp
 Group:          Development/Sources
@@ -48,7 +48,8 @@
       -DCMAKE_BUILD_TYPE=Release \
       -DCMAKE_SKIP_RPATH=1 \
       ..
-make %{?jobs:-j %jobs}
+# the swig compile jobs take a lot of memory, so don't use %jobs here
+make -j1
 
 %check
 cd build

++++++ libzypp-bindings-0.5.9.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-bindings-0.5.9/libzypp-bindings.spec.cmake 
new/libzypp-bindings-0.5.9/libzypp-bindings.spec.cmake
--- old/libzypp-bindings-0.5.9/libzypp-bindings.spec.cmake      2011-01-07 
16:14:15.000000000 +0100
+++ new/libzypp-bindings-0.5.9/libzypp-bindings.spec.cmake      2011-03-01 
13:32:06.000000000 +0100
@@ -40,7 +40,8 @@
       -DCMAKE_BUILD_TYPE=Release \
       -DCMAKE_SKIP_RPATH=1 \
       ..
-make %{?jobs:-j %jobs}
+# the swig compile jobs take a lot of memory, so don't use %jobs here
+make -j1
 
 %check
 cd build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libzypp-bindings-0.5.9/package/libzypp-bindings.changes 
new/libzypp-bindings-0.5.9/package/libzypp-bindings.changes
--- old/libzypp-bindings-0.5.9/package/libzypp-bindings.changes 2011-01-07 
16:14:15.000000000 +0100
+++ new/libzypp-bindings-0.5.9/package/libzypp-bindings.changes 2011-03-01 
13:32:06.000000000 +0100
@@ -1,4 +1,9 @@
 -------------------------------------------------------------------
+Wed Feb 23 10:59:25 UTC 2011 - [email protected]
+
+- disable use of %jobs to avoid swapping during compilation
+
+-------------------------------------------------------------------
 Wed Dec 22 10:00:27 CET 2010 - [email protected]
 
 - Use FIND_PROGRAM to detect readlink path.


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



Remember to have fun...

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

Reply via email to