Accepting request 795225 from GNOME:Factory
Scripted push of project GNOME:Next (forwarded request 795074 from iznogood) OBS-URL: https://build.opensuse.org/request/show/795225 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gobject-introspection?expand=0&rev=91
This commit is contained in:
commit
89b4d9b29a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b1ee7ed257fdbc008702bdff0ff3e78a660e7e602efa8f211dc89b9d1e7d90a2
|
|
||||||
size 980732
|
|
3
gobject-introspection-1.64.1.tar.xz
Normal file
3
gobject-introspection-1.64.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:80beae6728c134521926affff9b2e97125749b38d38744dc901f4010ee3e7fa7
|
||||||
|
size 1000280
|
@ -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>
|
Fri Dec 13 16:12:40 UTC 2019 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gobject-introspection
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gobject-introspection
|
Name: gobject-introspection
|
||||||
Version: 1.62.0
|
Version: 1.64.1
|
||||||
Release: 0
|
Release: 0
|
||||||
# FIXME: Find a way to identify if we need python3-gobject or python-gobject from gi-find-deps.sh.
|
# FIXME: Find a way to identify if we need python3-gobject or python-gobject from gi-find-deps.sh.
|
||||||
Summary: GObject Introspection Tools
|
Summary: GObject Introspection Tools
|
||||||
@ -25,7 +25,7 @@ License: LGPL-2.1-or-later AND GPL-2.0-or-later
|
|||||||
Group: Development/Libraries/GNOME
|
Group: Development/Libraries/GNOME
|
||||||
URL: https://wiki.gnome.org/Projects/GObjectIntrospection
|
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.
|
# gi-find-deps.sh is a rpm helper for Provides and Requires. Script creates typelib()-style Provides/Requires.
|
||||||
Source1: gi-find-deps.sh
|
Source1: gi-find-deps.sh
|
||||||
Source2: gobjectintrospection.attr
|
Source2: gobjectintrospection.attr
|
||||||
@ -37,7 +37,7 @@ BuildRequires: bison
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: flex
|
BuildRequires: flex
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
BuildRequires: meson >= 0.49.2
|
BuildRequires: meson >= 0.50.1
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: python3-Mako
|
BuildRequires: python3-Mako
|
||||||
BuildRequires: python3-Markdown
|
BuildRequires: python3-Markdown
|
||||||
@ -103,8 +103,8 @@ a uniform, machine readable format.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%meson \
|
%meson \
|
||||||
-Dcairo=true \
|
-Dcairo=enabled \
|
||||||
-Ddoctool=true \
|
-Ddoctool=enabled \
|
||||||
-Dgtk_doc=true \
|
-Dgtk_doc=true \
|
||||||
-Dpython='%{_bindir}/python3' \
|
-Dpython='%{_bindir}/python3' \
|
||||||
%{nil}
|
%{nil}
|
||||||
|
Loading…
Reference in New Issue
Block a user