Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package qt6-macros for openSUSE:Factory 
checked in at 2023-07-08 22:47:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qt6-macros (Old)
 and      /work/SRC/openSUSE:Factory/.qt6-macros.new.23466 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qt6-macros"

Sat Jul  8 22:47:12 2023 rev:8 rq:1097547 version:20230629

Changes:
--------
--- /work/SRC/openSUSE:Factory/qt6-macros/qt6-macros.changes    2023-04-05 
21:36:42.814930958 +0200
+++ /work/SRC/openSUSE:Factory/.qt6-macros.new.23466/qt6-macros.changes 
2023-07-08 22:47:18.327181867 +0200
@@ -1,0 +2,10 @@
+Wed Jun 28 16:20:06 UTC 2023 - Callum Farmer <[email protected]>
+
+- Change %_qt6_libexecdir to %_libexecdir/qt6 (bsc#1174075)
+
+-------------------------------------------------------------------
+Mon Jun 19 09:34:04 UTC 2023 - Christophe Marin <[email protected]>
+
+- Use gcc12 by default on Leap 15
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ qt6-macros.spec ++++++
--- /var/tmp/diff_new_pack.QYHlUl/_old  2023-07-08 22:47:24.583219470 +0200
+++ /var/tmp/diff_new_pack.QYHlUl/_new  2023-07-08 22:47:24.587219495 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           qt6-macros
-Version:        20221130
+Version:        20230629
 Release:        0
 Summary:        RPM macros for Qt6 packages
 License:        MIT

++++++ macros.qt6 ++++++
--- /var/tmp/diff_new_pack.QYHlUl/_old  2023-07-08 22:47:24.675220023 +0200
+++ /var/tmp/diff_new_pack.QYHlUl/_new  2023-07-08 22:47:24.699220168 +0200
@@ -146,13 +146,13 @@
 # _qt6_<variable> shall be used in files sections
 %_qt6_prefix          %{_prefix}
 %_qt6_libdir          %{_libdir}
+%_qt6_libexecdir      %{_libexecdir}/qt6
 %_qt6_includedir      %{_includedir}/qt6
 %_qt6_sharedir        %{_datadir}
 %_qt6_archdatadir     %{_qt6_libdir}/qt6
 %_qt6_bindir          %{_qt6_archdatadir}/bin
 %_qt6_examplesdir     %{_qt6_archdatadir}/examples
 %_qt6_importsdir      %{_qt6_archdatadir}/imports
-%_qt6_libexecdir      %{_qt6_archdatadir}/libexec
 %_qt6_mkspecsdir      %{_qt6_archdatadir}/mkspecs
 %_qt6_pluginsdir      %{_qt6_archdatadir}/plugins
 %_qt6_qmldir          %{_qt6_archdatadir}/qml
@@ -192,8 +192,8 @@
         -G"Unix Makefiles" \\\
 %endif \
 %if 0%{?suse_version} == 1500 \
-        -DCMAKE_C_COMPILER:STRING=gcc-10 \\\
-        -DCMAKE_CXX_COMPILER:STRING=g++-10 \\\
+        -DCMAKE_C_COMPILER:STRING=gcc-12 \\\
+        -DCMAKE_CXX_COMPILER:STRING=g++-12 \\\
         -DCMAKE_CXX_LINK_PIE_SUPPORTED:BOOL=ON \\\
 %endif \
         -DQT_DISABLE_RPATH:BOOL=ON \\\

Reply via email to