Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kvantum for openSUSE:Factory checked 
in at 2023-03-16 22:59:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kvantum (Old)
 and      /work/SRC/openSUSE:Factory/.kvantum.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kvantum"

Thu Mar 16 22:59:05 2023 rev:17 rq:1072326 version:1.0.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/kvantum/kvantum.changes  2023-03-15 
18:55:56.924843318 +0100
+++ /work/SRC/openSUSE:Factory/.kvantum.new.31432/kvantum.changes       
2023-03-16 22:59:06.223681472 +0100
@@ -1,0 +2,5 @@
+Thu Mar 16 08:01:17 UTC 2023 - Antonio Larrosa <alarr...@suse.com>
+
+- Use qt6_build macros to fix build in SLE15 SP5
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ kvantum.spec ++++++
--- /var/tmp/diff_new_pack.mli3cr/_old  2023-03-16 22:59:06.743684034 +0100
+++ /var/tmp/diff_new_pack.mli3cr/_new  2023-03-16 22:59:06.747684053 +0100
@@ -52,11 +52,6 @@
 BuildRequires:  cmake(Qt5X11Extras)
 %endif
 %if 0%{?qt6}
-%if 0%{?sle_version} == 150400
-BuildRequires:  gcc10-c++
-%else
-BuildRequires:  gcc-c++
-%endif
 BuildRequires:  cmake(Qt6Core)
 BuildRequires:  cmake(Qt6Svg)
 %endif
@@ -120,16 +115,18 @@
 %cmake_build
 %endif
 %if 0%{?qt6}
-%if 0%{?sle_version} == 150400
-export CXX=g++-10
-%endif
-%cmake -DENABLE_QT5=OFF
-%cmake_build
+%cmake_qt6 -DENABLE_QT5=OFF
+%{qt6_build}
 %endif
 
 %install
 pushd Kvantum
+%if 0%{?qt5}
 %cmake_install
+%endif
+%if 0%{?qt6}
+%{qt6_install}
+%endif
 
 %if 0%{?qt5}
 %fdupes %{buildroot}%{_datadir}/themes

Reply via email to