diff --git a/.gitignore b/.gitignore index 055c6da..1e19a2c 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/gobject-introspection.spec b/gobject-introspection.spec index 88ed9ea..97130dc 100644 --- a/gobject-introspection.spec +++ b/gobject-introspection.spec @@ -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 - 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 - 0.10.4-1 - Update to 0.10.4 diff --git a/sources b/sources index 99c60e6..5ce67b5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -39147ea80600ee33efaa299439c24713 gobject-introspection-0.10.4.tar.bz2 +25f8d6087efaa13230d9d41cdfc1bb1e gobject-introspection-0.10.5.tar.bz2