Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package adwaita-qt for openSUSE:Factory 
checked in at 2023-03-02 23:04:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/adwaita-qt (Old)
 and      /work/SRC/openSUSE:Factory/.adwaita-qt.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "adwaita-qt"

Thu Mar  2 23:04:34 2023 rev:16 rq:1068723 version:1.4.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/adwaita-qt/adwaita-qt.changes    2023-03-02 
23:02:57.451060086 +0100
+++ /work/SRC/openSUSE:Factory/.adwaita-qt.new.31432/adwaita-qt.changes 
2023-03-02 23:04:52.492264973 +0100
@@ -1,0 +2,7 @@
+Thu Mar  2 12:59:52 UTC 2023 - Antonio Larrosa <alarr...@suse.com>
+
+- Use the qt6 %cmake macros when building the qt6 flavor which
+  uses the right compiler in SLE/Leap instead of gcc7 (which fails
+  to build since it doesn't support C++17 headers used by Qt6).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ adwaita-qt.spec ++++++
--- /var/tmp/diff_new_pack.D55BJM/_old  2023-03-02 23:04:52.920267111 +0100
+++ /var/tmp/diff_new_pack.D55BJM/_new  2023-03-02 23:04:52.924267131 +0100
@@ -1,7 +1,7 @@
 #
 # spec file
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 # Copyright (c) 2015 Bjørn Lie, Bryne, Norway.
 #
 # All modifications and additions to the file contributed by third parties
@@ -135,18 +135,30 @@
 %autosetup -p1 -n adwaita-qt-%{version}
 
 %build
-%cmake \
+
 %if 0%{?qt5}
+%cmake \
   -DUSE_QT6=false \
 %endif
 %if 0%{?qt6}
+%cmake_qt6 \
   -DUSE_QT6=true \
 %endif
 
+%if 0%{?qt6}
+%{qt6_build}
+%else
 %cmake_build
+%endif
 
 %install
+
+%if 0%{?qt6}
+%{qt6_install}
+%else
 %cmake_install
+%endif
+
 # qt6 does not have a pc file, so the generated pc we have is invalid, nuke it.
 rm -rf %{buildroot}%{_libdir}/pkgconfig/adwaita-qt6.pc
 

Reply via email to