Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package suitesparse for openSUSE:Factory checked in at 2025-11-18 15:28:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/suitesparse (Old) and /work/SRC/openSUSE:Factory/.suitesparse.new.2061 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "suitesparse" Tue Nov 18 15:28:40 2025 rev:52 rq:1318168 version:7.11.0 Changes: -------- --- /work/SRC/openSUSE:Factory/suitesparse/suitesparse.changes 2025-10-23 18:31:32.523310530 +0200 +++ /work/SRC/openSUSE:Factory/.suitesparse.new.2061/suitesparse.changes 2025-11-18 15:29:33.209396712 +0100 @@ -1,0 +2,6 @@ +Tue Nov 11 15:43:43 UTC 2025 - Andreas Schwab <[email protected]> + +- Replace ungrammatical command with lua script to generate commands for + unpacking test sources + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ suitesparse.spec ++++++ --- /var/tmp/diff_new_pack.vCfjp3/_old 2025-11-18 15:29:35.677500598 +0100 +++ /var/tmp/diff_new_pack.vCfjp3/_new 2025-11-18 15:29:35.681500766 +0100 @@ -592,7 +592,7 @@ cp %{SOURCE1} Mongoose/Tests/ -%(for src in "$(seq 100 134)"; do tar xvf %{SOURCE$src} --strip-components=1 -C Mongoose/Matrix; tar xvf %{SOURCE$src} --strip-components=1 -C Mongoose/Tests/Matrix; end) +%{lua:for src = 100, 134 do print(rpm.expand("tar xvf %{SOURCE"..src.."} --strip-components=1 -C Mongoose/Matrix; tar xvf %{SOURCE"..src.."} --strip-components=1 -C Mongoose/Tests/Matrix\n")); end} %build %limit_build -m 1500
