Hello community,
here is the log from the commit of package libqt5-qtdeclarative for
openSUSE:Factory checked in at 2015-04-22 01:10:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqt5-qtdeclarative (Old)
and /work/SRC/openSUSE:Factory/.libqt5-qtdeclarative.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libqt5-qtdeclarative"
Changes:
--------
---
/work/SRC/openSUSE:Factory/libqt5-qtdeclarative/libqt5-qtdeclarative.changes
2015-03-01 15:28:00.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.libqt5-qtdeclarative.new/libqt5-qtdeclarative.changes
2015-04-22 01:10:46.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Apr 9 17:30:27 UTC 2015 - [email protected]
+
+- Adjust usage of latest %qmake5_install macro
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libqt5-qtdeclarative.spec ++++++
--- /var/tmp/diff_new_pack.SrBtzU/_old 2015-04-22 01:10:47.000000000 +0200
+++ /var/tmp/diff_new_pack.SrBtzU/_new 2015-04-22 01:10:47.000000000 +0200
@@ -158,12 +158,16 @@
%endif
%install
-%qmake5_install -C %{_target_platform}
+pushd %{_target_platform}
+%qmake5_install
+popd
%ifarch %ix86
mkdir -p %{buildroot}%{_libqt5_libdir}//sse2
mv %{buildroot}%{_libqt5_libdir}/libQt5Qml.so.5*
%{buildroot}%{_libqt5_libdir}/sse2/
-%qmake5_install -C %{_target_platform}-no_sse2/src/qml
+pushd %{_target_platform}-no_sse2/src/qml
+%qmake5_install
+popd
%endif
find %{buildroot}/%{_libdir} -type f -name '*la' -print -exec perl -pi -e 's,
-L%{_builddir}/\S+,,g' {} \;