Hello community,
here is the log from the commit of package python-goocanvas for
openSUSE:Factory checked in at 2019-01-28 20:48:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-goocanvas (Old)
and /work/SRC/openSUSE:Factory/.python-goocanvas.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-goocanvas"
Mon Jan 28 20:48:12 2019 rev:25 rq:668732 version:0.14.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-goocanvas/python-goocanvas.changes
2019-01-08 12:31:03.604103351 +0100
+++
/work/SRC/openSUSE:Factory/.python-goocanvas.new.28833/python-goocanvas.changes
2019-01-28 20:49:12.385856970 +0100
@@ -1,0 +2,5 @@
+Fri Jan 25 19:45:14 UTC 2019 - Todd R <[email protected]>
+
+- Fix singlespec implementation
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-goocanvas.spec ++++++
--- /var/tmp/diff_new_pack.QXepLx/_old 2019-01-28 20:49:12.921856405 +0100
+++ /var/tmp/diff_new_pack.QXepLx/_new 2019-01-28 20:49:12.921856405 +0100
@@ -17,11 +17,9 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-
+Name: python-goocanvas
#Does not work with python 3 so far...
%define skip_python3 1
-
-Name: python-goocanvas
Version: 0.14.1
Release: 0
Summary: Python bindings for goocanvas
@@ -33,7 +31,7 @@
Patch1: python-goocanvas-revert-svn229.patch
BuildRequires: gtk-doc
BuildRequires: libtool
-BuildRequires: pkgconfig
+BuildRequires: pkg-config
BuildRequires: pkgconfig(goocanvas)
BuildRequires: pkgconfig(pycairo)
BuildRequires: pkgconfig(pygobject-2.0)
@@ -41,10 +39,14 @@
Requires: python-cairo
Requires: python-gobject2
Requires: python-gtk
+
%python_subpackages
%description
-Python bindings for goocanvas.
+GooCanvas is a canvas widget for GTK+ that uses the cairo 2D library
+for drawing.
+
+This package provides python bindings for GooCanvas.
%package devel
Summary: Python bindings for goocanvas - Development pack
@@ -52,9 +54,11 @@
Requires: %{name} = %{version}
%description devel
-Python bindings for goocanvas.
+GooCanvas is a canvas widget for GTK+ that uses the cairo 2D library
+for drawing.
-This file contains development information.
+This package provides development information for the python bindings
+for GooCanvas.
%prep
%setup -q -n pygoocanvas-%{version}
@@ -69,11 +73,11 @@
%make_install
rm %{buildroot}%{python_sitearch}/goocanvasmodule.la
-%files
+%files %{python_files}
%doc AUTHORS NEWS
%{python_sitearch}/*.so
-%files devel
+%files %{python_files devel}
%{_libdir}/pkgconfig/*.pc
%changelog