diff --git a/.gitignore b/.gitignore index edc4019..2a8e1f6 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,4 @@ /gobject-introspection-1.45.2.tar.xz /gobject-introspection-1.45.3.tar.xz /gobject-introspection-1.45.4.tar.xz +/gobject-introspection-1.46.0.tar.xz diff --git a/gobject-introspection.spec b/gobject-introspection.spec index c64d4a7..a3d29ef 100644 --- a/gobject-introspection.spec +++ b/gobject-introspection.spec @@ -1,7 +1,7 @@ %global glib2_version 2.45.3 Name: gobject-introspection -Version: 1.45.4 +Version: 1.46.0 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.45/%{name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/gobject-introspection/1.46/%{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 +* Tue Sep 22 2015 Kalev Lember - 1.46.0-1 +- Update to 1.46.0 + * Fri Aug 21 2015 Kalev Lember - 1.45.4-1 - Update to 1.45.4 - Use make_install macro diff --git a/sources b/sources index 9743053..b52ba32 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b02abfc726829e1df1c8599a89a9dd8b gobject-introspection-1.45.4.tar.xz +adb40a31c7c80b65b0f4c8fd71b493dc gobject-introspection-1.46.0.tar.xz