Update to 1.44.0

This commit is contained in:
Kalev Lember 2015-03-24 13:17:13 +01:00
parent 04c34b0252
commit 6e1bfb14b4
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -46,3 +46,4 @@
/gobject-introspection-1.43.3.tar.xz
/gobject-introspection-1.43.91.tar.xz
/gobject-introspection-1.43.92.tar.xz
/gobject-introspection-1.44.0.tar.xz

View File

@ -1,5 +1,5 @@
Name: gobject-introspection
Version: 1.43.92
Version: 1.44.0
Release: 1%{?dist}
Summary: Introspection system for GObject-based libraries
@ -7,7 +7,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.43/%{name}-%{version}.tar.xz
Source0: http://download.gnome.org/sources/gobject-introspection/1.44/%{name}-%{version}.tar.xz
Obsoletes: gir-repository
@ -94,6 +94,9 @@ find $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';'
%{_datadir}/gtk-doc/html/gi/*
%changelog
* Tue Mar 24 2015 Kalev Lember <kalevlember@gmail.com> - 1.44.0-1
- Update to 1.44.0
* Tue Mar 17 2015 Kalev Lember <kalevlember@gmail.com> - 1.43.92-1
- Update to 1.43.92

View File

@ -1 +1 @@
5523b516002eb441bbfc2b42d8fff767 gobject-introspection-1.43.92.tar.xz
7ef8a1db7f74f4193a2397b1587eb913 gobject-introspection-1.44.0.tar.xz