Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package octave-forge-ltfat for openSUSE:Factory checked in at 2025-10-27 14:42:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/octave-forge-ltfat (Old) and /work/SRC/openSUSE:Factory/.octave-forge-ltfat.new.1980 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "octave-forge-ltfat" Mon Oct 27 14:42:01 2025 rev:12 rq:1313788 version:2.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/octave-forge-ltfat/octave-forge-ltfat.changes 2023-10-31 20:26:03.734738889 +0100 +++ /work/SRC/openSUSE:Factory/.octave-forge-ltfat.new.1980/octave-forge-ltfat.changes 2025-10-27 14:43:48.916963021 +0100 @@ -1,0 +2,6 @@ +Sat Oct 25 14:12:02 UTC 2025 - Stefan BrĂ¼ns <[email protected]> + +- Fix build with Octave 10, avoid forcing too low C++ standard + version (gh#ltfat/ltfat/issues/203) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ octave-forge-ltfat.spec ++++++ --- /var/tmp/diff_new_pack.eZ5kst/_old 2025-10-27 14:43:49.508988025 +0100 +++ /var/tmp/diff_new_pack.eZ5kst/_new 2025-10-27 14:43:49.512988193 +0100 @@ -1,7 +1,7 @@ # # spec file for package octave-forge-ltfat # -# Copyright (c) 2023 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 @@ -53,6 +53,9 @@ # REMOVE PREBUILT JAR find ./ -name "*.jar" -delete -print +# Building with Octave 10 requires C++17, https://github.com/ltfat/ltfat/issues/203 +sed -i -e 's/gnu++11/gnu++17/' ltfat/oct/Makefile_unix + %build export CFLAGS="%{optflags}" export CXXFLAGS="%{optflags}"
