Update to 1.73.0
This commit is contained in:
parent
289c39bb68
commit
2d99566c2f
1
.gitignore
vendored
1
.gitignore
vendored
@ -98,3 +98,4 @@
|
||||
/gobject-introspection-1.70.0.tar.xz
|
||||
/gobject-introspection-1.71.0.tar.xz
|
||||
/gobject-introspection-1.72.0.tar.xz
|
||||
/gobject-introspection-1.73.0.tar.xz
|
||||
|
@ -1,13 +1,13 @@
|
||||
%global glib2_version 2.58.0
|
||||
%global glib2_version 2.73.0
|
||||
|
||||
Name: gobject-introspection
|
||||
Version: 1.72.0
|
||||
Release: 2%{?dist}
|
||||
Version: 1.73.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Introspection system for GObject-based libraries
|
||||
|
||||
License: GPLv2+ and LGPLv2+ and MIT
|
||||
URL: https://wiki.gnome.org/Projects/GObjectIntrospection
|
||||
Source0: https://download.gnome.org/sources/gobject-introspection/1.72/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/gobject-introspection/1.73/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: bison
|
||||
@ -87,6 +87,9 @@ Libraries and headers for gobject-introspection
|
||||
%{_mandir}/man1/g-ir-scanner.1*
|
||||
|
||||
%changelog
|
||||
* Fri Jul 15 2022 Kalev Lember <klember@redhat.com> - 1.73.0-1
|
||||
- Update to 1.73.0
|
||||
|
||||
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1.72.0-2
|
||||
- Rebuilt for Python 3.11
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gobject-introspection-1.72.0.tar.xz) = b8fba2bd12e93776c55228acf3487bef36ee40b1abdc7f681b827780ac94a8bfa1f59b0c30d60fa5a1fea2f610de78b9e52029f411128067808f17eb6374cdc5
|
||||
SHA512 (gobject-introspection-1.73.0.tar.xz) = a200e8c859093ef5b3cbbd870ec3adf96f1df64812a248c9374b345dc0ecb133016710d72d999898661326d18514342010cd87a76a459ee4a4d9dace88238b20
|
||||
|
Loading…
Reference in New Issue
Block a user