Update to 1.47.1

This commit is contained in:
Kalev Lember 2015-11-02 10:16:04 +01:00
parent 6daf910268
commit 20d737c4d3
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -51,3 +51,4 @@
/gobject-introspection-1.45.3.tar.xz
/gobject-introspection-1.45.4.tar.xz
/gobject-introspection-1.46.0.tar.xz
/gobject-introspection-1.47.1.tar.xz

View File

@ -1,7 +1,7 @@
%global glib2_version 2.45.3
Name: gobject-introspection
Version: 1.46.0
Version: 1.47.1
Release: 1%{?dist}
Summary: Introspection system for GObject-based libraries
@ -9,7 +9,7 @@ Group: Development/Libraries
License: GPLv2+, LGPLv2+, MIT
URL: http://live.gnome.org/GObjectIntrospection
#VCS: git:git://git.gnome.org/gobject-introspection
Source0: http://download.gnome.org/sources/gobject-introspection/1.46/%{name}-%{version}.tar.xz
Source0: http://download.gnome.org/sources/gobject-introspection/1.47/%{name}-%{version}.tar.xz
Obsoletes: gir-repository
@ -98,6 +98,9 @@ find $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';'
%{_datadir}/gtk-doc/html/gi/*
%changelog
* Mon Nov 02 2015 Kalev Lember <klember@redhat.com> - 1.47.1-1
- Update to 1.47.1
* Tue Sep 22 2015 Kalev Lember <klember@redhat.com> - 1.46.0-1
- Update to 1.46.0

View File

@ -1 +1 @@
adb40a31c7c80b65b0f4c8fd71b493dc gobject-introspection-1.46.0.tar.xz
8548fed2f999902accbf45cafe5a078c gobject-introspection-1.47.1.tar.xz