New upstream release, fixes cairo.gir

Necessary to avoid gnome-shell having a cairo-devel dependency.
Also add cairo-gobject-devel dependency, since we really want
the cairo typelib to link to GObject, since anyone using
introspection has it anyways.
This commit is contained in:
Colin Walters 2011-03-25 18:17:15 -04:00
parent 4fcfdf6a07
commit 0999d67b3d
3 changed files with 11 additions and 3 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@
/gobject-introspection-0.10.2.tar.bz2
/gobject-introspection-0.10.3.tar.bz2
/gobject-introspection-0.10.4.tar.bz2
/gobject-introspection-0.10.5.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.4
Version: 0.10.5
Release: 1%{?dist}
Summary: Introspection system for GObject-based libraries
@ -21,7 +21,7 @@ BuildRequires: flex
BuildRequires: bison
BuildRequires: libffi-devel
BuildRequires: mesa-libGL-devel
BuildRequires: cairo-devel
BuildRequires: cairo-gobject-devel
BuildRequires: libxml2-devel
BuildRequires: libXfixes-devel
BuildRequires: libX11-devel
@ -94,6 +94,13 @@ find $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';'
%{_datadir}/gtk-doc/html/gi/*
%changelog
* Fri Mar 25 2011 Colin Walters <walters@verbum.org> - 0.10.5-1
- New upstream release, fixes cairo.gir
Necessary to avoid gnome-shell having a cairo-devel dependency.
- Also add cairo-gobject-devel dependency, since we really want
the cairo typelib to link to GObject, since anyone using
introspection has it anyways.
* Thu Mar 10 2011 Colin Walters <walters@verbum.org> - 0.10.4-1
- Update to 0.10.4

View File

@ -1 +1 @@
39147ea80600ee33efaa299439c24713 gobject-introspection-0.10.4.tar.bz2
25f8d6087efaa13230d9d41cdfc1bb1e gobject-introspection-0.10.5.tar.bz2