Update to 1.54.0
This commit is contained in:
parent
14d6a5cb6a
commit
34ac562f5a
1
.gitignore
vendored
1
.gitignore
vendored
@ -67,3 +67,4 @@
|
||||
/gobject-introspection-1.53.4.tar.xz
|
||||
/gobject-introspection-1.53.5.tar.xz
|
||||
/gobject-introspection-1.53.7.tar.xz
|
||||
/gobject-introspection-1.54.0.tar.xz
|
||||
|
@ -1,13 +1,13 @@
|
||||
%global glib2_version 2.53.7
|
||||
%global glib2_version 2.54.0
|
||||
|
||||
Name: gobject-introspection
|
||||
Version: 1.53.7
|
||||
Version: 1.54.0
|
||||
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.53/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/gobject-introspection/1.54/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: glib2-devel >= %{glib2_version}
|
||||
BuildRequires: python-devel >= 2.5
|
||||
@ -94,6 +94,9 @@ find $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';'
|
||||
%{_datadir}/gtk-doc/html/gi/*
|
||||
|
||||
%changelog
|
||||
* Mon Sep 11 2017 Kalev Lember <klember@redhat.com> - 1.54.0-1
|
||||
- Update to 1.54.0
|
||||
|
||||
* Tue Sep 05 2017 Kalev Lember <klember@redhat.com> - 1.53.7-1
|
||||
- Update to 1.53.7
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gobject-introspection-1.53.7.tar.xz) = 62c1d54f477b43a626b7009412700edaa059e419f1c21af7a5c996392028c8b4c12dba0cdecbc07d296f723d02c2796d95f6e67bf1d1938f57426920b034122e
|
||||
SHA512 (gobject-introspection-1.54.0.tar.xz) = 7171bf6162182fba886e296b82a6e96e4bd5a18c131dbff566a091a9c0ebd8ac7160b7d5ef2c04b2a94fe5c1bceb774823c8fde5f9142db8355cd280bc045e79
|
||||
|
Loading…
Reference in New Issue
Block a user