Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libyui for openSUSE:Factory checked in at 2026-04-30 20:25:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libyui (Old) and /work/SRC/openSUSE:Factory/.libyui.new.30200 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libyui" Thu Apr 30 20:25:57 2026 rev:100 rq:1349961 version:4.7.6 Changes: -------- --- /work/SRC/openSUSE:Factory/libyui/libyui.changes 2025-07-20 15:29:24.000883792 +0200 +++ /work/SRC/openSUSE:Factory/.libyui.new.30200/libyui.changes 2026-04-30 20:26:05.664250834 +0200 @@ -1,0 +2,6 @@ +Wed Apr 15 11:42:28 UTC 2026 - Richard Biener <[email protected]> + +- Force -std=gnu++17 to avoid build breakage with the default of + -std=gnu++20 in GCC 16 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ libyui-ncurses-pkg.spec: same change libyui-ncurses-rest-api.spec: same change libyui-ncurses.spec: same change libyui-qt-graph.spec: same change libyui-qt-pkg.spec: same change libyui-qt-rest-api.spec: same change libyui-qt.spec: same change libyui-rest-api.spec: same change ++++++ libyui.spec ++++++ --- /var/tmp/diff_new_pack.bYclRd/_old 2026-04-30 20:26:06.488284655 +0200 +++ /var/tmp/diff_new_pack.bYclRd/_new 2026-04-30 20:26:06.492284819 +0200 @@ -94,6 +94,10 @@ export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG $(getconf LFS_CFLAGS)" export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG $(getconf LFS_CFLAGS)" +# avoid -std=gny++20 default +if test `rpm -q --queryformat "%%{version}" gcc` -ge 16; then + export CXXFLAGS="$CXXFLAGS -std=gnu++17" +fi %if %{?_with_debug:1}%{!?_with_debug:0} CMAKE_OPTS="-DCMAKE_BUILD_TYPE=RELWITHDEBINFO"
