diff --git a/.gitignore b/.gitignore index 4cde4f4..4f8921d 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /gobject-introspection-0.9.12.tar.bz2 /gobject-introspection-0.10.0.tar.bz2 /gobject-introspection-0.10.1.tar.bz2 +/gobject-introspection-0.10.2.tar.bz2 diff --git a/gobject-introspection.spec b/gobject-introspection.spec index c165a44..e530d5e 100644 --- a/gobject-introspection.spec +++ b/gobject-introspection.spec @@ -2,7 +2,7 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: gobject-introspection -Version: 0.10.1 +Version: 0.10.2 Release: 1%{?dist} Summary: Introspection system for GObject-based libraries @@ -94,6 +94,9 @@ find $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';' %{_datadir}/gtk-doc/html/gi/* %changelog +* Mon Feb 7 2011 Colin Walters - 0.10.2-1 +- Update to 0.10.2 + * Wed Jan 12 2011 Colin Walters - 0.10.1-1 - Update to 0.10.1 diff --git a/sources b/sources index 1cb69a5..f3b4f52 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -46faf231243ef5918bb30a38dbc62f10 gobject-introspection-0.10.1.tar.bz2 +6622131845e0908415345dc67b4a3775 gobject-introspection-0.10.2.tar.bz2