From 8553eadab72407bc93c1c30a60f2f1ea872b3d0193202632163fa5e006a0e92b Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 20 Mar 2017 15:51:06 +0000 Subject: [PATCH] Accepting request 481402 from GNOME:Next Update to 3.24.0 OBS-URL: https://build.opensuse.org/request/show/481402 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-gobject?expand=0&rev=77 --- pygobject-3.22.0.tar.xz | 3 --- pygobject-3.24.0.tar.xz | 3 +++ python-gobject-missing-prototypes.patch | 31 ------------------------- python-gobject.changes | 14 +++++++++++ python-gobject.spec | 7 ++---- python3-gobject.changes | 14 +++++++++++ python3-gobject.spec | 7 ++---- 7 files changed, 35 insertions(+), 44 deletions(-) delete mode 100644 pygobject-3.22.0.tar.xz create mode 100644 pygobject-3.24.0.tar.xz delete mode 100644 python-gobject-missing-prototypes.patch diff --git a/pygobject-3.22.0.tar.xz b/pygobject-3.22.0.tar.xz deleted file mode 100644 index a8687d3..0000000 --- a/pygobject-3.22.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:08b29cfb08efc80f7a8630a2734dec65a99c1b59f1e5771c671d2e4ed8a5cbe7 -size 756820 diff --git a/pygobject-3.24.0.tar.xz b/pygobject-3.24.0.tar.xz new file mode 100644 index 0000000..6aac065 --- /dev/null +++ b/pygobject-3.24.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e228b1c0f36e810acd971fad1c7030014900d8427c308d63a560f3f1037fa3c +size 758336 diff --git a/python-gobject-missing-prototypes.patch b/python-gobject-missing-prototypes.patch deleted file mode 100644 index d92634b..0000000 --- a/python-gobject-missing-prototypes.patch +++ /dev/null @@ -1,31 +0,0 @@ -From d005df9645fd5fb2f19bd09384355f45591f1e58 Mon Sep 17 00:00:00 2001 -From: Christoph Reiter -Date: Mon, 23 Jan 2017 21:26:05 +0100 -Subject: Disable -Werror=missing-prototypes - -https://bugzilla.gnome.org/show_bug.cgi?id=760056 -added some code triggering "missing-prototype" which we by default -treat as an error. This disables that specific error by default. - -https://bugzilla.gnome.org/show_bug.cgi?id=777534 ---- - configure.ac | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/configure.ac b/configure.ac -index c8d95c7..8e225f4 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -228,7 +228,7 @@ AC_SUBST(INTROSPECTION_SCANNER) - AC_SUBST(INTROSPECTION_COMPILER) - - # compiler warnings, errors, required cflags, and code coverage support --GNOME_COMPILE_WARNINGS([maximum]) -+GNOME_COMPILE_WARNINGS([maximum], [-Wno-error=missing-prototypes]) - AC_MSG_CHECKING(for Gnome code coverage support) - m4_ifdef([GNOME_CODE_COVERAGE], - [AC_MSG_RESULT(yes) --- -cgit v0.12 - - diff --git a/python-gobject.changes b/python-gobject.changes index 26ff0dc..defe673 100644 --- a/python-gobject.changes +++ b/python-gobject.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Mar 20 15:28:17 UTC 2017 - dimstar@opensuse.org + +- Update to version 3.24.0: + + overrides: Update for Gdk-4.0 and Gtk+-4.0 (bgo#773315, + bgo#777680). + + Disable -Werror=missing-prototypes (bgo#777534). + + Fix new PEP8 errors (bgo#776009). + + Move pep8/pyflakes tests from 'make check' to + 'make check.quality' (bgo#764087). + + Handle exception unreffing Variant at exit (bgo#776092). + + Handle multiple deinit of callable cache (bgo#776092). +- Drop python-gobject-missing-prototypes.patch: fixed upstream. + ------------------------------------------------------------------- Wed Mar 15 19:38:20 UTC 2017 - toddrme2178@gmail.com diff --git a/python-gobject.spec b/python-gobject.spec index 1329168..9522e43 100644 --- a/python-gobject.spec +++ b/python-gobject.spec @@ -40,14 +40,12 @@ Name: python-gobject Summary: Python bindings for GObject License: LGPL-2.1+ Group: Development/Libraries/Python -Version: 3.22.0 +Version: 3.24.0 Release: 0 Url: https://wiki.gnome.org/Projects/PyGObject/ -Source: http://download.gnome.org/sources/pygobject/3.22/%{_name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/pygobject/3.24/%{_name}-%{version}.tar.xz # PATCH-FIX-UPSTREAM pycompile-searchpath.patch jmatejek@suse.com -- Fix build with python 3.4 Patch1: pycompile-searchpath.patch -# PATCH-FIX-UPSTREAM python-gobject-missing-prototypes.patch bgo#777534 dimstar@opensuse.org -- Disable -Werror=missing-prototypes, taken from git commit d005df -Patch2: python-gobject-missing-prototypes.patch BuildRequires: fdupes BuildRequires: glib2-devel >= 2.38.0 BuildRequires: gnome-common @@ -129,7 +127,6 @@ addon libraries such as pygtk. %prep %setup -q -n %{_name}-%{version} %patch1 -p1 -%patch2 -p1 %build autoreconf -fiv diff --git a/python3-gobject.changes b/python3-gobject.changes index 26ff0dc..defe673 100644 --- a/python3-gobject.changes +++ b/python3-gobject.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Mar 20 15:28:17 UTC 2017 - dimstar@opensuse.org + +- Update to version 3.24.0: + + overrides: Update for Gdk-4.0 and Gtk+-4.0 (bgo#773315, + bgo#777680). + + Disable -Werror=missing-prototypes (bgo#777534). + + Fix new PEP8 errors (bgo#776009). + + Move pep8/pyflakes tests from 'make check' to + 'make check.quality' (bgo#764087). + + Handle exception unreffing Variant at exit (bgo#776092). + + Handle multiple deinit of callable cache (bgo#776092). +- Drop python-gobject-missing-prototypes.patch: fixed upstream. + ------------------------------------------------------------------- Wed Mar 15 19:38:20 UTC 2017 - toddrme2178@gmail.com diff --git a/python3-gobject.spec b/python3-gobject.spec index d1f4cb2..6c49709 100644 --- a/python3-gobject.spec +++ b/python3-gobject.spec @@ -40,14 +40,12 @@ Name: python3-gobject Summary: Python bindings for GObject License: LGPL-2.1+ Group: Development/Libraries/Python -Version: 3.22.0 +Version: 3.24.0 Release: 0 Url: https://wiki.gnome.org/Projects/PyGObject/ -Source: http://download.gnome.org/sources/pygobject/3.22/%{_name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/pygobject/3.24/%{_name}-%{version}.tar.xz # PATCH-FIX-UPSTREAM pycompile-searchpath.patch jmatejek@suse.com -- Fix build with python 3.4 Patch1: pycompile-searchpath.patch -# PATCH-FIX-UPSTREAM python-gobject-missing-prototypes.patch bgo#777534 dimstar@opensuse.org -- Disable -Werror=missing-prototypes, taken from git commit d005df -Patch2: python-gobject-missing-prototypes.patch BuildRequires: fdupes BuildRequires: glib2-devel >= 2.38.0 BuildRequires: gnome-common @@ -129,7 +127,6 @@ addon libraries such as pygtk. %prep %setup -q -n %{_name}-%{version} %patch1 -p1 -%patch2 -p1 %build autoreconf -fiv