Update to 1.57.2
This commit is contained in:
parent
f2fbc82bce
commit
cb10011a8c
1
.gitignore
vendored
1
.gitignore
vendored
@ -72,3 +72,4 @@
|
||||
/gobject-introspection-1.55.2.tar.xz
|
||||
/gobject-introspection-1.56.0.tar.xz
|
||||
/gobject-introspection-1.56.1.tar.xz
|
||||
/gobject-introspection-1.57.2.tar.xz
|
||||
|
@ -1,15 +1,15 @@
|
||||
%global glib2_version 2.56.1
|
||||
%global glib2_version 2.57.2
|
||||
|
||||
%global __python %{__python3}
|
||||
|
||||
Name: gobject-introspection
|
||||
Version: 1.56.1
|
||||
Release: 3%{?dist}
|
||||
Version: 1.57.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Introspection system for GObject-based libraries
|
||||
|
||||
License: GPLv2+, LGPLv2+, MIT
|
||||
URL: https://wiki.gnome.org/Projects/GObjectIntrospection
|
||||
Source0: https://download.gnome.org/sources/gobject-introspection/1.56/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/gobject-introspection/1.57/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: bison
|
||||
@ -88,6 +88,9 @@ find $RPM_BUILD_ROOT -type f -name "*.a" -print -delete
|
||||
%{_datadir}/gtk-doc/html/gi/
|
||||
|
||||
%changelog
|
||||
* Sun Aug 12 2018 Kalev Lember <klember@redhat.com> - 1.57.2-1
|
||||
- Update to 1.57.2
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.56.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gobject-introspection-1.56.1.tar.xz) = 2bfcd45b8c5ad68a3f6550c2f80a6804db0e1a72ffaf4fdd3cec3d8acc23e79ad14bb5bf612fe26fc896691839ab19ca8dd1c9994db14d730e56fa79df9d973d
|
||||
SHA512 (gobject-introspection-1.57.2.tar.xz) = e3e162c0e180bd376dffb4c1ac6fd59cd9485970c59019f9085b08ed21df0cc35d3beae2f238ed49f06ba9f1ae35997cb2eac37d6d3acbf4c196d16b94fdddd6
|
||||
|
Loading…
Reference in New Issue
Block a user