From c8963201c27a568c7dcaab5198249a7855c8df76 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 7 Jul 2010 14:48:38 +0000 Subject: [PATCH] - Update to latest upstream - Drop upstreamed patches - Require pycairo, since we have a module that uses it - Drop libtool overriding; was not commented and seems fine without - Drop --enable-thread, it's default now - Drop --enable-pygi, it's default now - Drop clean section, no longer needed in F-14 - Drop python-sitearch copy&paste, no longer needed in F-14 - Add SMP flags to make --- pygobject2.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pygobject2.spec b/pygobject2.spec index 6943844..cf73cd9 100644 --- a/pygobject2.spec +++ b/pygobject2.spec @@ -13,7 +13,7 @@ Name: pygobject2 Version: 2.21.4 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPLv2+ Group: Development/Languages Summary: Python bindings for GObject @@ -116,7 +116,7 @@ rm examples/Makefile* %{_datadir}/pygobject/xsl %changelog -* Wed Jul 7 2010 Colin Walters - 2.21.4-2 +* Wed Jul 7 2010 Colin Walters - 2.21.4-3 - Update to latest upstream - Drop upstreamed patches - Require pycairo, since we have a module that uses it