commit python-goocanvas for openSUSE:Factory

2019-01-28 Thread root
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 
+
+- 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




commit python-goocanvas for openSUSE:Factory

2019-01-08 Thread root
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 - axel.br...@gmx.de
+
+- 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




commit python-goocanvas for openSUSE:Factory

2018-10-29 Thread root
Hello community,

here is the log from the commit of package python-goocanvas for 
openSUSE:Factory checked in at 2018-10-29 14:23:15

Comparing /work/SRC/openSUSE:Factory/python-goocanvas (Old)
 and  /work/SRC/openSUSE:Factory/.python-goocanvas.new (New)


Package is "python-goocanvas"

Mon Oct 29 14:23:15 2018 rev:23 rq:645241 version:0.14.1

Changes:

--- /work/SRC/openSUSE:Factory/python-goocanvas/python-goocanvas.changes
2018-03-07 10:35:58.811659449 +0100
+++ /work/SRC/openSUSE:Factory/.python-goocanvas.new/python-goocanvas.changes   
2018-10-29 14:24:41.364681650 +0100
@@ -1,0 +2,5 @@
+Mon Oct 29 11:13:28 UTC 2018 - Axel Braun 
+
+- Download link corrected
+
+---



Other differences:
--
++ python-goocanvas.spec ++
--- /var/tmp/diff_new_pack.581i46/_old  2018-10-29 14:24:41.852655321 +0100
+++ /var/tmp/diff_new_pack.581i46/_new  2018-10-29 14:24:41.852655321 +0100
@@ -22,7 +22,7 @@
 Summary:Python bindings for goocanvas
 License:LGPL-2.1-or-later
 Group:  Development/Libraries/GNOME
-URL:https://developer.berlios.de/projects/pygoocanvas/
+URL:https://github.com/GNOME/pygoocanvas
 Source0:pygoocanvas-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM python-goocanvas-revert-svn229.patch bgo576198 
vu...@novell.com -- This svn commit makes things crash on "import goocanvas"...
 Patch1: python-goocanvas-revert-svn229.patch




commit python-goocanvas for openSUSE:Factory

2018-03-07 Thread root
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.0 +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 - dims...@opensuse.org
+
+- 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 
vu...@novell.com -- 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 
vu...@novell.com -- 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




commit python-goocanvas for openSUSE:Factory

2013-03-08 Thread h_root
Hello community,

here is the log from the commit of package python-goocanvas for 
openSUSE:Factory checked in at 2013-03-08 09:43:12

Comparing /work/SRC/openSUSE:Factory/python-goocanvas (Old)
 and  /work/SRC/openSUSE:Factory/.python-goocanvas.new (New)


Package is python-goocanvas, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/python-goocanvas/python-goocanvas.changes
2011-11-28 18:27:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-goocanvas.new/python-goocanvas.changes   
2013-03-08 09:43:13.0 +0100
@@ -1,0 +2,11 @@
+Thu Mar  7 10:07:50 UTC 2013 - cfarr...@suse.com
+
+- license update: LGPL-2.1+
+  consolidate
+
+---
+Fri Mar  1 16:27:23 UTC 2013 - co...@suse.com
+
+- update license to new format
+
+---



Other differences:
--
++ python-goocanvas.spec ++
--- /var/tmp/diff_new_pack.UBAP0S/_old  2013-03-08 09:43:14.0 +0100
+++ /var/tmp/diff_new_pack.UBAP0S/_new  2013-03-08 09:43:14.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-goocanvas
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,8 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   python-goocanvas
 BuildRequires:  gtk-doc
@@ -26,16 +24,18 @@
 BuildRequires:  pkgconfig(pygobject-2.0)
 BuildRequires:  pkgconfig(pygtk-2.0)
 Summary:Python bindings for goocanvas
-Version:0.14.1
-Release:1
-License:LGPL-2.0+ ; LGPL-2.1+
+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 
vu...@novell.com -- 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 python-gobject2 python-gtk
+Requires:   python-cairo
+Requires:   python-gobject2
+Requires:   python-gtk
 %py_requires
 
 %description
@@ -43,7 +43,6 @@
 
 %package devel
 Summary:Python bindings for goocanvas - Development pack
-License:LGPL-2.0+ ; LGPL-2.1+
 Group:  Development/Libraries/GNOME
 Requires:   %{name} = %{version}
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-goocanvas for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package python-goocanvas for 
openSUSE:Factory checked in at 2011-12-06 18:55:46

Comparing /work/SRC/openSUSE:Factory/python-goocanvas (Old)
 and  /work/SRC/openSUSE:Factory/.python-goocanvas.new (New)


Package is python-goocanvas, Maintainer is gnome-maintain...@suse.de

Changes:




Other differences:
--
++ python-goocanvas.spec ++
--- /var/tmp/diff_new_pack.NJPe2r/_old  2011-12-06 19:29:10.0 +0100
+++ /var/tmp/diff_new_pack.NJPe2r/_new  2011-12-06 19:29:10.0 +0100
@@ -28,7 +28,7 @@
 Summary:Python bindings for goocanvas
 Version:0.14.1
 Release:1
-License:LGPL v2.0 or later; LGPL v2.1 or later
+License:LGPL-2.0+ ; LGPL-2.1+
 Group:  Development/Libraries/GNOME
 Source0:pygoocanvas-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM python-goocanvas-revert-svn229.patch bgo576198 
vu...@novell.com -- This svn commit makes things crash on import goocanvas...
@@ -43,7 +43,7 @@
 
 %package devel
 Summary:Python bindings for goocanvas - Development pack
-License:LGPL v2.0 or later; LGPL v2.1 or later
+License:LGPL-2.0+ ; LGPL-2.1+
 Group:  Development/Libraries/GNOME
 Requires:   %{name} = %{version}
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-goocanvas for openSUSE:Factory

2011-11-28 Thread h_root
Hello community,

here is the log from the commit of package python-goocanvas for 
openSUSE:Factory checked in at 2011-11-28 18:26:59

Comparing /work/SRC/openSUSE:Factory/python-goocanvas (Old)
 and  /work/SRC/openSUSE:Factory/.python-goocanvas.new (New)


Package is python-goocanvas, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/python-goocanvas/python-goocanvas.changes
2011-09-23 12:42:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-goocanvas.new/python-goocanvas.changes   
2011-11-28 18:27:03.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov 27 06:47:17 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ python-goocanvas.spec ++
--- /var/tmp/diff_new_pack.nrhXh0/_old  2011-11-28 18:27:03.0 +0100
+++ /var/tmp/diff_new_pack.nrhXh0/_new  2011-11-28 18:27:03.0 +0100
@@ -20,13 +20,14 @@
 
 Name:   python-goocanvas
 BuildRequires:  gtk-doc
+BuildRequires:  libtool
 BuildRequires:  pkgconfig(goocanvas)
 BuildRequires:  pkgconfig(pycairo)
 BuildRequires:  pkgconfig(pygobject-2.0)
 BuildRequires:  pkgconfig(pygtk-2.0)
 Summary:Python bindings for goocanvas
 Version:0.14.1
-Release:13
+Release:1
 License:LGPL v2.0 or later; LGPL v2.1 or later
 Group:  Development/Libraries/GNOME
 Source0:pygoocanvas-%{version}.tar.bz2

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-goocanvas for openSUSE:Factory

2011-06-06 Thread h_root

Hello community,

here is the log from the commit of package python-goocanvas for openSUSE:Factory
checked in at Mon Jun 6 11:49:28 CEST 2011.




--- GNOME/python-goocanvas/python-goocanvas.changes 2011-05-28 
23:30:53.0 +0200
+++ /mounts/work_src_done/STABLE/python-goocanvas/python-goocanvas.changes  
2011-06-01 17:28:45.0 +0200
@@ -1,0 +2,9 @@
+Wed Jun  1 17:25:46 CEST 2011 - vu...@opensuse.org
+
+- Move to pkgconfig()-style BuildRequires, in preparation of
+  addition of gtk3 branch of goocanvas:
+  + Old ones: goocanvas-devel, python-cairo-devel,
+python-gobject2-devel, python-gtk-devel.
+  + New ones: goocanvas, pycairo, pygobject-2.0, pygtk-2.0.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ python-goocanvas.spec ++
--- /var/tmp/diff_new_pack.b0yQzY/_old  2011-06-06 11:49:01.0 +0200
+++ /var/tmp/diff_new_pack.b0yQzY/_new  2011-06-06 11:49:01.0 +0200
@@ -19,14 +19,14 @@
 
 
 Name:   python-goocanvas
-BuildRequires:  goocanvas-devel
 BuildRequires:  gtk-doc
-BuildRequires:  python-cairo-devel
-BuildRequires:  python-gobject2-devel
-BuildRequires:  python-gtk-devel
+BuildRequires:  pkgconfig(goocanvas)
+BuildRequires:  pkgconfig(pycairo)
+BuildRequires:  pkgconfig(pygobject-2.0)
+BuildRequires:  pkgconfig(pygtk-2.0)
 Summary:Python bindings for goocanvas
 Version:0.14.1
-Release:11
+Release:13
 License:LGPL v2.0 or later; LGPL v2.1 or later
 Group:  Development/Libraries/GNOME
 Source0:pygoocanvas-%{version}.tar.bz2






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org