Hello community,
here is the log from the commit of package libqt5-qtdeclarative for
openSUSE:Factory checked in at 2020-01-23 15:55:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqt5-qtdeclarative (Old)
and /work/SRC/openSUSE:Factory/.libqt5-qtdeclarative.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libqt5-qtdeclarative"
Thu Jan 23 15:55:00 2020 rev:58 rq:766554 version:5.14.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/libqt5-qtdeclarative/libqt5-qtdeclarative.changes
2020-01-19 20:55:30.195989287 +0100
+++
/work/SRC/openSUSE:Factory/.libqt5-qtdeclarative.new.26092/libqt5-qtdeclarative.changes
2020-01-23 15:55:10.783103527 +0100
@@ -1,0 +2,5 @@
+Thu Jan 23 09:45:26 UTC 2020 - Fabian Vogt <[email protected]>
+
+- Only force-enable the QML JIT for 32-bit x86
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libqt5-qtdeclarative.spec ++++++
--- /var/tmp/diff_new_pack.yeJ1RA/_old 2020-01-23 15:55:12.359104378 +0100
+++ /var/tmp/diff_new_pack.yeJ1RA/_new 2020-01-23 15:55:12.363104381 +0100
@@ -143,7 +143,12 @@
mkdir -p %{_target_platform}
pushd %{_target_platform}
+# Force-enable the JIT for 32-bit x86
+%ifarch %{ix86}
qmake-qt5 .. -- -qml-jit
+%else
+qmake-qt5 ..
+%endif
popd
make %{?_smp_mflags} VERBOSE=1 -C %{_target_platform}