Hello community,
here is the log from the commit of package libqt5-qtdeclarative for
openSUSE:Factory checked in at 2017-08-24 17:41:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqt5-qtdeclarative (Old)
and /work/SRC/openSUSE:Factory/.libqt5-qtdeclarative.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libqt5-qtdeclarative"
Thu Aug 24 17:41:12 2017 rev:42 rq:515804 version:5.9.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/libqt5-qtdeclarative/libqt5-qtdeclarative.changes
2017-07-28 09:40:41.810962021 +0200
+++
/work/SRC/openSUSE:Factory/.libqt5-qtdeclarative.new/libqt5-qtdeclarative.changes
2017-08-24 17:41:13.246880054 +0200
@@ -1,0 +2,6 @@
+Wed Aug 9 20:26:28 CEST 2017 - [email protected]
+
+- Don't special case sse2 libs on i586 for SLE-15, it supports
+ only SSE2 capable CPUs.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libqt5-qtdeclarative.spec ++++++
--- /var/tmp/diff_new_pack.UwiCwK/_old 2017-08-24 17:41:14.562694804 +0200
+++ /var/tmp/diff_new_pack.UwiCwK/_new 2017-08-24 17:41:14.570693678 +0200
@@ -159,6 +159,7 @@
%make_jobs -C %{_target_platform}
%ifarch %ix86
+%if 0%{?sle_version:%sle_version} < 150000
# build libQt5Qml with no_sse2
mkdir -p %{_target_platform}-no_sse2
pushd %{_target_platform}-no_sse2
@@ -167,6 +168,7 @@
%make_jobs -C src/qml
popd
%endif
+%endif
%install
pushd %{_target_platform}
@@ -174,12 +176,14 @@
popd
%ifarch %ix86
+%if 0%{?sle_version:%sle_version} < 150000
mkdir -p %{buildroot}%{_libqt5_libdir}//sse2
mv %{buildroot}%{_libqt5_libdir}/libQt5Qml.so.5*
%{buildroot}%{_libqt5_libdir}/sse2/
pushd %{_target_platform}-no_sse2/src/qml
%qmake5_install
popd
%endif
+%endif
find %{buildroot}/%{_libdir} -type f -name '*la' -print -exec perl -pi -e 's,
-L%{_builddir}/\S+,,g' {} \;
find %{buildroot}/%{_libdir}/pkgconfig -type f -name '*pc' -print -exec perl
-pi -e 's, -L%{_builddir}/\S+,,g' {} \;
@@ -212,8 +216,10 @@
%doc LICENSE.*
%{_libqt5_libdir}/libQt5Q*.so.*
%ifarch %ix86
+%if 0%{?sle_version:%sle_version} < 150000
%{_libqt5_libdir}/sse2/libQt5Q*.so.*
%endif
+%endif
%dir %{_libqt5_archdatadir}/qml
%dir %{_libqt5_archdatadir}/qml/Qt
%{_libqt5_archdatadir}/qml/QtQuick