From 8bc3dd475a399b259849dfd7a6b2a2459df95aedaad83fcf7d14d0e7f974d14b Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 17 Apr 2020 22:50:45 +0000 Subject: [PATCH] Accepting request 795074 from GNOME:Next Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/795074 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=216 --- gobject-introspection-1.62.0.tar.xz | 3 --- gobject-introspection-1.64.1.tar.xz | 3 +++ gobject-introspection.changes | 41 +++++++++++++++++++++++++++++ gobject-introspection.spec | 12 ++++----- 4 files changed, 50 insertions(+), 9 deletions(-) delete mode 100644 gobject-introspection-1.62.0.tar.xz create mode 100644 gobject-introspection-1.64.1.tar.xz diff --git a/gobject-introspection-1.62.0.tar.xz b/gobject-introspection-1.62.0.tar.xz deleted file mode 100644 index cfa7c03..0000000 --- a/gobject-introspection-1.62.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1ee7ed257fdbc008702bdff0ff3e78a660e7e602efa8f211dc89b9d1e7d90a2 -size 980732 diff --git a/gobject-introspection-1.64.1.tar.xz b/gobject-introspection-1.64.1.tar.xz new file mode 100644 index 0000000..be04ac7 --- /dev/null +++ b/gobject-introspection-1.64.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80beae6728c134521926affff9b2e97125749b38d38744dc901f4010ee3e7fa7 +size 1000280 diff --git a/gobject-introspection.changes b/gobject-introspection.changes index 7aeb7e7..7d41958 100644 --- a/gobject-introspection.changes +++ b/gobject-introspection.changes @@ -1,3 +1,44 @@ +------------------------------------------------------------------- +Sun Apr 5 17:13:52 UTC 2020 - Bjørn Lie + +- Update to version 1.64.1: + + Replace calls to deprecated xml.etree.cElementTree removed in + Python 3.9. + + gimarshallingtests: Use g_assert_cmpfloat_with_epsilon. Fixes + tests on some architectures. + +------------------------------------------------------------------- +Sun Mar 8 12:12:39 UTC 2020 - Bjørn Lie + +- Update to version 1.64.0: + + Update glib annotations. + + Fix regress scanner tests for non-gcc/clang compilers. + + Document how to update glib GIR. + +------------------------------------------------------------------- +Wed Feb 12 14:50:02 CET 2020 - dimstar@opensuse.org + +- Update to version 1.63.2: + + Update glib annotations. + + Fix build reproducibility. + + Drop deprecated xml.etree.ElementTree.Element.getchildren() + calls. +- Changes from version 1.63.1: + + Update glib annotations. + + build: require meson 0.50.1. + + scanner: Support array arguments with static keyword. + + Fix non-libtool code being run with no nob-libtool + dependencies. + + meson: change "cairo" and "doctool" from a boolean to a + feature option. + + Fix a memory leak in g_irepository_get_object_gtype_interfaces. + + autotools: Make INTROSPECTION_GIRDIR/INTROSPECTION_TYPELIBDIR + respect prefix/datadir/libdir. + + girepository: Also store GType cache misses. + + docs: Document GI_CROSS_LAUNCHER envvar. +- Change -Dcairo=true and -Ddoctool=true meson parameters to + -Dcairo=enabled and -Ddoctool=enabled: follow upstreams changes. + ------------------------------------------------------------------- Fri Dec 13 16:12:40 UTC 2019 - Stefan Brüns diff --git a/gobject-introspection.spec b/gobject-introspection.spec index 16df1f2..a60862b 100644 --- a/gobject-introspection.spec +++ b/gobject-introspection.spec @@ -1,7 +1,7 @@ # # spec file for package gobject-introspection # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: gobject-introspection -Version: 1.62.0 +Version: 1.64.1 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.62/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/gobject-introspection/1.64/%{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.49.2 +BuildRequires: meson >= 0.50.1 BuildRequires: pkgconfig BuildRequires: python3-Mako BuildRequires: python3-Markdown @@ -103,8 +103,8 @@ a uniform, machine readable format. %build %meson \ - -Dcairo=true \ - -Ddoctool=true \ + -Dcairo=enabled \ + -Ddoctool=enabled \ -Dgtk_doc=true \ -Dpython='%{_bindir}/python3' \ %{nil}