Update to 1.71.0
This commit is contained in:
parent
47386a2f51
commit
7854011228
1
.gitignore
vendored
1
.gitignore
vendored
@ -96,3 +96,4 @@
|
||||
/gobject-introspection-1.68.0.tar.xz
|
||||
/gobject-introspection-1.69.0.tar.xz
|
||||
/gobject-introspection-1.70.0.tar.xz
|
||||
/gobject-introspection-1.71.0.tar.xz
|
||||
|
@ -1,8 +1,8 @@
|
||||
%global glib2_version 2.58.0
|
||||
|
||||
Name: gobject-introspection
|
||||
Version: 1.70.0
|
||||
Release: 3%{?dist}
|
||||
Version: 1.71.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Introspection system for GObject-based libraries
|
||||
|
||||
License: GPLv2+ and LGPLv2+ and MIT
|
||||
@ -11,14 +11,11 @@ Source0: https://download.gnome.org/sources/gobject-introspection/1.70/%{
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: bison
|
||||
BuildRequires: cairo-gobject-devel
|
||||
BuildRequires: flex
|
||||
BuildRequires: fontconfig-devel
|
||||
BuildRequires: freetype-devel
|
||||
BuildRequires: gettext
|
||||
BuildRequires: glib2-devel >= %{glib2_version}
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: libffi-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXfixes-devel
|
||||
BuildRequires: libXft-devel
|
||||
@ -28,6 +25,9 @@ BuildRequires: meson
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-mako
|
||||
BuildRequires: python3-markdown
|
||||
BuildRequires: pkgconfig(cairo-gobject)
|
||||
BuildRequires: pkgconfig(gio-2.0) >= %{glib2_version}
|
||||
BuildRequires: pkgconfig(libffi)
|
||||
|
||||
Requires: glib2%{?_isa} >= %{glib2_version}
|
||||
|
||||
@ -87,6 +87,9 @@ Libraries and headers for gobject-introspection
|
||||
%{_mandir}/man1/g-ir-scanner.1*
|
||||
|
||||
%changelog
|
||||
* Mon Feb 14 2022 David King <amigadave@amigadave.com> - 1.71.0-1
|
||||
- Update to 1.71.0
|
||||
|
||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.70.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gobject-introspection-1.70.0.tar.xz) = 216b376ed423f607e36c723dd6b67975dbfb63c253f2d8bd0b3661e3d69f8c8059cf221db8c5260b0262fad1b7d738f3b2e5fbd51fdbc31e40ccb115c209baf0
|
||||
SHA512 (gobject-introspection-1.71.0.tar.xz) = e2ef935ba00d051ad90fe26001135b260bc7bedd495991a564b4e2525a64d7469b489e560846c714b8cf3f841dfe53edbe632d62c3a1c957abc09afa4ae09fbd
|
||||
|
Loading…
Reference in New Issue
Block a user