- New upstream 0.6.4

- Drop upstreamed build fix patch
This commit is contained in:
Colin Walters 2009-08-25 16:09:12 +00:00
parent 7f39aa255d
commit 6b5a95eaf3
4 changed files with 9 additions and 45 deletions

View File

@ -1 +1 @@
gobject-introspection-0.6.3.tar.bz2
gobject-introspection-0.6.4.tar.gz

View File

@ -1,38 +0,0 @@
From a1f5af4683b08892e87288ef4906782f4094703d Mon Sep 17 00:00:00 2001
From: Dan Winship <danw@gnome.org>
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

View File

@ -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 <walters@verbum.org> - 0.6.4-1
- New upstream 0.6.4
- Drop upstreamed build fix patch
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.3-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

View File

@ -1 +1 @@
5f0d333573bffecd76c461101cff2be1 gobject-introspection-0.6.3.tar.bz2
9729cb0bcf9ca6d311b1c94a8726d113 gobject-introspection-0.6.4.tar.gz