Accepting request 920956 from GNOME:Next
Scripted push from GNOME:Next OBS-URL: https://build.opensuse.org/request/show/920956 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=225
This commit is contained in:
parent
e4c41fa8f2
commit
c31be3c86d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d229242481a201b84a0c66716de1752bca41db4133672cfcfb37c93eb6e54a27
|
|
||||||
size 1019732
|
|
3
gobject-introspection-1.70.0.tar.xz
Normal file
3
gobject-introspection-1.70.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:902b4906e3102d17aa2fcb6dad1c19971c70f2a82a159ddc4a94df73a3cafc4a
|
||||||
|
size 1029372
|
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 17 17:38:27 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 1.70.0:
|
||||||
|
+ Update the GIR data for GLib, GObject, and GIO.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 25 10:55:14 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 1.69.0:
|
||||||
|
+ Fix build when gobject-introspection is a subproject,
|
||||||
|
+ Add more float types,
|
||||||
|
+ Make test suite work with cross-related options,
|
||||||
|
+ Fix several leaks found by Coverity,
|
||||||
|
+ Fix enum member,
|
||||||
|
+ Add g-ir-doc-tool man page,
|
||||||
|
+ Export warnlib sources as variables,
|
||||||
|
+ Update the GLib annotations,
|
||||||
|
+ Add "final" class attribute,
|
||||||
|
+ Add option to make .gir files installation paths configurable,
|
||||||
|
+ Handle constructors with mismatched GTypes,
|
||||||
|
+ Add property accessors annotations,
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 28 08:58:14 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
Mon Jun 28 08:58:14 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gobject-introspection
|
Name: gobject-introspection
|
||||||
Version: 1.68.0
|
Version: 1.70.0
|
||||||
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: GPL-2.0-or-later AND LGPL-2.1-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.68/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/gobject-introspection/1.70/%{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.50.1
|
BuildRequires: meson >= 0.55.3
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: python3-Mako
|
BuildRequires: python3-Mako
|
||||||
BuildRequires: python3-Markdown
|
BuildRequires: python3-Markdown
|
||||||
@ -136,9 +136,10 @@ sed -i "s|%{_bindir}/env python|%{_bindir}/python|" %{buildroot}%{_bindir}/*
|
|||||||
%{_bindir}/g-ir-generate
|
%{_bindir}/g-ir-generate
|
||||||
%{_bindir}/g-ir-inspect
|
%{_bindir}/g-ir-inspect
|
||||||
%{_bindir}/g-ir-scanner
|
%{_bindir}/g-ir-scanner
|
||||||
%{_mandir}/man1/g-ir-compiler.1*
|
%{_mandir}/man1/g-ir-compiler.1%{?ext_man}
|
||||||
%{_mandir}/man1/g-ir-generate.1*
|
%{_mandir}/man1/g-ir-generate.1%{?ext_man}
|
||||||
%{_mandir}/man1/g-ir-scanner.1*
|
%{_mandir}/man1/g-ir-scanner.1%{?ext_man}
|
||||||
|
%{_mandir}/man1/g-ir-doc-tool.1%{?ext_man}
|
||||||
%{_datadir}/aclocal/introspection.m4
|
%{_datadir}/aclocal/introspection.m4
|
||||||
%{_datadir}/gir-1.0/*.gir
|
%{_datadir}/gir-1.0/*.gir
|
||||||
%{_datadir}/gir-1.0/gir-1.2.rnc
|
%{_datadir}/gir-1.0/gir-1.2.rnc
|
||||||
|
Loading…
Reference in New Issue
Block a user