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 2025-10-13 17:23:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qt6-macros (Old)
 and      /work/SRC/openSUSE:Factory/.qt6-macros.new.18484 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qt6-macros"

Mon Oct 13 17:23:20 2025 rev:10 rq:1310290 version:20250930

Changes:
--------
--- /work/SRC/openSUSE:Factory/qt6-macros/qt6-macros.changes    2024-01-31 
23:56:04.770032515 +0100
+++ /work/SRC/openSUSE:Factory/.qt6-macros.new.18484/qt6-macros.changes 
2025-10-13 17:25:54.851727534 +0200
@@ -1,0 +2,5 @@
+Tue Sep 30 06:51:12 UTC 2025 - Christophe Marin <[email protected]>
+
+- Switch to GCC 14 for Leap 15 and GCC 15 for Leap 16
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ qt6-macros.spec ++++++
--- /var/tmp/diff_new_pack.X6UFrh/_old  2025-10-13 17:25:55.535756137 +0200
+++ /var/tmp/diff_new_pack.X6UFrh/_new  2025-10-13 17:25:55.539756304 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           qt6-macros
-Version:        20240131
+Version:        20250930
 Release:        0
 Summary:        RPM macros for Qt6 packages
 License:        MIT

++++++ macros.qt6 ++++++
--- /var/tmp/diff_new_pack.X6UFrh/_old  2025-10-13 17:25:55.595758646 +0200
+++ /var/tmp/diff_new_pack.X6UFrh/_new  2025-10-13 17:25:55.603758980 +0200
@@ -192,8 +192,13 @@
         -G"Unix Makefiles" \\\
 %endif \
 %if 0%{?suse_version} == 1500 \
-        -DCMAKE_C_COMPILER:STRING=gcc-13 \\\
-        -DCMAKE_CXX_COMPILER:STRING=g++-13 \\\
+        -DCMAKE_C_COMPILER:STRING=gcc-14 \\\
+        -DCMAKE_CXX_COMPILER:STRING=g++-14 \\\
+        -DCMAKE_CXX_LINK_PIE_SUPPORTED:BOOL=ON \\\
+%endif \
+%if 0%{?suse_version} == 1600 \
+        -DCMAKE_C_COMPILER:STRING=gcc-15 \\\
+        -DCMAKE_CXX_COMPILER:STRING=g++-15 \\\
         -DCMAKE_CXX_LINK_PIE_SUPPORTED:BOOL=ON \\\
 %endif \
         -DQT_DISABLE_RPATH:BOOL=ON \\\

Reply via email to