From 59d1ffa0d204f0db1a43832615f1262752f55ee7 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Aug 07 2008 19:19:47 +0000 Subject: - Add patch for RH bug #544946 (error on gtk.gdk.threads_init). --- diff --git a/pygobject2.spec b/pygobject2.spec index a3b8e3b..bbf7d78 100644 --- a/pygobject2.spec +++ b/pygobject2.spec @@ -8,7 +8,7 @@ Name: pygobject2 Version: 2.15.2 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPLv2+ Group: Development/Languages Summary: Python bindings for GObject @@ -16,6 +16,11 @@ URL: http://www.pygtk.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-root Source: pygobject-%{version}.tar.bz2 +### Patches ### + +# RH bug #544946 +Patch0: pygobject-2.15.2-threads-init.patch + ### Build Dependencies ### BuildRequires: automake @@ -56,6 +61,7 @@ This package contains documentation files for %{name}. %prep %setup -q -n pygobject-%{version} +%patch0 -p1 -b .threads-init %build %configure --enable-thread @@ -110,6 +116,9 @@ rm -fr $RPM_BUILD_ROOT %{_datadir}/pygobject/xsl %changelog +* Thu Aug 07 2008 Matthew Barnes - 2.15.2-2.fc10 +- Add patch for RH bug #544946 (error on gtk.gdk.threads_init). + * Sat Jul 26 2008 Matthew Barnes - 2.15.2-1.fc10 - Update to 2.15.2