Update to 1.33.10

This commit is contained in:
Kalev Lember 2012-09-05 22:03:39 +02:00
parent ba808d6666
commit 7238d095a0
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -19,3 +19,4 @@
/gobject-introspection-1.33.3.tar.xz
/gobject-introspection-1.33.4.tar.xz
/gobject-introspection-1.33.9.tar.xz
/gobject-introspection-1.33.10.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.33.9
Version: 1.33.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
* Wed Sep 05 2012 Kalev Lember <kalevlember@gmail.com> - 1.33.10-1
- Update to 1.33.10
* Tue Aug 21 2012 Richard Hughes <hughsient@gmail.com> - 1.33.9-1
- Update to 1.33.9

View File

@ -1 +1 @@
7c91b720ec076822bd25d19c986d88ce gobject-introspection-1.33.9.tar.xz
dbc1ad22bc1bcb6111cb4e46311f0a43 gobject-introspection-1.33.10.tar.xz