Update to 1.34.0
This commit is contained in:
parent
e3839473d9
commit
b0e0a1b037
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user