Hello community, here is the log from the commit of package mypaint for openSUSE:Factory checked in at 2019-10-28 16:59:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mypaint (Old) and /work/SRC/openSUSE:Factory/.mypaint.new.2990 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mypaint" Mon Oct 28 16:59:31 2019 rev:9 rq:743508 version:1.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/mypaint/mypaint.changes 2019-06-12 13:17:39.072605783 +0200 +++ /work/SRC/openSUSE:Factory/.mypaint.new.2990/mypaint.changes 2019-10-28 17:00:25.317761871 +0100 @@ -1,0 +2,8 @@ +Mon Oct 28 13:11:49 UTC 2019 - Dominique Leuenberger <[email protected]> + +- BuildRequire rsvg-convert instead of rsvg-view on TW: the + rsvg-view program has been dropped, leaving only the rsvg-convert + binary behind. For this reason, the package name was adjusted + to properly reflect its content. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mypaint.spec ++++++ --- /var/tmp/diff_new_pack.wwE8ZI/_old 2019-10-28 17:00:26.473763260 +0100 +++ /var/tmp/diff_new_pack.wwE8ZI/_new 2019-10-28 17:00:26.477763265 +0100 @@ -1,7 +1,7 @@ # # spec file for package mypaint # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -44,7 +44,11 @@ BuildRequires: python3-numpy BuildRequires: python3-numpy-devel %endif +%if 0%{?suse_version} >= 1550 +BuildRequires: rsvg-convert +%else BuildRequires: rsvg-view +%endif BuildRequires: scons >= 1.2 BuildRequires: swig BuildRequires: update-desktop-files
