Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package arpack-ng for openSUSE:Factory checked in at 2026-02-09 13:43:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/arpack-ng (Old) and /work/SRC/openSUSE:Factory/.arpack-ng.new.1670 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "arpack-ng" Mon Feb 9 13:43:11 2026 rev:32 rq:1331926 version:3.9.1 Changes: -------- --- /work/SRC/openSUSE:Factory/arpack-ng/arpack-ng.changes 2024-03-27 20:43:01.946148534 +0100 +++ /work/SRC/openSUSE:Factory/.arpack-ng.new.1670/arpack-ng.changes 2026-02-09 13:43:18.767797141 +0100 @@ -1,0 +2,5 @@ +Sat Feb 7 19:00:05 UTC 2026 - Jan Engelhardt <[email protected]> + +- Bump chosen standard to C++14 because Eigen 5.x requires it now. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ arpack-ng.spec ++++++ --- /var/tmp/diff_new_pack.badY5P/_old 2026-02-09 13:43:19.407823772 +0100 +++ /var/tmp/diff_new_pack.badY5P/_new 2026-02-09 13:43:19.411823938 +0100 @@ -1,7 +1,7 @@ # # spec file for package arpack-ng # -# Copyright (c) 2024 SUSE LLC +# 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 @@ -198,6 +198,8 @@ export LD_LIBRARY_PATH=%{my_prefix}/%{_lib} %endif +# The eigen library needs better than 11 +perl -i -lpe 's{(set.CMAKE_CXX_STANDARD) 11}{$1 14}g' CMakeLists.txt %cmake \ -DCMAKE_INSTALL_PREFIX:PATH=%{my_prefix} \ -DCMAKE_INSTALL_LIBDIR:PATH=%{my_libdir} \
