From b28520a943109d9da2795e100e38e837d9d9884f Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 24 May 2010 14:37:45 +0000 Subject: [PATCH] - Reenable pygi in preparation for getting it packaged --- pygobject2.spec | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/pygobject2.spec b/pygobject2.spec index d6d5e89..df5fcc6 100644 --- a/pygobject2.spec +++ b/pygobject2.spec @@ -15,12 +15,14 @@ Name: pygobject2 Version: 2.21.1 -Release: 3%{?dist} +Release: 7%{?dist} License: LGPLv2+ Group: Development/Languages Summary: Python bindings for GObject URL: http://www.pygtk.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-root +#VCS: git:git://git.gnome.org/pygobject +Patch1: Don-t-raise-an-error-in-_pygi_import-if-pygi-support-is-disabled.patch Source: http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.21/pygobject-%{version}.tar.bz2 ### Build Dependencies ### @@ -68,6 +70,7 @@ This package contains documentation files for %{name}. %prep %setup -q -n pygobject-%{version} +%patch1 -p1 %build %configure --enable-thread --enable-pygi @@ -122,6 +125,21 @@ rm -fr $RPM_BUILD_ROOT %{_datadir}/pygobject/xsl %changelog +* Mon May 24 2010 Colin Walters - 2.21.1-7 +- Reenable pygi in preparation for getting it packaged + +* Wed May 05 2010 Colin Walters - 2.21.1-6 +- Switch to disabling pygi, remove my patch for now. See commentary + https://bugzilla.redhat.com/show_bug.cgi?id=569885#c38 + +* Wed May 05 2010 Colin Walters - 2.21.1-5 +- Another patch to clear error when we've enabled pygi + Should really fix bug #569885 + +* Fri Mar 26 2010 Colin Walters - 2.21.1-4 +- Cherrypick patch from HEAD to fix pygi imports + Hopefully fixes bug #569885 + * Sat Jan 23 2010 Thomas Spura - 2.21.1-3 - add --enable-pygi (fixes bug #558003) - replace global with define