Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package octave for openSUSE:Factory checked in at 2022-11-26 18:45:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/octave (Old) and /work/SRC/openSUSE:Factory/.octave.new.1597 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "octave" Sat Nov 26 18:45:32 2022 rev:82 rq:1038263 version:7.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/octave/octave.changes 2022-11-19 18:09:10.962391641 +0100 +++ /work/SRC/openSUSE:Factory/.octave.new.1597/octave.changes 2022-11-26 18:45:36.667268962 +0100 @@ -1,0 +2,5 @@ +Tue Nov 22 10:11:09 UTC 2022 - Andreas Schwab <[email protected]> + +- Use xvfb-run for testsuite + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ octave.spec ++++++ --- /var/tmp/diff_new_pack.J3CkKp/_old 2022-11-26 18:45:37.363273088 +0100 +++ /var/tmp/diff_new_pack.J3CkKp/_new 2022-11-26 18:45:37.371273136 +0100 @@ -151,6 +151,7 @@ %endif # Tests build requires BuildRequires: unzip +BuildRequires: xvfb-run BuildRequires: zip Requires: octave-cli = %{version} Requires(pre): update-alternatives @@ -277,14 +278,8 @@ # Increase stack limits. OpenBLAS tests are run after some JVM test, and OpenBLAS # dgetrf is quite memory hungry, see https://github.com/xianyi/OpenBLAS/issues/246 -%define X_display ":98" -export DISPLAY=%{X_display} -Xvfb %{X_display} >& Xvfb.log & -trap "kill $! || true" EXIT -sleep 10 - echo "-Xss8m" > scripts/java/java.opts -make check +xvfb-run make check %post -p /sbin/ldconfig
