This commit is contained in:
Matthias Clasen 2011-12-20 14:08:23 -05:00
parent f8e949a422
commit 76f066eb00
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@
/gobject-introspection-1.30.0.tar.xz
/gobject-introspection-1.31.0.tar.xz
/gobject-introspection-1.31.1.tar.xz
/gobject-introspection-1.31.6.tar.xz

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: 1.31.1
Version: 1.31.6
Release: 1%{?dist}
Summary: Introspection system for GObject-based libraries
@ -96,6 +96,9 @@ find $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';'
%{_datadir}/gtk-doc/html/gi/*
%changelog
* Tue Dec 20 2011 Matthias Clasen <mclasen@redha.com> - 1.31.6-1
- Update to 1.31.6
* Mon Dec 05 2011 Karsten Hopp <karsten@redhat.com> 1.31.0-2
- add fix for PPC failure, bugzilla 749604

View File

@ -1 +1 @@
e85387c0fff87d9f1ce00bf682173af7 gobject-introspection-1.31.1.tar.xz
f45261e264465d7025f19816a20026e4 gobject-introspection-1.31.6.tar.xz