Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package octave for openSUSE:Factory checked in at 2023-10-26 17:14:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/octave (Old) and /work/SRC/openSUSE:Factory/.octave.new.24901 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "octave" Thu Oct 26 17:14:08 2023 rev:87 rq:1120403 version:8.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/octave/octave.changes 2023-09-06 19:02:07.895982294 +0200 +++ /work/SRC/openSUSE:Factory/.octave.new.24901/octave.changes 2023-10-26 17:15:20.646307467 +0200 @@ -1,0 +2,12 @@ +Wed Oct 25 10:30:01 UTC 2023 - Dominique Leuenberger <[email protected]> + +- Drop termap BuildRequireS: no longer needed. + +------------------------------------------------------------------- +Thu Oct 19 07:45:03 UTC 2023 - Atri Bhattacharya <[email protected]> + +- octave.macros: For %octave_pkg_install, set HOME to current + working dir to avoid permission issues when octave tries to + update list of installed packages in its config file. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ octave.spec ++++++ --- /var/tmp/diff_new_pack.LvSmXP/_old 2023-10-26 17:15:21.422335968 +0200 +++ /var/tmp/diff_new_pack.LvSmXP/_new 2023-10-26 17:15:21.426336115 +0200 @@ -103,7 +103,6 @@ BuildRequires: readline-devel BuildRequires: suitesparse-devel BuildRequires: sundials-devel -BuildRequires: termcap BuildRequires: pkgconfig(RapidJSON) BuildRequires: pkgconfig(libcurl) BuildRequires: pkgconfig(zlib) ++++++ octave.macros ++++++ --- /var/tmp/diff_new_pack.LvSmXP/_old 2023-10-26 17:15:21.494338612 +0200 +++ /var/tmp/diff_new_pack.LvSmXP/_new 2023-10-26 17:15:21.498338759 +0200 @@ -27,6 +27,7 @@ # Octave package installation %octave_pkg_install \ + HOME=${PWD} \ mkdir -p %{buildroot}%{octpackages_dir} \ mkdir -p %{buildroot}%{octlib_dir} \ %octave --eval "pkg prefix %{buildroot}%{octpackages_dir} %{buildroot}%{octlib_dir}; pkg install -nodeps %{octpkg}-%{version}.tar.gz" \
