Hello community, here is the log from the commit of package python-goocanvas for openSUSE:Factory checked in at 2018-03-07 10:35:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-goocanvas (Old) and /work/SRC/openSUSE:Factory/.python-goocanvas.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-goocanvas" Wed Mar 7 10:35:55 2018 rev:22 rq:583093 version:0.14.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-goocanvas/python-goocanvas.changes 2013-03-08 09:43:13.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python-goocanvas.new/python-goocanvas.changes 2018-03-07 10:35:58.811659449 +0100 @@ -1,0 +2,5 @@ +Wed Feb 28 16:39:01 UTC 2018 - [email protected] + +- Modernize spec-file by calling spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-goocanvas.spec ++++++ --- /var/tmp/diff_new_pack.vKwHIp/_old 2018-03-07 10:36:00.559596399 +0100 +++ /var/tmp/diff_new_pack.vKwHIp/_new 2018-03-07 10:36:00.559596399 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-goocanvas # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -17,26 +17,25 @@ Name: python-goocanvas +Version: 0.14.1 +Release: 0 +Summary: Python bindings for goocanvas +License: LGPL-2.1-or-later +Group: Development/Libraries/GNOME +URL: https://developer.berlios.de/projects/pygoocanvas/ +Source0: pygoocanvas-%{version}.tar.bz2 +# PATCH-FIX-UPSTREAM python-goocanvas-revert-svn229.patch bgo576198 [email protected] -- This svn commit makes things crash on "import goocanvas"... +Patch1: python-goocanvas-revert-svn229.patch BuildRequires: gtk-doc BuildRequires: libtool +BuildRequires: pkgconfig BuildRequires: pkgconfig(goocanvas) BuildRequires: pkgconfig(pycairo) BuildRequires: pkgconfig(pygobject-2.0) BuildRequires: pkgconfig(pygtk-2.0) -Summary: Python bindings for goocanvas -License: LGPL-2.1+ -Group: Development/Libraries/GNOME -Version: 0.14.1 -Release: 0 -Source0: pygoocanvas-%{version}.tar.bz2 -# PATCH-FIX-UPSTREAM python-goocanvas-revert-svn229.patch bgo576198 [email protected] -- This svn commit makes things crash on "import goocanvas"... -Patch1: python-goocanvas-revert-svn229.patch -Url: https://developer.berlios.de/projects/pygoocanvas/ -BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: python-cairo Requires: python-gobject2 Requires: python-gtk -%py_requires %description Python bindings for goocanvas. @@ -51,7 +50,6 @@ This file contains development information. - %prep %setup -q -n pygoocanvas-%{version} %patch1 -p1 @@ -59,22 +57,17 @@ %build autoreconf -fi %configure --disable-docs -make %{?jobs:-j%jobs} +make %{?_smp_mflags} %install -%makeinstall -rm $RPM_BUILD_ROOT/%{py_sitedir}/*.la - -%clean -rm -rf $RPM_BUILD_ROOT +%make_install +rm %{buildroot}/%{py_sitedir}/*.la %files -%defattr(-, root, root) %doc AUTHORS NEWS %{py_sitedir}/*.so %files devel -%defattr(-, root, root) %{_libdir}/pkgconfig/*.pc %changelog
