Update to 1.34.0

This commit is contained in:
Kalev Lember 2012-09-25 17:47:23 +02:00
parent e3839473d9
commit b0e0a1b037
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -21,3 +21,4 @@
/gobject-introspection-1.33.9.tar.xz
/gobject-introspection-1.33.10.tar.xz
/gobject-introspection-1.33.14.tar.xz
/gobject-introspection-1.34.0.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.14
Version: 1.34.0
Release: 1%{?dist}
Summary: Introspection system for GObject-based libraries
@ -10,7 +10,7 @@ Group: Development/Libraries
License: GPLv2+, LGPLv2+, MIT
URL: http://live.gnome.org/GObjectIntrospection
#VCS: git:git://git.gnome.org/gobject-introspection
Source0: http://download.gnome.org/sources/gobject-introspection/1.33/%{name}-%{version}.tar.xz
Source0: http://download.gnome.org/sources/gobject-introspection/1.34/%{name}-%{version}.tar.xz
Obsoletes: gir-repository
@ -94,6 +94,9 @@ find $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';'
%{_datadir}/gtk-doc/html/gi/*
%changelog
* Tue Sep 25 2012 Kalev Lember <kalevlember@gmail.com> - 1.34.0-1
- Update to 1.34.0
* Wed Sep 19 2012 Richard Hughes <hughsient@gmail.com> - 1.33.14-1
- Update to 1.33.14

View File

@ -1 +1 @@
9c8a6fa7685714e7096e992658d4a0f8 gobject-introspection-1.33.14.tar.xz
0902ae3b31871ea00167720e06acaa40 gobject-introspection-1.34.0.tar.xz