Hello community,

here is the log from the commit of package mozjs68 for openSUSE:Factory checked 
in at 2020-09-03 01:11:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mozjs68 (Old)
 and      /work/SRC/openSUSE:Factory/.mozjs68.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mozjs68"

Thu Sep  3 01:11:15 2020 rev:8 rq:830031 version:68.9.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/mozjs68/mozjs68.changes  2020-08-23 
09:20:01.142646544 +0200
+++ /work/SRC/openSUSE:Factory/.mozjs68.new.3399/mozjs68.changes        
2020-09-03 01:11:51.644421115 +0200
@@ -1,0 +2,6 @@
+Thu Aug 27 14:02:14 UTC 2020 - Michel Normand <[email protected]>
+
+- reset memoryperjob for PowerPC avoid dispatcher to not find worker
+  and still use %limit_build macro for them.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mozjs68.spec ++++++
--- /var/tmp/diff_new_pack.y7loXo/_old  2020-09-03 01:11:54.352422018 +0200
+++ /var/tmp/diff_new_pack.y7loXo/_new  2020-09-03 01:11:54.352422018 +0200
@@ -51,6 +51,9 @@
 BuildRequires:  pkgconfig(icu-i18n) >= 63.1
 BuildRequires:  pkgconfig(libffi)
 BuildRequires:  pkgconfig(zlib)
+%ifarch ppc ppc64 ppc64le
+BuildRequires:  memory-constraints
+%endif
 
 %description
 JavaScript is the Netscape-developed object scripting language used in millions
@@ -130,6 +133,9 @@
     --enable-posix-nspr-emulation \
 
 # do not eat all memory
+%ifarch ppc ppc64 ppc64le
+%limit_build -m 1300
+%endif
 
 %make_build
 

++++++ _constraints ++++++
--- /var/tmp/diff_new_pack.y7loXo/_old  2020-09-03 01:11:54.448422050 +0200
+++ /var/tmp/diff_new_pack.y7loXo/_new  2020-09-03 01:11:54.448422050 +0200
@@ -13,6 +13,7 @@
   </hardware>
   <overwrite>
     <conditions>
+      <arch>ppc</arch>
       <arch>ppc64</arch>
       <arch>ppc64le</arch>
     </conditions>
@@ -20,6 +21,9 @@
       <physicalmemory>
         <size unit="M">8192</size>
       </physicalmemory>
+      <memoryperjob>
+        <size unit="M">0</size>
+      </memoryperjob>
     </hardware>
   </overwrite>
 </constraints>


Reply via email to