Hello community,

here is the log from the commit of package mypaint for openSUSE:Factory checked 
in at 2020-05-29 21:23:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mypaint (Old)
 and      /work/SRC/openSUSE:Factory/.mypaint.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mypaint"

Fri May 29 21:23:36 2020 rev:2 rq:809936 version:2.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/mypaint/mypaint.changes  2020-02-29 
21:24:10.954477088 +0100
+++ /work/SRC/openSUSE:Factory/.mypaint.new.3606/mypaint.changes        
2020-05-29 21:37:34.578685456 +0200
@@ -1,0 +2,8 @@
+Wed May 27 11:19:30 UTC 2020 - Atri Bhattacharya <[email protected]>
+
+- Fix run time dependencies:
+  * Requires -- rather than Recommends -- mypaint-brushes, doesn't
+    launch when the app is unable to find brushes.
+  * Requires python3-pycairo.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mypaint.spec ++++++
--- /var/tmp/diff_new_pack.rI4nEA/_old  2020-05-29 21:37:35.170687218 +0200
+++ /var/tmp/diff_new_pack.rI4nEA/_new  2020-05-29 21:37:35.174687230 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mypaint
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 %define skip_python2 1
 Name:           mypaint
 Version:        2.0.0
@@ -30,15 +31,15 @@
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
+BuildRequires:  librsvg
 BuildRequires:  pkgconfig
+BuildRequires:  python-rpm-macros
 BuildRequires:  python3-cairo-devel
 BuildRequires:  python3-devel
 BuildRequires:  python3-gobject-devel
 BuildRequires:  python3-numpy >= 1.5
 BuildRequires:  python3-numpy-devel
 BuildRequires:  python3-setuptools
-BuildRequires:  python-rpm-macros
-BuildRequires:  librsvg
 BuildRequires:  swig
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(glib-2.0)
@@ -49,10 +50,11 @@
 BuildRequires:  pkgconfig(libpng)
 BuildRequires:  pkgconfig(mypaint-brushes-2.0) >= 2.0.2
 BuildRequires:  pkgconfig(pygobject-3.0)
-Requires:       python3-numpy >= 1.7
+Requires:       mypaint-brushes >= 2.0.2
 Requires:       python3-gobject-Gdk
+Requires:       python3-numpy >= 1.7
+Requires:       python3-pycairo
 Recommends:     %{name}-lang = %{version}
-Recommends:     mypaint-brushes >= 2.0.2
 %lang_package
 
 %description


Reply via email to