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
This commit is contained in:
Dominique Leuenberger 2020-04-17 22:50:45 +00:00 committed by Git OBS Bridge
parent 89d22d5fc1
commit 8bc3dd475a
4 changed files with 50 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b1ee7ed257fdbc008702bdff0ff3e78a660e7e602efa8f211dc89b9d1e7d90a2
size 980732

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:80beae6728c134521926affff9b2e97125749b38d38744dc901f4010ee3e7fa7
size 1000280

View File

@ -1,3 +1,44 @@
-------------------------------------------------------------------
Sun Apr 5 17:13:52 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
- 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 <bjorn.lie@gmail.com>
- 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 <stefan.bruens@rwth-aachen.de>

View File

@ -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}