Update to 1.52.0
This commit is contained in:
parent
713b9b14c0
commit
739990f2d7
1
.gitignore
vendored
1
.gitignore
vendored
@ -61,3 +61,4 @@
|
||||
/gobject-introspection-1.51.2.tar.xz
|
||||
/gobject-introspection-1.51.3.tar.xz
|
||||
/gobject-introspection-1.51.5.tar.xz
|
||||
/gobject-introspection-1.52.0.tar.xz
|
||||
|
@ -1,13 +1,13 @@
|
||||
%global glib2_version 2.51.5
|
||||
%global glib2_version 2.52.0
|
||||
|
||||
Name: gobject-introspection
|
||||
Version: 1.51.5
|
||||
Version: 1.52.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.51/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/gobject-introspection/1.52/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: glib2-devel >= %{glib2_version}
|
||||
BuildRequires: python-devel >= 2.5
|
||||
@ -95,6 +95,9 @@ find $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';'
|
||||
%{_datadir}/gtk-doc/html/gi/*
|
||||
|
||||
%changelog
|
||||
* Tue Mar 21 2017 Kalev Lember <klember@redhat.com> - 1.52.0-1
|
||||
- Update to 1.52.0
|
||||
|
||||
* Fri Mar 17 2017 Kalev Lember <klember@redhat.com> - 1.51.5-1
|
||||
- Update to 1.51.5
|
||||
- Remove lib64 rpaths
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gobject-introspection-1.51.5.tar.xz) = a1318c39453a60a29c6908b1426fdd91d3590199381ae9db7ecac7c247c23c9d7127ebe9a1585c1f339328dffe30a8a9f39a797d3213123f5a5ab421bb661227
|
||||
SHA512 (gobject-introspection-1.52.0.tar.xz) = 1a37edbf2dc423cad36cea59d6d34e8c710e2eb90738646c0bbac18652ff856b84884e494c2689faf8794b87424d1192c6e3fa9396c36424933007c46f40f28a
|
||||
|
Loading…
Reference in New Issue
Block a user