Hello community,
here is the log from the commit of package libqt5-qtwebengine for
openSUSE:Factory checked in at 2017-07-30 11:20:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqt5-qtwebengine (Old)
and /work/SRC/openSUSE:Factory/.libqt5-qtwebengine.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libqt5-qtwebengine"
Sun Jul 30 11:20:28 2017 rev:22 rq:509783 version:5.9.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/libqt5-qtwebengine/libqt5-qtwebengine.changes
2017-07-08 12:24:54.742745559 +0200
+++
/work/SRC/openSUSE:Factory/.libqt5-qtwebengine.new/libqt5-qtwebengine.changes
2017-07-30 11:20:29.375721174 +0200
@@ -1,0 +2,8 @@
+Mon Jul 10 09:56:30 UTC 2017 - [email protected]
+
+- Raise memory size to 9G and drop overwrite part of s390z build,
+ we didn't have build s390x at all. (bsc#1047896)
+- Make it -j4 for all archtectures: do not run too many parallel that
+ would costs more memory.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libqt5-qtwebengine.spec ++++++
--- /var/tmp/diff_new_pack.oWy3TA/_old 2017-07-30 11:20:36.170763149 +0200
+++ /var/tmp/diff_new_pack.oWy3TA/_new 2017-07-30 11:20:36.178762021 +0200
@@ -254,7 +254,10 @@
%endif
QMAKE_LFLAGS+="-Wl,--no-keep-memory -Wl,--hash-size=31
-Wl,--reduce-memory-overheads"
-%make_jobs
+# do not run too many parallel jobs, per bigger memory size worker it uses more
+# parallel then cost more memory. hardcode it -j4 to match the constraints
minumum
+# processors.
+make -j4 VERBOSE=1
%install
%qmake5_install
++++++ _constraints ++++++
--- /var/tmp/diff_new_pack.oWy3TA/_old 2017-07-30 11:20:36.234754127 +0200
+++ /var/tmp/diff_new_pack.oWy3TA/_new 2017-07-30 11:20:36.234754127 +0200
@@ -4,18 +4,8 @@
<size unit="G">7</size>
</disk>
<memory>
- <size unit="G">7</size>
+ <size unit="G">9</size>
</memory>
<processors>4</processors>
</hardware>
- <overwrite>
- <conditions>
- <arch>s390x</arch>
- </conditions>
- <hardware>
- <memory>
- <size unit="G">7</size>
- </memory>
- </hardware>
- </overwrite>
</constraints>