From 4468e2fc217ee752e7642c42c6f2998429be53c7 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 30 Sep 2010 15:18:58 -0400 Subject: [PATCH] - Update to 0.9.10 --- .gitignore | 1 + gobject-introspection.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 901d72a..6c3c1ed 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ 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 diff --git a/gobject-introspection.spec b/gobject-introspection.spec index d024dc8..ce4d317 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.9 +Version: 0.9.10 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 +* Thu Sep 30 2010 Colin Walters - 0.9.10-1 +- Update to 0.9.10 + * Thu Sep 30 2010 Colin Walters - 0.9.9-1 - Update to 0.9.9 diff --git a/sources b/sources index 7278a00..d5a0875 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -715d41b5be88748b82e9bfcefebaaa72 gobject-introspection-0.9.9.tar.bz2 +bfaa8f53efe95857b55cf736ca8bff14 gobject-introspection-0.9.10.tar.bz2