Hello community, here is the log from the commit of package octave for openSUSE:Factory checked in at 2020-02-18 10:36:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/octave (Old) and /work/SRC/openSUSE:Factory/.octave.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "octave" Tue Feb 18 10:36:07 2020 rev:65 rq:774717 version:5.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/octave/octave.changes 2020-02-10 21:55:11.158249448 +0100 +++ /work/SRC/openSUSE:Factory/.octave.new.26092/octave.changes 2020-02-18 10:37:29.724588261 +0100 @@ -1,0 +2,7 @@ +Sun Feb 16 15:22:39 UTC 2020 - Stefan BrĂ¼ns <[email protected]> + +- Readd makeinfo to the build dependencies, called by octaves + doc/help functions from the tests. Disable doc generation + explicitly, otherwise it tries even without all tools present. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ octave.spec ++++++ --- /var/tmp/diff_new_pack.vqgSlI/_old 2020-02-18 10:37:32.680594293 +0100 +++ /var/tmp/diff_new_pack.vqgSlI/_new 2020-02-18 10:37:32.680594293 +0100 @@ -80,7 +80,8 @@ BuildRequires: gperf BuildRequires: hdf5-devel BuildRequires: lapack-devel -#BuildRequires: makeinfo +# required for help/doc called from the tests +BuildRequires: makeinfo BuildRequires: memory-constraints %if %{with imagemagick} BuildRequires: pkgconfig(ImageMagick++) @@ -226,6 +227,7 @@ %{?with_jit: --enable-jit} \ %{!?with_java: --disable-java} \ --with-blas=%{blas_library} \ + --disable-docs \ --enable-openmp make %{?_smp_mflags}
