Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libetonyek for openSUSE:Factory checked in at 2026-06-09 14:20:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libetonyek (Old) and /work/SRC/openSUSE:Factory/.libetonyek.new.2375 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libetonyek" Tue Jun 9 14:20:59 2026 rev:24 rq:1358021 version:0.1.13 Changes: -------- --- /work/SRC/openSUSE:Factory/libetonyek/libetonyek.changes 2025-09-23 20:47:08.043432371 +0200 +++ /work/SRC/openSUSE:Factory/.libetonyek.new.2375/libetonyek.changes 2026-06-09 14:22:45.154659467 +0200 @@ -1,0 +2,5 @@ +Tue Jun 2 13:21:38 UTC 2026 - Josef Melcr <[email protected]> + +- Force -std=gnu++17 when building with GCC >= 16 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libetonyek.spec ++++++ --- /var/tmp/diff_new_pack.jTzNIA/_old 2026-06-09 14:22:47.442754217 +0200 +++ /var/tmp/diff_new_pack.jTzNIA/_new 2026-06-09 14:22:47.474755542 +0200 @@ -1,7 +1,7 @@ # # spec file for package libetonyek # -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -96,6 +96,11 @@ %build export CXXFLAGS="%{optflags} -fvisibility-inlines-hidden" + +%if %{pkg_vcmp gcc >= 16} + export CXXFLAGS="$CXXFLAGS -std=gnu++17" +%endif + %if 0%{?with_gcc} export CXX=g++-%{with_gcc} export CC=gcc-%{with_gcc}
