Hello community,

here is the log from the commit of package mozjs60 for openSUSE:Factory checked 
in at 2018-09-14 00:01:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mozjs60 (Old)
 and      /work/SRC/openSUSE:Factory/.mozjs60.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mozjs60"

Fri Sep 14 00:01:59 2018 rev:2 rq:635502 version:60.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/mozjs60/mozjs60.changes  2018-09-04 
22:54:39.572691113 +0200
+++ /work/SRC/openSUSE:Factory/.mozjs60.new/mozjs60.changes     2018-09-14 
00:02:08.469919350 +0200
@@ -1,0 +2,5 @@
+Thu Sep 13 07:54:40 UTC 2018 - guillaume.gar...@opensuse.org
+
+- Use memory-constraints to avoid OOM errors
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mozjs60.spec ++++++
--- /var/tmp/diff_new_pack.V7sYcb/_old  2018-09-14 00:02:15.797913752 +0200
+++ /var/tmp/diff_new_pack.V7sYcb/_new  2018-09-14 00:02:15.797913752 +0200
@@ -37,6 +37,7 @@
 Patch4:         mozjs60-prevent-an-internal-gcc-8_0_1-error.patch
 BuildRequires:  autoconf213
 BuildRequires:  gcc-c++
+BuildRequires:  memory-constraints
 BuildRequires:  pkgconfig
 BuildRequires:  python-devel
 BuildRequires:  python-pip
@@ -151,6 +152,9 @@
 #echo "CPPSRCS += \$(DEPTH)/mfbt/Unified_cpp_mfbt0.cpp 
\$(DEPTH)/../../mfbt/Compression.cpp \$(DEPTH)/../../mfbt/decimal/Decimal.cpp" 
>> js/src/backend.mk
 #echo "STATIC_LIBS += \$(DEPTH)/mfbt/libmfbt.a" >> js/src/backend.mk
 
+# do not eat all memory
+%limit_build -m 1300
+
 %make_build
 
 %install
@@ -174,7 +178,6 @@
 # Install license file
 install -m 644 %{SOURCE1} .
 
-
 %check
 ## Tests are currently (60.1.0) failing
 #cd js/src/build_OPT.OBJ



Reply via email to