Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kf6-filesystem for openSUSE:Factory checked in at 2025-10-12 22:23:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kf6-filesystem (Old) and /work/SRC/openSUSE:Factory/.kf6-filesystem.new.18484 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kf6-filesystem" Sun Oct 12 22:23:16 2025 rev:3 rq:1310893 version:20251007 Changes: -------- --- /work/SRC/openSUSE:Factory/kf6-filesystem/kf6-filesystem.changes 2025-07-14 10:52:10.949830365 +0200 +++ /work/SRC/openSUSE:Factory/.kf6-filesystem.new.18484/kf6-filesystem.changes 2025-10-12 22:24:48.718847614 +0200 @@ -1,0 +2,6 @@ +Tue Oct 7 17:18:07 UTC 2025 - Christophe Marin <[email protected]> + +- Switch to GCC 14 and 15 on resp. Leap 15.6 and 16.0. + Some packages started using features not available in GCC 13 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kf6-filesystem.spec ++++++ --- /var/tmp/diff_new_pack.TGhKD3/_old 2025-10-12 22:24:49.270870728 +0200 +++ /var/tmp/diff_new_pack.TGhKD3/_new 2025-10-12 22:24:49.274870895 +0200 @@ -17,7 +17,7 @@ Name: kf6-filesystem -Version: 20250707 +Version: 20251007 Release: 0 Summary: RPM macros for KDE packages using Qt6 License: MIT ++++++ macros.kf6 ++++++ --- /var/tmp/diff_new_pack.TGhKD3/_old 2025-10-12 22:24:49.562882954 +0200 +++ /var/tmp/diff_new_pack.TGhKD3/_new 2025-10-12 22:24:49.594884294 +0200 @@ -104,8 +104,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=TRUE \\\ +%endif \ +%if 0%{?suse_version} == 1600 \ + -DCMAKE_C_COMPILER:STRING=gcc-15 \\\ + -DCMAKE_CXX_COMPILER:STRING=g++-15 \\\ -DCMAKE_CXX_LINK_PIE_SUPPORTED:BOOL=TRUE \\\ %endif \ -DCMAKE_C_FLAGS:STRING="%{optflags}" \\\
