diff --git a/.gitignore b/.gitignore index 4f8921d..d6324dd 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /gobject-introspection-0.10.0.tar.bz2 /gobject-introspection-0.10.1.tar.bz2 /gobject-introspection-0.10.2.tar.bz2 +/gobject-introspection-0.10.3.tar.bz2 diff --git a/gobject-introspection.spec b/gobject-introspection.spec index 9fa9848..78236bb 100644 --- a/gobject-introspection.spec +++ b/gobject-introspection.spec @@ -2,8 +2,8 @@ %{!?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.2 -Release: 2%{?dist} +Version: 0.10.3 +Release: 1%{?dist} Summary: Introspection system for GObject-based libraries Group: Development/Libraries @@ -94,6 +94,9 @@ find $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';' %{_datadir}/gtk-doc/html/gi/* %changelog +* Wed Feb 23 2011 Colin Walters - 0.10.3-1 +- New upstream version + * Tue Feb 08 2011 Fedora Release Engineering - 0.10.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index f3b4f52..e151823 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6622131845e0908415345dc67b4a3775 gobject-introspection-0.10.2.tar.bz2 +62287613b635591e150c6554550057e8 gobject-introspection-0.10.3.tar.bz2