Hello community,

here is the log from the commit of package mypaint for openSUSE:Leap:15.2 
checked in at 2020-05-31 13:45:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/mypaint (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.mypaint.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mypaint"

Sun May 31 13:45:46 2020 rev:25 rq:810282 version:2.0.0

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/mypaint/mypaint.changes        2020-05-16 
04:57:22.915943647 +0200
+++ /work/SRC/openSUSE:Leap:15.2/.mypaint.new.3606/mypaint.changes      
2020-05-31 13:46:15.569773906 +0200
@@ -1,0 +2,8 @@
+Wed May 27 11:19:30 UTC 2020 - Atri Bhattacharya <badshah...@gmail.com>
+
+- 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.5NVNie/_old  2020-05-31 13:46:15.953775094 +0200
+++ /var/tmp/diff_new_pack.5NVNie/_new  2020-05-31 13:46:15.957775106 +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