[gobject-introspection] Update to 0.9.6

Owen Taylor otaylor at fedoraproject.org
Tue Sep 21 17:42:28 UTC 2010


commit b76fc4ec68e91618c86e3e1e9a0ea29c26876d8e
Author: Owen W. Taylor <otaylor at fishsoup.net>
Date:   Tue Sep 21 13:32:20 2010 -0400

    Update to 0.9.6

 .gitignore                                         |    3 +-
 ...y-Actually-verify-header-of-loaded-typeli.patch |  409 --------------------
 gobject-introspection.spec                         |   16 +-
 py2.7-compat.patch                                 |   39 --
 sources                                            |    2 +-
 5 files changed, 9 insertions(+), 460 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f478ec1..26def0c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-gobject-introspection-0.9.2.tar.gz
-gobject-introspection-0.9.3.tar.gz
+gobject-introspection-0.9.6.tar.bz2
diff --git a/gobject-introspection.spec b/gobject-introspection.spec
index 61c9918..6871775 100644
--- a/gobject-introspection.spec
+++ b/gobject-introspection.spec
@@ -2,15 +2,15 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           gobject-introspection
-Version:        0.9.3
-Release:	6%{?dist}
+Version:        0.9.6
+Release:	1%{?dist}
 Summary:        Introspection system for GObject-based libraries
 
 Group:      Development/Libraries
 License:        GPLv2+, LGPLv2+, MIT
 URL:            http://live.gnome.org/GObjectIntrospection
 #VCS:		git:git://git.gnome.org/gobject-introspection
-Source0:	gobject-introspection-0.9.3.tar.gz
+Source0:	gobject-introspection-%{version}.tar.bz2
 
 Obsoletes:	gir-repository
 
@@ -51,7 +51,7 @@ Obsoletes: gir-repository-devel
 Libraries and headers for gobject-introspection
 
 %prep
-%setup -q -n gobject-introspection-0.9.3
+%setup -q
 
 %build
 (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
@@ -61,11 +61,6 @@ make V=1 %{?_smp_mflags}
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
 
-# Strip out the test libraries; these will go away upstream
-rm $RPM_BUILD_ROOT/%{_libdir}/libgirepository-{everything,gimarshallingtests}*.so*
-rm $RPM_BUILD_ROOT/%{_libdir}/girepository-1.0/{GIMarshallingTests,Everything}*.typelib
-rm $RPM_BUILD_ROOT/%{_datadir}/gir-1.0/{GIMarshallingTests,Everything}*.gir
-
 # Die libtool, die.
 find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';'
@@ -99,6 +94,9 @@ find $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';'
 #%{_datadir}/gtk-doc/html/gi/*
 
 %changelog
+* Tue Sep 21 2010 Owen Taylor <otaylor at redhat.com> - 0.9.6-1
+- Update to 0.9.6
+
 * Thu Sep  2 2010 Colin Walters <walters at verbum.org> - 0.9.3-6
 - Strip out test libraries; they're gone in upstream git, and
   create a dependency on cairo (which requires libX11, which makes
diff --git a/sources b/sources
index fadd71d..3be859d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7a9264c7a8d4174d97b9b10f4efa286e  gobject-introspection-0.9.3.tar.gz
+756bf1b012b97d64821e6d892d527173  gobject-introspection-0.9.6.tar.bz2


More information about the scm-commits mailing list