Hello community,
here is the log from the commit of package python-goocanvas for
openSUSE:Factory checked in at 2019-01-08 12:28:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-goocanvas (Old)
and /work/SRC/openSUSE:Factory/.python-goocanvas.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-goocanvas"
Tue Jan 8 12:28:33 2019 rev:24 rq:663097 version:0.14.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-goocanvas/python-goocanvas.changes
2018-10-29 14:24:41.364681650 +0100
+++
/work/SRC/openSUSE:Factory/.python-goocanvas.new.28833/python-goocanvas.changes
2019-01-08 12:31:03.604103351 +0100
@@ -1,0 +2,5 @@
+Fri Dec 28 16:26:14 UTC 2018 - [email protected]
+
+- Converted to singlespec.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-goocanvas.spec ++++++
--- /var/tmp/diff_new_pack.SLwPOm/_old 2019-01-08 12:31:04.020102899 +0100
+++ /var/tmp/diff_new_pack.SLwPOm/_new 2019-01-08 12:31:04.020102899 +0100
@@ -12,10 +12,15 @@
# 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/
#
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+
+#Does not work with python 3 so far...
+%define skip_python3 1
+
Name: python-goocanvas
Version: 0.14.1
Release: 0
@@ -36,6 +41,7 @@
Requires: python-cairo
Requires: python-gobject2
Requires: python-gtk
+%python_subpackages
%description
Python bindings for goocanvas.
@@ -61,11 +67,11 @@
%install
%make_install
-rm %{buildroot}/%{py_sitedir}/*.la
+rm %{buildroot}%{python_sitearch}/goocanvasmodule.la
%files
%doc AUTHORS NEWS
-%{py_sitedir}/*.so
+%{python_sitearch}/*.so
%files devel
%{_libdir}/pkgconfig/*.pc