Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mpibash for openSUSE:Factory checked in at 2025-07-11 21:31:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mpibash (Old) and /work/SRC/openSUSE:Factory/.mpibash.new.7373 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mpibash" Fri Jul 11 21:31:17 2025 rev:7 rq:1292080 version:1.3 Changes: -------- --- /work/SRC/openSUSE:Factory/mpibash/mpibash.changes 2024-09-09 14:44:17.486327369 +0200 +++ /work/SRC/openSUSE:Factory/.mpibash.new.7373/mpibash.changes 2025-07-11 21:33:50.866304909 +0200 @@ -1,0 +2,5 @@ +Fri Jul 11 08:22:31 UTC 2025 - Nicolas Morey <nicolas.mo...@suse.com> + +- Add -std=gnu17 flags to fix compilation with GCC >= 15 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mpibash.spec ++++++ --- /var/tmp/diff_new_pack.ruxeM9/_old 2025-07-11 21:33:51.382326135 +0200 +++ /var/tmp/diff_new_pack.ruxeM9/_new 2025-07-11 21:33:51.386326299 +0200 @@ -1,7 +1,7 @@ # # spec file for package mpibash # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -61,6 +61,9 @@ # versions. Once updatig to v1.4 (which will require this header), this flag should # be dropped export CFLAGS="-Wno-implicit-function-declaration" +%if 0%{?suse_version} > 1500 +export CFLAGS="-std=gnu17 $CFLAGS" +%endif %configure --docdir=%{_docdir}/%{name} --with-plugindir=%{_libdir}/%{name}/ CC=mpicc %make_build