Hello community,

here is the log from the commit of package luabind for openSUSE:Leap:15.2 
checked in at 2020-02-13 14:41:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/luabind (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.luabind.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "luabind"

Thu Feb 13 14:41:04 2020 rev:12 rq:774048 version:0.9.1+git20150408.a0edf58

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/luabind/luabind.changes        2020-01-15 
15:27:45.202654739 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.luabind.new.26092/luabind.changes     
2020-02-13 14:41:05.685665133 +0100
@@ -1,0 +2,10 @@
+Thu Dec 19 10:13:27 UTC 2019 - Michel Normand <[email protected]>
+
+- ppc64le changes in threads limiting to avoid oom at build time
+
+-------------------------------------------------------------------
+Mon Oct 30 14:57:57 UTC 2017 - [email protected]
+
+- Add _constraints for 4g memory to not randomly fail
+
+-------------------------------------------------------------------

New:
----
  _constraints

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

Other differences:
------------------
++++++ luabind.spec ++++++
--- /var/tmp/diff_new_pack.HKZfrb/_old  2020-02-13 14:41:06.037665326 +0100
+++ /var/tmp/diff_new_pack.HKZfrb/_new  2020-02-13 14:41:06.041665329 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package luabind
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -77,7 +77,12 @@
 echo "System limits:"
 ulimit -a
 if test -n "$limit_jobs" -a "$limit_jobs" -gt 1 ; then
+%ifarch ppc64le
+    # tuned arbitrarily to avoid oom
+    mem_per_process=1500
+%else
     mem_per_process=350
+%endif
     max_mem=`LANG=C free -t -m | sed -n "s|^Mem: *\([0-9]*\).*$|\1|p"`
     max_jobs="$(($max_mem / $mem_per_process))"
     test "$limit_jobs" -gt "$max_jobs" && limit_jobs="$max_jobs" echo 
"Warning: Reducing number of jobs to $max_jobs because of memory limits"

++++++ _constraints ++++++
<constraints>
  <hardware>
    <physicalmemory>
      <size unit="M">4000</size>
    </physicalmemory>
  </hardware>
</constraints>

Reply via email to