- Update to 0.10.2

This commit is contained in:
Colin Walters 2011-02-07 14:57:20 -05:00
parent 580be44ee1
commit 6847e645bd
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <walters@verbum.org> - 0.10.2-1
- Update to 0.10.2
* Wed Jan 12 2011 Colin Walters <walters@verbum.org> - 0.10.1-1
- Update to 0.10.1

View File

@ -1 +1 @@
46faf231243ef5918bb30a38dbc62f10 gobject-introspection-0.10.1.tar.bz2
6622131845e0908415345dc67b4a3775 gobject-introspection-0.10.2.tar.bz2