Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libmspub for openSUSE:Factory checked in at 2026-06-16 13:46:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libmspub (Old) and /work/SRC/openSUSE:Factory/.libmspub.new.1981 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libmspub" Tue Jun 16 13:46:35 2026 rev:20 rq:1359543 version:0.1.5 Changes: -------- --- /work/SRC/openSUSE:Factory/libmspub/libmspub.changes 2026-06-09 14:22:15.481430690 +0200 +++ /work/SRC/openSUSE:Factory/.libmspub.new.1981/libmspub.changes 2026-06-16 13:47:51.563289004 +0200 @@ -1,0 +2,6 @@ +Mon Jun 15 06:50:46 UTC 2026 - Josef Melcr <[email protected]> + +- Force -std=gnu++17 when compiling with GCC >= 16 to fix the + broken build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libmspub.spec ++++++ --- /var/tmp/diff_new_pack.oym3p0/_old 2026-06-16 13:47:53.459368139 +0200 +++ /var/tmp/diff_new_pack.oym3p0/_new 2026-06-16 13:47:53.471368640 +0200 @@ -82,6 +82,11 @@ %build export CXXFLAGS="%{optflags} -fvisibility-inlines-hidden" + +%if %{pkg_vcmp gcc >= 16} + export CXXFLAGS="$CXXFLAGS -std=gnu++17" +%endif + %configure \ --disable-silent-rules \ --disable-werror \
