Update to 0.10.4

This commit is contained in:
Colin Walters 2011-03-10 15:14:56 -05:00
parent 4290251aec
commit 4fcfdf6a07
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@
/gobject-introspection-0.10.1.tar.bz2
/gobject-introspection-0.10.2.tar.bz2
/gobject-introspection-0.10.3.tar.bz2
/gobject-introspection-0.10.4.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.3
Version: 0.10.4
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 Mar 10 2011 Colin Walters <walters@verbum.org> - 0.10.4-1
- Update to 0.10.4
* Wed Feb 23 2011 Colin Walters <walters@verbum.org> - 0.10.3-1
- Update to 0.10.3

View File

@ -1 +1 @@
62287613b635591e150c6554550057e8 gobject-introspection-0.10.3.tar.bz2
39147ea80600ee33efaa299439c24713 gobject-introspection-0.10.4.tar.bz2