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-01-06 17:05:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/octave (Old) and /work/SRC/openSUSE:Factory/.octave.new.1563 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "octave" Fri Jan 6 17:05:54 2023 rev:84 rq:1056327 version:7.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/octave/octave.changes 2022-12-30 11:08:45.853185168 +0100 +++ /work/SRC/openSUSE:Factory/.octave.new.1563/octave.changes 2023-01-06 17:06:41.684565179 +0100 @@ -1,0 +2,6 @@ +Wed Jan 4 14:33:48 UTC 2023 - pgaj...@suse.com + +- back to GraphicsMagick, octave cannot be built against + ImageMagick 7 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ octave.spec ++++++ --- /var/tmp/diff_new_pack.j18RIB/_old 2023-01-06 17:06:43.108573176 +0100 +++ /var/tmp/diff_new_pack.j18RIB/_new 2023-01-06 17:06:43.112573198 +0100 @@ -1,7 +1,7 @@ # # spec file for package octave # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -34,8 +34,8 @@ %bcond_without java # Image processing library -%if 0%{suse_version} >= 1550 -# Default variant - ImageMagick +%if 0 +# currently, octave cannot be built against ImageMagick 7 %bcond_without imagemagick %else # Default variant - GraphicsMagick @@ -235,6 +235,11 @@ %endif %configure \ --libexecdir=%{_libdir} \ +%if %{with imagemagick} + --with-magick=Magick++\ +%else + --with-magick=GraphicsMagick++\ +%endif %{?with_gui: --with-qt} \ %{!?with_gui: --without-qt} \ %{?with_jit: --enable-jit} \