Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package octave for openSUSE:Factory checked in at 2026-03-28 20:14:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/octave (Old) and /work/SRC/openSUSE:Factory/.octave.new.8177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "octave" Sat Mar 28 20:14:24 2026 rev:100 rq:1343267 version:11.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/octave/octave.changes 2026-03-22 14:14:49.487813668 +0100 +++ /work/SRC/openSUSE:Factory/.octave.new.8177/octave.changes 2026-03-28 20:16:13.760550381 +0100 @@ -1,0 +2,6 @@ +Thu Mar 26 18:44:48 UTC 2026 - Stefan BrĂ¼ns <[email protected]> + +- Fix regression for RPM macros, pkg builtin no longer glob's the + filename itself, so do it manually. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ octave.macros ++++++ --- /var/tmp/diff_new_pack.nbPMqQ/_old 2026-03-28 20:16:14.528582080 +0100 +++ /var/tmp/diff_new_pack.nbPMqQ/_new 2026-03-28 20:16:14.532582245 +0100 @@ -40,7 +40,7 @@ mkdir -p %{buildroot}%{octlib_dir} \ ls -la %{octpkg}-%{version}*.tar.gz \ echo "Using %{__octave_build_file} for installation" \ - %octave --eval "pkg prefix %{buildroot}%{octpackages_dir} %{buildroot}%{octlib_dir}; pkg install -verbose -nodeps %{__octave_build_file}" \ + %octave --eval "pkg prefix %{buildroot}%{octpackages_dir} %{buildroot}%{octlib_dir}; files=glob(\'%{__octave_build_file}\'); pkg(\'install\', \'-verbose\', \'-nodeps\', files{1})" \ rm -f %{buildroot}%{octpackages_dir}/%{octpkg}-%{version}/packinfo/.autoload # Octave package tests
