From 2e3b4bacf46ce776a31135054e9bfa625a213fcc1f53abb55bbca4a1854ca8c0 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 19 Feb 2016 14:46:57 +0000 Subject: [PATCH 1/5] Accepting request 360362 from GNOME:Next Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/360362 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-gobject?expand=0&rev=52 --- pygobject-3.18.2.tar.xz | 3 --- pygobject-3.19.2.tar.xz | 3 +++ python-gobject.changes | 29 +++++++++++++++++++++++++++++ python-gobject.spec | 6 +++--- python3-gobject.changes | 29 +++++++++++++++++++++++++++++ python3-gobject.spec | 6 +++--- 6 files changed, 67 insertions(+), 9 deletions(-) delete mode 100644 pygobject-3.18.2.tar.xz create mode 100644 pygobject-3.19.2.tar.xz diff --git a/pygobject-3.18.2.tar.xz b/pygobject-3.18.2.tar.xz deleted file mode 100644 index 38febd0..0000000 --- a/pygobject-3.18.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2a3cad1517916b74e131e6002c3824361aee0671ffb0d55ded119477fc1c2c5f -size 730220 diff --git a/pygobject-3.19.2.tar.xz b/pygobject-3.19.2.tar.xz new file mode 100644 index 0000000..68c229d --- /dev/null +++ b/pygobject-3.19.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30070c145774b36686f2595344bb5814f09be7e2f5385bb8355c17eaeafd1e7a +size 734688 diff --git a/python-gobject.changes b/python-gobject.changes index ad5b0a5..fd9f065 100644 --- a/python-gobject.changes +++ b/python-gobject.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Wed Nov 25 22:45:34 UTC 2015 - zaitor@opensuse.org + +- Update to version 3.19.2: + + tests: Fix failure due to new GTK+ warning regarding + size_allocate(). + + Fix build warnings regarding _POSIX_C_SOURCE redefinition. + + Drop -std=c90 for now. +- Changes from version 3.19.1: + + Use a named tuple for returning multiple values (bgo#727374). + + enum/flags: use gir info for type names and __repr__ instead of + the gtype name (bgo#657915). + + Improve and unify __repr__ format for PyGObject, PyGBoxed and + PyGIStruct (bgo#657915). + + Don't leak internal RepositoryError on import (bgo#756033). + + Import dependencies when importing typelibs from gi.repository + (bgo#656314). + + Don't import inspect at module level. + + invoke state: add a free memory cache for PyGIInvokeArgState + (bgo#750658). + + invoke/closure: reduce g_slice_alloc usage (bgo#750658). + + Bump g-i dependency to latest stable. + + Avoid calling g_slist_length() during invoke. + + Simplify closure_convert_arguments(). + + Remove a level of indentation in convert_ffi_arguments(). + + Prevent passing the user data multiple times to callbacks + (bgo#750347). + + Support throwing exceptions in closures (bgo#710671). + ------------------------------------------------------------------- Sat Oct 24 23:21:59 UTC 2015 - zaitor@opensuse.org diff --git a/python-gobject.spec b/python-gobject.spec index 278d297..86d1e11 100644 --- a/python-gobject.spec +++ b/python-gobject.spec @@ -39,15 +39,15 @@ Name: python-gobject Summary: Python bindings for GObject License: LGPL-2.1+ Group: Development/Libraries/Python -Version: 3.18.2 +Version: 3.19.2 Release: 0 Url: https://wiki.gnome.org/Projects/PyGObject/ -Source: http://download.gnome.org/sources/pygobject/3.18/%{_name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/pygobject/3.19/%{_name}-%{version}.tar.xz # PATCH-FIX-UPSTREAM pycompile-searchpath.patch jmatejek@suse.com -- Fix build with python 3.4 Patch1: pycompile-searchpath.patch BuildRequires: fdupes BuildRequires: glib2-devel >= 2.38.0 -BuildRequires: gobject-introspection-devel >= 1.39.0 +BuildRequires: gobject-introspection-devel >= 1.46.0 BuildRequires: libffi-devel >= 3.0.0 %if %{build_for_python3} BuildRequires: python3-cairo-devel diff --git a/python3-gobject.changes b/python3-gobject.changes index ad5b0a5..fd9f065 100644 --- a/python3-gobject.changes +++ b/python3-gobject.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Wed Nov 25 22:45:34 UTC 2015 - zaitor@opensuse.org + +- Update to version 3.19.2: + + tests: Fix failure due to new GTK+ warning regarding + size_allocate(). + + Fix build warnings regarding _POSIX_C_SOURCE redefinition. + + Drop -std=c90 for now. +- Changes from version 3.19.1: + + Use a named tuple for returning multiple values (bgo#727374). + + enum/flags: use gir info for type names and __repr__ instead of + the gtype name (bgo#657915). + + Improve and unify __repr__ format for PyGObject, PyGBoxed and + PyGIStruct (bgo#657915). + + Don't leak internal RepositoryError on import (bgo#756033). + + Import dependencies when importing typelibs from gi.repository + (bgo#656314). + + Don't import inspect at module level. + + invoke state: add a free memory cache for PyGIInvokeArgState + (bgo#750658). + + invoke/closure: reduce g_slice_alloc usage (bgo#750658). + + Bump g-i dependency to latest stable. + + Avoid calling g_slist_length() during invoke. + + Simplify closure_convert_arguments(). + + Remove a level of indentation in convert_ffi_arguments(). + + Prevent passing the user data multiple times to callbacks + (bgo#750347). + + Support throwing exceptions in closures (bgo#710671). + ------------------------------------------------------------------- Sat Oct 24 23:21:59 UTC 2015 - zaitor@opensuse.org diff --git a/python3-gobject.spec b/python3-gobject.spec index 091e9d0..69ad0a8 100644 --- a/python3-gobject.spec +++ b/python3-gobject.spec @@ -39,15 +39,15 @@ Name: python3-gobject Summary: Python bindings for GObject License: LGPL-2.1+ Group: Development/Libraries/Python -Version: 3.18.2 +Version: 3.19.2 Release: 0 Url: https://wiki.gnome.org/Projects/PyGObject/ -Source: http://download.gnome.org/sources/pygobject/3.18/%{_name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/pygobject/3.19/%{_name}-%{version}.tar.xz # PATCH-FIX-UPSTREAM pycompile-searchpath.patch jmatejek@suse.com -- Fix build with python 3.4 Patch1: pycompile-searchpath.patch BuildRequires: fdupes BuildRequires: glib2-devel >= 2.38.0 -BuildRequires: gobject-introspection-devel >= 1.39.0 +BuildRequires: gobject-introspection-devel >= 1.46.0 BuildRequires: libffi-devel >= 3.0.0 %if %{build_for_python3} BuildRequires: python3-cairo-devel From 782e4b4e5a6190acd0cb662a82ddb2825536063ee3223c626e424f4e3fbd3bb6 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 2 Mar 2016 10:26:48 +0000 Subject: [PATCH 2/5] Accepting request 363062 from GNOME:Next Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/363062 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-gobject?expand=0&rev=53 --- pygobject-3.19.2.tar.xz | 3 --- pygobject-3.19.90.tar.xz | 3 +++ python-gobject.changes | 11 +++++++++++ python-gobject.spec | 4 ++-- python3-gobject.changes | 11 +++++++++++ python3-gobject.spec | 4 ++-- 6 files changed, 29 insertions(+), 7 deletions(-) delete mode 100644 pygobject-3.19.2.tar.xz create mode 100644 pygobject-3.19.90.tar.xz diff --git a/pygobject-3.19.2.tar.xz b/pygobject-3.19.2.tar.xz deleted file mode 100644 index 68c229d..0000000 --- a/pygobject-3.19.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30070c145774b36686f2595344bb5814f09be7e2f5385bb8355c17eaeafd1e7a -size 734688 diff --git a/pygobject-3.19.90.tar.xz b/pygobject-3.19.90.tar.xz new file mode 100644 index 0000000..4a52c34 --- /dev/null +++ b/pygobject-3.19.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee9cc091b72116618adda07e6bb01513062e525e457259a342407ab1216daa84 +size 746608 diff --git a/python-gobject.changes b/python-gobject.changes index fd9f065..de4a71b 100644 --- a/python-gobject.changes +++ b/python-gobject.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Feb 21 10:40:03 UTC 2016 - zaitor@opensuse.org + +- Update to version 3.19.90: + + tests: + - Set the active style context state before retrieving values. + - Fix crash with empty drag source icon names (bgo#762392). + + Try to import GdkX11 in Gdk overrides (bgo#673396). + + Fix import warnings pointing to the wrong code with CPython + 3.3/3.5 (bgo#757184). + ------------------------------------------------------------------- Wed Nov 25 22:45:34 UTC 2015 - zaitor@opensuse.org diff --git a/python-gobject.spec b/python-gobject.spec index 86d1e11..d268ac2 100644 --- a/python-gobject.spec +++ b/python-gobject.spec @@ -1,7 +1,7 @@ # # spec file for package python-gobject # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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 @@ -39,7 +39,7 @@ Name: python-gobject Summary: Python bindings for GObject License: LGPL-2.1+ Group: Development/Libraries/Python -Version: 3.19.2 +Version: 3.19.90 Release: 0 Url: https://wiki.gnome.org/Projects/PyGObject/ Source: http://download.gnome.org/sources/pygobject/3.19/%{_name}-%{version}.tar.xz diff --git a/python3-gobject.changes b/python3-gobject.changes index fd9f065..de4a71b 100644 --- a/python3-gobject.changes +++ b/python3-gobject.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Feb 21 10:40:03 UTC 2016 - zaitor@opensuse.org + +- Update to version 3.19.90: + + tests: + - Set the active style context state before retrieving values. + - Fix crash with empty drag source icon names (bgo#762392). + + Try to import GdkX11 in Gdk overrides (bgo#673396). + + Fix import warnings pointing to the wrong code with CPython + 3.3/3.5 (bgo#757184). + ------------------------------------------------------------------- Wed Nov 25 22:45:34 UTC 2015 - zaitor@opensuse.org diff --git a/python3-gobject.spec b/python3-gobject.spec index 69ad0a8..37e7cc8 100644 --- a/python3-gobject.spec +++ b/python3-gobject.spec @@ -1,7 +1,7 @@ # # spec file for package python3-gobject # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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 @@ -39,7 +39,7 @@ Name: python3-gobject Summary: Python bindings for GObject License: LGPL-2.1+ Group: Development/Libraries/Python -Version: 3.19.2 +Version: 3.19.90 Release: 0 Url: https://wiki.gnome.org/Projects/PyGObject/ Source: http://download.gnome.org/sources/pygobject/3.19/%{_name}-%{version}.tar.xz From 002e0262500f2c95dfa423cdbeb829a498c262c73ff5704c9a643584e97f0582 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 2 Mar 2016 10:37:08 +0000 Subject: [PATCH 3/5] Accepting request 364097 from GNOME:Next Push 3.19.91 update - again OBS-URL: https://build.opensuse.org/request/show/364097 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-gobject?expand=0&rev=54 --- pygobject-3.19.90.tar.xz | 3 --- pygobject-3.19.91.tar.xz | 3 +++ python-gobject.changes | 12 ++++++++++++ python-gobject.spec | 2 +- python3-gobject.changes | 12 ++++++++++++ python3-gobject.spec | 2 +- 6 files changed, 29 insertions(+), 5 deletions(-) delete mode 100644 pygobject-3.19.90.tar.xz create mode 100644 pygobject-3.19.91.tar.xz diff --git a/pygobject-3.19.90.tar.xz b/pygobject-3.19.90.tar.xz deleted file mode 100644 index 4a52c34..0000000 --- a/pygobject-3.19.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ee9cc091b72116618adda07e6bb01513062e525e457259a342407ab1216daa84 -size 746608 diff --git a/pygobject-3.19.91.tar.xz b/pygobject-3.19.91.tar.xz new file mode 100644 index 0000000..4bd0f9a --- /dev/null +++ b/pygobject-3.19.91.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d00372f0ddf9f001e1d3f45acbd76205641019a58daa4f894aab02a41ece19b +size 748944 diff --git a/python-gobject.changes b/python-gobject.changes index de4a71b..6955061 100644 --- a/python-gobject.changes +++ b/python-gobject.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Mar 2 08:33:18 UTC 2016 - zaitor@opensuse.org + +- Update to version 3.19.91: + + Fix marshaling of GError stored in GValue (bgo#761592). + + Fix marshaling or GError from Python to C from function calls + (bgo#685197). + + Error handling/reporting fixes (bgo#751956). + + Fix crash due to GVariant implemented as PyGBoxed not + PyGIStruct (bgo#751956). + + Fix crash with GValueArray stored in GValue (bgo#754359). + ------------------------------------------------------------------- Sun Feb 21 10:40:03 UTC 2016 - zaitor@opensuse.org diff --git a/python-gobject.spec b/python-gobject.spec index d268ac2..95f3e2a 100644 --- a/python-gobject.spec +++ b/python-gobject.spec @@ -39,7 +39,7 @@ Name: python-gobject Summary: Python bindings for GObject License: LGPL-2.1+ Group: Development/Libraries/Python -Version: 3.19.90 +Version: 3.19.91 Release: 0 Url: https://wiki.gnome.org/Projects/PyGObject/ Source: http://download.gnome.org/sources/pygobject/3.19/%{_name}-%{version}.tar.xz diff --git a/python3-gobject.changes b/python3-gobject.changes index de4a71b..6955061 100644 --- a/python3-gobject.changes +++ b/python3-gobject.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Mar 2 08:33:18 UTC 2016 - zaitor@opensuse.org + +- Update to version 3.19.91: + + Fix marshaling of GError stored in GValue (bgo#761592). + + Fix marshaling or GError from Python to C from function calls + (bgo#685197). + + Error handling/reporting fixes (bgo#751956). + + Fix crash due to GVariant implemented as PyGBoxed not + PyGIStruct (bgo#751956). + + Fix crash with GValueArray stored in GValue (bgo#754359). + ------------------------------------------------------------------- Sun Feb 21 10:40:03 UTC 2016 - zaitor@opensuse.org diff --git a/python3-gobject.spec b/python3-gobject.spec index 37e7cc8..e4ab11b 100644 --- a/python3-gobject.spec +++ b/python3-gobject.spec @@ -39,7 +39,7 @@ Name: python3-gobject Summary: Python bindings for GObject License: LGPL-2.1+ Group: Development/Libraries/Python -Version: 3.19.90 +Version: 3.19.91 Release: 0 Url: https://wiki.gnome.org/Projects/PyGObject/ Source: http://download.gnome.org/sources/pygobject/3.19/%{_name}-%{version}.tar.xz From 632746e130df986780541cefdcbdcbe13ca3730b1dd02de6a4772b9d732f2c19 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 18 Mar 2016 10:05:28 +0000 Subject: [PATCH 4/5] Accepting request 374418 from GNOME:Next Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/374418 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-gobject?expand=0&rev=55 --- pygobject-3.19.91.tar.xz | 3 --- pygobject-3.19.92.tar.xz | 3 +++ python-gobject.changes | 6 ++++++ python-gobject.spec | 2 +- python3-gobject.changes | 6 ++++++ python3-gobject.spec | 2 +- 6 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 pygobject-3.19.91.tar.xz create mode 100644 pygobject-3.19.92.tar.xz diff --git a/pygobject-3.19.91.tar.xz b/pygobject-3.19.91.tar.xz deleted file mode 100644 index 4bd0f9a..0000000 --- a/pygobject-3.19.91.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d00372f0ddf9f001e1d3f45acbd76205641019a58daa4f894aab02a41ece19b -size 748944 diff --git a/pygobject-3.19.92.tar.xz b/pygobject-3.19.92.tar.xz new file mode 100644 index 0000000..e197123 --- /dev/null +++ b/pygobject-3.19.92.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59ed22d59017727a4a31ae00afaec231350d8fb67a518f08f983ecf62b006191 +size 748852 diff --git a/python-gobject.changes b/python-gobject.changes index 6955061..9a846d9 100644 --- a/python-gobject.changes +++ b/python-gobject.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Mar 16 15:46:52 UTC 2016 - dimstar@opensuse.org + +- Update to version 3.19.92: + + No changes. + ------------------------------------------------------------------- Wed Mar 2 08:33:18 UTC 2016 - zaitor@opensuse.org diff --git a/python-gobject.spec b/python-gobject.spec index 95f3e2a..7770c4c 100644 --- a/python-gobject.spec +++ b/python-gobject.spec @@ -39,7 +39,7 @@ Name: python-gobject Summary: Python bindings for GObject License: LGPL-2.1+ Group: Development/Libraries/Python -Version: 3.19.91 +Version: 3.19.92 Release: 0 Url: https://wiki.gnome.org/Projects/PyGObject/ Source: http://download.gnome.org/sources/pygobject/3.19/%{_name}-%{version}.tar.xz diff --git a/python3-gobject.changes b/python3-gobject.changes index 6955061..9a846d9 100644 --- a/python3-gobject.changes +++ b/python3-gobject.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Mar 16 15:46:52 UTC 2016 - dimstar@opensuse.org + +- Update to version 3.19.92: + + No changes. + ------------------------------------------------------------------- Wed Mar 2 08:33:18 UTC 2016 - zaitor@opensuse.org diff --git a/python3-gobject.spec b/python3-gobject.spec index e4ab11b..d836a60 100644 --- a/python3-gobject.spec +++ b/python3-gobject.spec @@ -39,7 +39,7 @@ Name: python3-gobject Summary: Python bindings for GObject License: LGPL-2.1+ Group: Development/Libraries/Python -Version: 3.19.91 +Version: 3.19.92 Release: 0 Url: https://wiki.gnome.org/Projects/PyGObject/ Source: http://download.gnome.org/sources/pygobject/3.19/%{_name}-%{version}.tar.xz From 534fc2ee38730e3fb1ad722231a038c95a4f543967bd943f46f489a2f03039b0 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 22 Mar 2016 12:30:36 +0000 Subject: [PATCH 5/5] Accepting request 377232 from GNOME:Next Update to 3.20.0 OBS-URL: https://build.opensuse.org/request/show/377232 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-gobject?expand=0&rev=56 --- pygobject-3.19.92.tar.xz | 3 --- pygobject-3.20.0.tar.xz | 3 +++ python-gobject.changes | 6 ++++++ python-gobject.spec | 4 ++-- python3-gobject.changes | 6 ++++++ python3-gobject.spec | 4 ++-- 6 files changed, 19 insertions(+), 7 deletions(-) delete mode 100644 pygobject-3.19.92.tar.xz create mode 100644 pygobject-3.20.0.tar.xz diff --git a/pygobject-3.19.92.tar.xz b/pygobject-3.19.92.tar.xz deleted file mode 100644 index e197123..0000000 --- a/pygobject-3.19.92.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:59ed22d59017727a4a31ae00afaec231350d8fb67a518f08f983ecf62b006191 -size 748852 diff --git a/pygobject-3.20.0.tar.xz b/pygobject-3.20.0.tar.xz new file mode 100644 index 0000000..180ecc9 --- /dev/null +++ b/pygobject-3.20.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31ab4701f40490082aa98af537ccddba889577abe66d242582f28577e8807f46 +size 749068 diff --git a/python-gobject.changes b/python-gobject.changes index 9a846d9..8d8c9c9 100644 --- a/python-gobject.changes +++ b/python-gobject.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Mar 22 10:01:37 UTC 2016 - dimstar@opensuse.org + +- Update to version 3.20.0: + + No changes. + ------------------------------------------------------------------- Wed Mar 16 15:46:52 UTC 2016 - dimstar@opensuse.org diff --git a/python-gobject.spec b/python-gobject.spec index 7770c4c..131b1c3 100644 --- a/python-gobject.spec +++ b/python-gobject.spec @@ -39,10 +39,10 @@ Name: python-gobject Summary: Python bindings for GObject License: LGPL-2.1+ Group: Development/Libraries/Python -Version: 3.19.92 +Version: 3.20.0 Release: 0 Url: https://wiki.gnome.org/Projects/PyGObject/ -Source: http://download.gnome.org/sources/pygobject/3.19/%{_name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/pygobject/3.20/%{_name}-%{version}.tar.xz # PATCH-FIX-UPSTREAM pycompile-searchpath.patch jmatejek@suse.com -- Fix build with python 3.4 Patch1: pycompile-searchpath.patch BuildRequires: fdupes diff --git a/python3-gobject.changes b/python3-gobject.changes index 9a846d9..8d8c9c9 100644 --- a/python3-gobject.changes +++ b/python3-gobject.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Mar 22 10:01:37 UTC 2016 - dimstar@opensuse.org + +- Update to version 3.20.0: + + No changes. + ------------------------------------------------------------------- Wed Mar 16 15:46:52 UTC 2016 - dimstar@opensuse.org diff --git a/python3-gobject.spec b/python3-gobject.spec index d836a60..5fe2ee6 100644 --- a/python3-gobject.spec +++ b/python3-gobject.spec @@ -39,10 +39,10 @@ Name: python3-gobject Summary: Python bindings for GObject License: LGPL-2.1+ Group: Development/Libraries/Python -Version: 3.19.92 +Version: 3.20.0 Release: 0 Url: https://wiki.gnome.org/Projects/PyGObject/ -Source: http://download.gnome.org/sources/pygobject/3.19/%{_name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/pygobject/3.20/%{_name}-%{version}.tar.xz # PATCH-FIX-UPSTREAM pycompile-searchpath.patch jmatejek@suse.com -- Fix build with python 3.4 Patch1: pycompile-searchpath.patch BuildRequires: fdupes