diff --git a/.gitignore b/.gitignore index a7d2cc3..edc4019 100644 --- a/.gitignore +++ b/.gitignore @@ -49,3 +49,4 @@ /gobject-introspection-1.44.0.tar.xz /gobject-introspection-1.45.2.tar.xz /gobject-introspection-1.45.3.tar.xz +/gobject-introspection-1.45.4.tar.xz diff --git a/gobject-introspection.spec b/gobject-introspection.spec index 0dcaced..f9cbbba 100644 --- a/gobject-introspection.spec +++ b/gobject-introspection.spec @@ -1,7 +1,7 @@ -%global glib2_version 2.45.2 +%global glib2_version 2.45.3 Name: gobject-introspection -Version: 1.45.3 +Version: 1.45.4 Release: 1%{?dist} Summary: Introspection system for GObject-based libraries @@ -62,7 +62,7 @@ Libraries and headers for gobject-introspection (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi;) %configure --enable-gtk-doc --enable-doctool -make V=1 +make %{?_smp_mflags} V=1 %install make install DESTDIR=$RPM_BUILD_ROOT @@ -98,6 +98,9 @@ find $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';' %{_datadir}/gtk-doc/html/gi/* %changelog +* Fri Aug 21 2015 Kalev Lember - 1.45.4-1 +- Update to 1.45.4 + * Fri Jul 03 2015 Florian Müllner - 1.45.3-1 - Update to 1.45.3 diff --git a/sources b/sources index c9de628..9743053 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -612c6c3706489db666ee5c3e83099f84 gobject-introspection-1.45.3.tar.xz +b02abfc726829e1df1c8599a89a9dd8b gobject-introspection-1.45.4.tar.xz