diff --git a/.gitignore b/.gitignore index 8b40b3b..679fb4d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ -gobject-introspection-0.9.6.tar.bz2 +/gobject-introspection-0.9.6.tar.bz2 /gobject-introspection-0.9.7.tar.bz2 /gobject-introspection-0.9.8.tar.bz2 /gobject-introspection-0.9.9.tar.bz2 /gobject-introspection-0.9.10.tar.bz2 /gobject-introspection-0.9.12.tar.bz2 +/gobject-introspection-0.10.0.tar.bz2 diff --git a/gobject-introspection.spec b/gobject-introspection.spec index 1b5401a..243dc51 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.9.12 +Version: 0.10.0 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 Jan 10 2011 Owen Taylor - 0.10.0-1 +- Update to 0.10.0 + * Thu Sep 30 2010 Colin Walters - 0.9.10-1 - Update to 0.9.10 diff --git a/sources b/sources index 3f533a1..0914b37 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -260ba5e77b5c0de0e7d8faf63ecbfee7 gobject-introspection-0.9.12.tar.bz2 +3d45a64d0d1827a2e3e78ad2d937e8fe gobject-introspection-0.10.0.tar.bz2