Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package libqt5-qtdeclarative for
openSUSE:Factory checked in at 2021-03-16 15:41:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqt5-qtdeclarative (Old)
and /work/SRC/openSUSE:Factory/.libqt5-qtdeclarative.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libqt5-qtdeclarative"
Tue Mar 16 15:41:41 2021 rev:65 rq:878953 version:5.15.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/libqt5-qtdeclarative/libqt5-qtdeclarative.changes
2021-01-18 11:30:29.108340986 +0100
+++
/work/SRC/openSUSE:Factory/.libqt5-qtdeclarative.new.2401/libqt5-qtdeclarative.changes
2021-03-16 15:43:03.752908335 +0100
@@ -1,0 +2,6 @@
+Fri Mar 12 12:06:44 UTC 2021 - Fabian Vogt <[email protected]>
+
+- Work around implicit dependency of src/qml on qmltyperegistrar
+ which lead to an incomplete libQt5Qml5.so build for non-SSE2
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libqt5-qtdeclarative.spec ++++++
--- /var/tmp/diff_new_pack.64ArVI/_old 2021-03-16 15:43:04.492909519 +0100
+++ /var/tmp/diff_new_pack.64ArVI/_new 2021-03-16 15:43:04.492909519 +0100
@@ -159,7 +159,13 @@
mkdir -p %{_target_platform}-no_sse2
pushd %{_target_platform}-no_sse2
%qmake5 -config no_sse2 .. -- -no-qml-jit
-make %{?_smp_mflags} sub-src-clean
+
+make %{?_smp_mflags} VERBOSE=1 sub-src-qmake_all
+# src/qml/Makefile has to be generated after qmltyperegistrar was built,
+# so we have to run qmake again after that. There is no explicit
+# dependency, it relies on CONFIG+=ordered...
+make %{?_smp_mflags} VERBOSE=1 -C src/qmltyperegistrar
+make %{?_smp_mflags} VERBOSE=1 sub-src-qmake_all
make %{?_smp_mflags} VERBOSE=1 -C src/qml
popd
%endif