From 5d72bc9df7d9b79056f70be43edd1168e7a85a4aac3a2e25f5913fb38671f488 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 31 Aug 2017 07:42:58 +0000 Subject: [PATCH 1/3] Accepting request 519386 from GNOME:Next Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/519386 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-gobject?expand=0&rev=85 --- pygobject-3.24.1.tar.xz | 3 --- pygobject-3.25.1.tar.xz | 3 +++ python-gobject.changes | 11 +++++++++++ python-gobject.spec | 7 +++---- 4 files changed, 17 insertions(+), 7 deletions(-) delete mode 100644 pygobject-3.24.1.tar.xz create mode 100644 pygobject-3.25.1.tar.xz diff --git a/pygobject-3.24.1.tar.xz b/pygobject-3.24.1.tar.xz deleted file mode 100644 index 91f6391..0000000 --- a/pygobject-3.24.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a628a95aa0909e13fb08230b1b98fc48adef10b220932f76d62f6821b3fdbffd -size 758648 diff --git a/pygobject-3.25.1.tar.xz b/pygobject-3.25.1.tar.xz new file mode 100644 index 0000000..d1e1b9d --- /dev/null +++ b/pygobject-3.25.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8728bb27078f7ee45c431ccbc237a58fb6d6eb1b7a0668bbe29eb107267bd736 +size 772372 diff --git a/python-gobject.changes b/python-gobject.changes index 5165964..ec1c024 100644 --- a/python-gobject.changes +++ b/python-gobject.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Jun 18 12:34:28 UTC 2017 - dimstar@opensuse.org + +- Update to version 3.25.1: + + Bugs fixed: bgo#663068, bgo#667959, bgo#686835, bgo#698548, + bgo#699440, bgo#707196, bgo#712197, bgo#726484, bgo#730908, + bgo#735076, bgo#735206, bgo#744690, bgo#746564, bgo#759009, + bgo#759276, bgo#762176, bgo#769789, bgo#772896, bgo#772949, + bgo#773394, bgo#773803, bgo#777713, bgo#777719, bgo#780396, + bgo#780409, bgo#780591, bgo#780652, bgo#780768, bgo#780812. + ------------------------------------------------------------------- Thu May 18 20:15:06 UTC 2017 - dimstar@opensuse.org diff --git a/python-gobject.spec b/python-gobject.spec index 3457f23..4daccc9 100644 --- a/python-gobject.spec +++ b/python-gobject.spec @@ -27,14 +27,14 @@ Name: python-gobject Summary: Python bindings for GObject License: LGPL-2.1+ Group: Development/Libraries/Python -Version: 3.24.1 +Version: 3.25.1 Release: 0 Url: https://wiki.gnome.org/Projects/PyGObject/ -Source: http://download.gnome.org/sources/pygobject/3.24/%{_name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/pygobject/3.25/%{_name}-%{version}.tar.xz # PATCH-FIX-UPSTREAM pycompile-searchpath.patch jmatejek@suse.com -- Fix build with python 3.4 Patch1: pycompile-searchpath.patch +BuildRequires: %{python_module cairo >= 1.11.1} BuildRequires: %{python_module cairo-devel} -BuildRequires: %{python_module cairo} BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes @@ -163,7 +163,6 @@ find %{buildroot} -name '*.la' -or -name '*.a' | xargs rm -f %doc AUTHORS COPYING ChangeLog NEWS README %doc examples/ %{python_sitearch}/gi/ -%{python_sitearch}/*.egg-info # Lives in cairo subpackage %exclude %{python_sitearch}/gi/_gi_cairo*.so # Lives in Gdk subpackage From 0969f4d191846a969fde0c73c789e3029a1e95429c1930c28044b609d27deb8a Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 8 Sep 2017 20:33:31 +0000 Subject: [PATCH 2/3] Accepting request 522358 from home:jengelh:branches:GNOME:Factory - Update package summaries. Fix RPM groups and do not run fdupes across hardlink partitions. OBS-URL: https://build.opensuse.org/request/show/522358 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-gobject?expand=0&rev=86 --- python-gobject.changes | 6 ++++++ python-gobject.spec | 27 ++++++++++++--------------- 2 files changed, 18 insertions(+), 15 deletions(-) diff --git a/python-gobject.changes b/python-gobject.changes index ec1c024..5ec3e51 100644 --- a/python-gobject.changes +++ b/python-gobject.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Sep 8 16:15:16 UTC 2017 - jengelh@inai.de + +- Update package summaries. Fix RPM groups and do not run fdupes + across hardlink partitions. + ------------------------------------------------------------------- Sun Jun 18 12:34:28 UTC 2017 - dimstar@opensuse.org diff --git a/python-gobject.spec b/python-gobject.spec index 4daccc9..5ca39d9 100644 --- a/python-gobject.spec +++ b/python-gobject.spec @@ -26,7 +26,7 @@ Name: python-gobject %define _name pygobject Summary: Python bindings for GObject License: LGPL-2.1+ -Group: Development/Libraries/Python +Group: Development/Languages/Python Version: 3.25.1 Release: 0 Url: https://wiki.gnome.org/Projects/PyGObject/ @@ -57,8 +57,8 @@ GLib's GObjects. %package Gdk -Summary: Python bindings for GObject -- Gdk bindings -Group: Development/Libraries/Python +Summary: Python bindings for GObject/Gdk +Group: Development/Languages/Python Requires: %{name} = %{version} Requires: %{name}-cairo = %{version} %define gdk_real_package %(rpm -q --qf '%%{NAME}' -f $(readlink %{_libdir}/libgdk-3.so -f)) @@ -72,8 +72,8 @@ This package contains the Python Gdk bindings for GObject. %package cairo -Summary: Python bindings for GObject -- Cairo bindings -Group: Development/Libraries/Python +Summary: Python bindings for GObject/Cairo +Group: Development/Languages/Python Requires: %{name} = %{version} %define cairo_real_package %(rpm -q --qf '%%{NAME}' --whatprovides cairo) Supplements: packageand(python-gobject:%{cairo_real_package}) @@ -85,10 +85,9 @@ GLib's GObjects. This package contains the Python Cairo bindings for GObject. -# Dummy wrapper file to pull in all Python-version-specific dependencies %package devel -Summary: Python bindings for GObject -- development files -Group: Development/Libraries/Python +Summary: Metapackage to pull in all of python-gobject's packages +Group: Development/Languages/Python Requires: %{name} = %{version} Requires: %{name}-Gdk = %{version} Requires: %{name}-cairo = %{version} @@ -101,8 +100,8 @@ addon libraries such as pygtk. %package -n %{name}-common-devel -Summary: Python bindings for GObject -- shared development files -Group: Development/Libraries/Python +Summary: Shared development files for GObject's Python bindings +Group: Development/Languages/Python Requires: %{python_module gobject-devel = %{version}} Requires: glib2-devel >= 2.38.0 Requires: gnome-common @@ -132,8 +131,7 @@ pushd build_%{$python_bin_suffix} export PYTHON=$python %configure - -make %{?jobs:-j%jobs} V=1 +make %{?_smp_mflags} V=1 popd } @@ -154,9 +152,8 @@ popd find %{buildroot}%{_prefix} -name GIMarshallingTests.py* -delete -print rm examples/Makefile* -find %{buildroot} -name '*.la' -or -name '*.a' | xargs rm -f - -%fdupes %{buildroot} +find %{buildroot} "(" -name '*.la' -or -name '*.a' ")" -delete +%fdupes %{buildroot}/%{_prefix} %files %{python_files} %defattr(-,root,root) From ff1ffca2136085bda4ac41265b9ac9d393cb1c94292295675db8af08dcaf3bde Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 12 Sep 2017 11:05:27 +0000 Subject: [PATCH 3/3] Accepting request 523622 from GNOME:Next Update to 3.26.0 OBS-URL: https://build.opensuse.org/request/show/523622 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-gobject?expand=0&rev=87 --- pygobject-3.25.1.tar.xz | 3 --- pygobject-3.26.0.tar.xz | 3 +++ python-gobject.changes | 9 +++++++++ python-gobject.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 pygobject-3.25.1.tar.xz create mode 100644 pygobject-3.26.0.tar.xz diff --git a/pygobject-3.25.1.tar.xz b/pygobject-3.25.1.tar.xz deleted file mode 100644 index d1e1b9d..0000000 --- a/pygobject-3.25.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8728bb27078f7ee45c431ccbc237a58fb6d6eb1b7a0668bbe29eb107267bd736 -size 772372 diff --git a/pygobject-3.26.0.tar.xz b/pygobject-3.26.0.tar.xz new file mode 100644 index 0000000..74d04a1 --- /dev/null +++ b/pygobject-3.26.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7411acd600c8cb6f00d2125afa23303f2104e59b83e0a4963288dbecc3b029fa +size 773544 diff --git a/python-gobject.changes b/python-gobject.changes index 5ec3e51..4829bb2 100644 --- a/python-gobject.changes +++ b/python-gobject.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Sep 12 09:27:07 UTC 2017 - dimstar@opensuse.org + +- Update to version 3.26.0: + + Closure: silence a new compiler warning. + + Make sure version information passed to require_version is a + string (bgo#781582). + + Test fixes. + ------------------------------------------------------------------- Fri Sep 8 16:15:16 UTC 2017 - jengelh@inai.de diff --git a/python-gobject.spec b/python-gobject.spec index 5ca39d9..014d1e1 100644 --- a/python-gobject.spec +++ b/python-gobject.spec @@ -27,10 +27,10 @@ Name: python-gobject Summary: Python bindings for GObject License: LGPL-2.1+ Group: Development/Languages/Python -Version: 3.25.1 +Version: 3.26.0 Release: 0 Url: https://wiki.gnome.org/Projects/PyGObject/ -Source: http://download.gnome.org/sources/pygobject/3.25/%{_name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/pygobject/3.26/%{_name}-%{version}.tar.xz # PATCH-FIX-UPSTREAM pycompile-searchpath.patch jmatejek@suse.com -- Fix build with python 3.4 Patch1: pycompile-searchpath.patch BuildRequires: %{python_module cairo >= 1.11.1}