From 6b5a95eaf3416b395a376d5815e68f4470e2299e Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Aug 25 2009 16:09:12 +0000 Subject: - New upstream 0.6.4 - Drop upstreamed build fix patch --- diff --git a/.cvsignore b/.cvsignore index fcc8912..f7b40f9 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gobject-introspection-0.6.3.tar.bz2 +gobject-introspection-0.6.4.tar.gz diff --git a/gobject-introspection-compilecrashfix.patch b/gobject-introspection-compilecrashfix.patch deleted file mode 100644 index 12de58a..0000000 --- a/gobject-introspection-compilecrashfix.patch +++ /dev/null @@ -1,38 +0,0 @@ -From a1f5af4683b08892e87288ef4906782f4094703d Mon Sep 17 00:00:00 2001 -From: Dan Winship -Date: Mon, 06 Jul 2009 15:17:40 +0000 -Subject: Sync the basic types array in girnode.c:serialize_type with GITypeTag - -Fixes a crash compiling GIRepository-2.0.gir. - -http://bugzilla.gnome.org/show_bug.cgi?id=587823 ---- -diff --git a/girepository/girnode.c b/girepository/girnode.c -index bd9be68..22e821e 100644 ---- a/girepository/girnode.c -+++ b/girepository/girnode.c -@@ -1229,6 +1229,8 @@ serialize_type (GIrModule *module, - "uint32", - "int64", - "uint64", -+ "short", -+ "ushort", - "int", - "uint", - "long", -@@ -1237,11 +1239,10 @@ serialize_type (GIrModule *module, - "size", - "float", - "double", -+ "time_t", -+ "GType", - "utf8", - "filename", -- "string", -- "sequence", -- "any" - }; - - if (node->tag < GI_TYPE_TAG_ARRAY) --- -cgit v0.8.2 diff --git a/gobject-introspection.spec b/gobject-introspection.spec index ca06d48..01f1c8c 100644 --- a/gobject-introspection.spec +++ b/gobject-introspection.spec @@ -2,15 +2,14 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: gobject-introspection -Version: 0.6.3 -Release: 5%{?dist} +Version: 0.6.4 +Release: 1%{?dist} Summary: Introspection system for GObject-based libraries Group: Development/Libraries License: GPLv2+, LGPLv2+, MIT URL: http://live.gnome.org/GObjectIntrospection -Source0: ftp://ftp.gnome.org/pub/gnome/sources/%{name}/0.6/%{name}-%{version}.tar.bz2 -Patch0: gobject-introspection-compilecrashfix.patch +Source0: ftp://ftp.gnome.org/pub/gnome/sources/%{name}/0.6/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: glib2-devel @@ -49,7 +48,6 @@ Libraries and headers for gobject-introspection %prep %setup -q -%patch0 -p1 -b .compilecrashfix %build %configure @@ -97,6 +95,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/*.gz %changelog +* Mon Aug 26 2009 Colin Walters - 0.6.4-1 +- New upstream 0.6.4 +- Drop upstreamed build fix patch + * Fri Jul 24 2009 Fedora Release Engineering - 0.6.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index 4b3d4ab..090341f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5f0d333573bffecd76c461101cff2be1 gobject-introspection-0.6.3.tar.bz2 +9729cb0bcf9ca6d311b1c94a8726d113 gobject-introspection-0.6.4.tar.gz