Hello community,

here is the log from the commit of package boost for openSUSE:Factory checked 
in at 2014-07-31 21:48:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/boost (Old)
 and      /work/SRC/openSUSE:Factory/.boost.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "boost"

Changes:
--------
--- /work/SRC/openSUSE:Factory/boost/boost.changes      2014-05-10 
08:32:20.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.boost.new/boost.changes 2014-07-31 
21:49:01.000000000 +0200
@@ -1,0 +2,16 @@
+Wed Jul 30 05:09:29 UTC 2014 - co...@suse.com
+
+- add baselibs.conf as source
+
+-------------------------------------------------------------------
+Tue Jul 22 13:52:26 UTC 2014 - fcro...@suse.com
+
+- Ensure there is enough disk space available for build.
+
+-------------------------------------------------------------------
+Tue Jul 22 12:22:13 UTC 2014 - fcro...@suse.com
+
+- use only JOBS=2 to avoid gcc being killed with OOM when memory is
+  between 4G and 7G.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ boost.spec ++++++
--- /var/tmp/diff_new_pack.cpDeW4/_old  2014-07-31 21:49:03.000000000 +0200
+++ /var/tmp/diff_new_pack.cpDeW4/_new  2014-07-31 21:49:03.000000000 +0200
@@ -102,6 +102,7 @@
 Source3:        
http://downloads.sourceforge.net/project/boost/boost-docs/%{version}/%{name}_%{file_version}_pdf.tar.bz2
 Source4:        existing_extra_docs
 #Source5:        NEWS
+Source100:      baselibs.conf
 Patch1:         boost-thread.patch
 Patch2:         boost-no_type_punning.patch
 Patch8:         boost-no_segfault_in_Regex_filter.patch
@@ -466,6 +467,9 @@
 # require 4G for parallel build
 if test "$Mem" -lt 4000000; then
   JOBS=1
+elif test "$Mem" -lt 7000000; then
+# lower number of jobs if memory is less than 7G but more than 4G
+   JOBS=2
 fi
 if test "$JOBS" = 0; then
   JOBS=1

++++++ _constraints ++++++
--- /var/tmp/diff_new_pack.cpDeW4/_old  2014-07-31 21:49:03.000000000 +0200
+++ /var/tmp/diff_new_pack.cpDeW4/_new  2014-07-31 21:49:03.000000000 +0200
@@ -4,6 +4,9 @@
     <physicalmemory>
       <size unit="M">2000</size>
     </physicalmemory>
+    <disk>
+      <size unit="G">5</size>
+    </disk>
   </hardware>
   <sandbox>kvm</sandbox>
   <hostlabel exclude="true">SLOW_CPU</hostlabel>

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to