Hello community,

here is the log from the commit of package libqt5-qtbase for openSUSE:Factory 
checked in at 2017-08-24 17:41:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqt5-qtbase (Old)
 and      /work/SRC/openSUSE:Factory/.libqt5-qtbase.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libqt5-qtbase"

Thu Aug 24 17:41:06 2017 rev:63 rq:515720 version:5.9.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libqt5-qtbase/libqt5-qtbase.changes      
2017-08-08 11:57:28.690908738 +0200
+++ /work/SRC/openSUSE:Factory/.libqt5-qtbase.new/libqt5-qtbase.changes 
2017-08-24 17:41:07.343711147 +0200
@@ -1,0 +2,6 @@
+Wed Aug  9 13:01:22 UTC 2017 - [email protected]
+
+- Don't special case sse2 libs on i586 for SLE-15, it supports
+  only SSE2 capable CPUs.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libqt5-qtbase.spec ++++++
--- /var/tmp/diff_new_pack.qeLneZ/_old  2017-08-24 17:41:09.695380062 +0200
+++ /var/tmp/diff_new_pack.qeLneZ/_new  2017-08-24 17:41:09.707378372 +0200
@@ -738,8 +738,10 @@
        -no-reduce-relocations \
 %endif
 %ifarch %ix86
+%if 0%{?sle_version:%sle_version} < 150000
        -no-sse2 -no-pch \
 %endif
+%endif
        -optimized-qmake \
        -accessibility \
        -no-strip \
@@ -789,6 +791,7 @@
 make INSTALL_ROOT=%{buildroot} install
 
 %ifarch %ix86
+%if 0%{?sle_version:%sle_version} < 150000
 install -d %{buildroot}%{libqt5_libdir}/sse2/
 
 pushd src/corelib; make clean ; ../../bin/qmake -config sse2; make 
%{?_smp_mflags}
@@ -799,6 +802,7 @@
 cp -av ../../lib/libQt5Gui.so.* %{buildroot}%{libqt5_libdir}/sse2/
 popd
 %endif
+%endif
 
 install -D -m644 %{SOURCE2} %{buildroot}%{_sysconfdir}/rpm/macros.qt5
 # argggh, qmake is such a piece of <censored>
@@ -911,9 +915,11 @@
 %doc *.txt LICENSE.*
 %{libqt5_libdir}/libQt5Core.so.*
 %ifarch %ix86
+%if 0%{?sle_version:%sle_version} < 150000
 %dir %{libqt5_libdir}/sse2
 %{libqt5_libdir}/sse2/libQt5Core.so.*
 %endif
+%endif
 
 %files -n libQt5Core-devel
 %defattr(-,root,root,755)
@@ -1058,8 +1064,10 @@
 %doc *.txt LICENSE.*
 %{libqt5_libdir}/libQt5Gui.so.*
 %ifarch %ix86
+%if 0%{?sle_version:%sle_version} < 150000
 %{libqt5_libdir}/sse2/libQt5Gui.so.*
 %endif
+%endif
 %{libqt5_libdir}/libQt5EglFSDeviceIntegration.so.*
 %{libqt5_libdir}/libQt5EglFsKmsSupport.so.*
 %{libqt5_libdir}/libQt5XcbQpa.so.*


Reply via email to