From 0f9906cb91a10ce4dea6e3f996f3fa1217cd6885fb5b70871539ecd387cd6217 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Fri, 4 Oct 2019 15:50:53 +0000 Subject: [PATCH 1/2] Accepting request 735077 from GNOME:Next Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/735077 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=211 --- gobject-introspection-1.60.2.tar.xz | 3 --- gobject-introspection-1.62.0.tar.xz | 3 +++ gobject-introspection-typelib.template | 1 + gobject-introspection.changes | 32 ++++++++++++++++++++++++++ gobject-introspection.spec | 6 ++--- 5 files changed, 39 insertions(+), 6 deletions(-) delete mode 100644 gobject-introspection-1.60.2.tar.xz create mode 100644 gobject-introspection-1.62.0.tar.xz diff --git a/gobject-introspection-1.60.2.tar.xz b/gobject-introspection-1.60.2.tar.xz deleted file mode 100644 index 8b0d6ff..0000000 --- a/gobject-introspection-1.60.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ffdfe2368fb2e34a547898b01aac0520d52d8627fdeb1c306559bcb503ab5e9c -size 1285000 diff --git a/gobject-introspection-1.62.0.tar.xz b/gobject-introspection-1.62.0.tar.xz new file mode 100644 index 0000000..cfa7c03 --- /dev/null +++ b/gobject-introspection-1.62.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1ee7ed257fdbc008702bdff0ff3e78a660e7e602efa8f211dc89b9d1e7d90a2 +size 980732 diff --git a/gobject-introspection-typelib.template b/gobject-introspection-typelib.template index 1db2fdc..d188d36 100644 --- a/gobject-introspection-typelib.template +++ b/gobject-introspection-typelib.template @@ -6,6 +6,7 @@ typelib(GLib) = 2.0 typelib(GModule) = 2.0 typelib(GObject) = 2.0 typelib(Gio) = 2.0 +typelib(Vulkan) = 1.0 typelib(cairo) = 1.0 typelib(fontconfig) = 2.0 typelib(freetype2) = 2.0 diff --git a/gobject-introspection.changes b/gobject-introspection.changes index de0362a..1110681 100644 --- a/gobject-introspection.changes +++ b/gobject-introspection.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Mon Sep 9 15:29:12 CDT 2019 - mgorse@suse.com + +- Update to version 1.62.0: + + No changes since 1.61.2. + +------------------------------------------------------------------- +Fri Aug 30 12:18:00 CDT 2019 - mgorse@suse.com + +- Update to version 1.61.2: + + dumper: Use the distutils linker. + + structinfo: Fix offset in find_method(). + + tests: Don't include "config.h" in installed files. + + meson: Make meson.override_find_program working on more complex + use cases. +- Changes from version 1.61.1: + + Drop autotools build system. + + meson: require 0.49.2. + + Update glib annotations. + + Add documentation to the RelaxNG schema. + + Unused variable fixes. + + cachestore: handle cache getting deleted while loading it. + + Add Vulkan gir. + + Make g_irepository_get_object_gtype_interfaces actually work. + + gimarshallingtests: Add a marshalling test case for GPtrArrays + and GArrays of structures. + + scanner: parse and expose function macros. + + meson: use pkg-config directly for libffi cflags and libs. + + meson: Fix wrong dependency type check for gio-unix. + + regress: Add regression test for signal with GError param. +- Add Vulkan to typelib template. + ------------------------------------------------------------------- Wed Aug 14 09:03:22 UTC 2019 - QK ZHU diff --git a/gobject-introspection.spec b/gobject-introspection.spec index 48523f4..195aaee 100644 --- a/gobject-introspection.spec +++ b/gobject-introspection.spec @@ -17,7 +17,7 @@ Name: gobject-introspection -Version: 1.60.2 +Version: 1.62.0 Release: 0 # FIXME: Find a way to identify if we need python3-gobject or python-gobject from gi-find-deps.sh. Summary: GObject Introspection Tools @@ -25,7 +25,7 @@ License: LGPL-2.1-or-later AND GPL-2.0-or-later Group: Development/Libraries/GNOME URL: https://wiki.gnome.org/Projects/GObjectIntrospection -Source0: https://download.gnome.org/sources/gobject-introspection/1.60/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/gobject-introspection/1.62/%{name}-%{version}.tar.xz # gi-find-deps.sh is a rpm helper for Provides and Requires. Script creates typelib()-style Provides/Requires. Source1: gi-find-deps.sh Source2: gobjectintrospection.attr @@ -37,7 +37,7 @@ BuildRequires: bison BuildRequires: fdupes BuildRequires: flex BuildRequires: gtk-doc -BuildRequires: meson >= 0.47 +BuildRequires: meson >= 0.49.2 BuildRequires: pkgconfig BuildRequires: python3-Mako BuildRequires: python3-Markdown From 8147553a6b957b95e755e0c57d1cc1a9344f763df9e921012f59b2a091df4599 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Mon, 14 Oct 2019 19:09:03 +0000 Subject: [PATCH 2/2] Accepting request 737933 from home:StefanBruens:branches:GNOME:Factory - Depend on the specific Python ABI version the module was built with, as the _giscanner binary module is ABI dependent. Fixes boo#1153837 OBS-URL: https://build.opensuse.org/request/show/737933 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=212 --- gobject-introspection.changes | 6 ++++++ gobject-introspection.spec | 1 + 2 files changed, 7 insertions(+) diff --git a/gobject-introspection.changes b/gobject-introspection.changes index 1110681..caea8ef 100644 --- a/gobject-introspection.changes +++ b/gobject-introspection.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Oct 12 20:53:47 UTC 2019 - Stefan BrĂ¼ns + +- Depend on the specific Python ABI version the module was built with, + as the _giscanner binary module is ABI dependent. Fixes boo#1153837 + ------------------------------------------------------------------- Mon Sep 9 15:29:12 CDT 2019 - mgorse@suse.com diff --git a/gobject-introspection.spec b/gobject-introspection.spec index 195aaee..d2451c2 100644 --- a/gobject-introspection.spec +++ b/gobject-introspection.spec @@ -58,6 +58,7 @@ Requires: libgirepository-1_0-1 = %{version} # gi-find-deps uses the enhanced grep variant in order to do multi-line matching (for pkg.requires(..)) Requires: pcre-tools Requires: python3-xml +Requires: python(abi) = %{python3_version} %description The goal of the project is to describe the APIs and collect them in