[gobject-introspection/f15/master] New upstream release, fixes cairo.gir Necessary to avoid gnome-shell having a cairo-devel dependency

Colin Walters walters at fedoraproject.org
Fri Mar 25 22:17:33 UTC 2011


commit 0999d67b3d46a67ad186af85998b318b48b22c28
Author: Colin Walters <walters at verbum.org>
Date:   Fri Mar 25 18:17:15 2011 -0400

    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.

 .gitignore                 |    1 +
 gobject-introspection.spec |   11 +++++++++--
 sources                    |    2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)
---
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 <walters at 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 at verbum.org> - 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


More information about the scm-commits mailing list