diff --git a/.gitignore b/.gitignore index 89ef792..fd24b5a 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/gobject-introspection.spec b/gobject-introspection.spec index 455214f..6e98107 100644 --- a/gobject-introspection.spec +++ b/gobject-introspection.spec @@ -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 - 1.44.0-1 +- Update to 1.44.0 + * Tue Mar 17 2015 Kalev Lember - 1.43.92-1 - Update to 1.43.92 diff --git a/sources b/sources index 6a87127..7f4310e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5523b516002eb441bbfc2b42d8fff767 gobject-introspection-1.43.92.tar.xz +7ef8a1db7f74f4193a2397b1587eb913 gobject-introspection-1.44.0.tar.xz