base-specs/pygobject.spec
changeset 11392 7fc668eb2c39
parent 10667 4d8a6977bb5d
child 12357 4c2c2614e126
--- a/base-specs/pygobject.spec	Fri Jan 04 19:05:45 2008 +0000
+++ b/base-specs/pygobject.spec	Fri Jan 04 19:25:35 2008 +0000
@@ -1,7 +1,7 @@
 #
 # spec file for package pygobject
 #
-# Copyright (c) 2005 Sun Microsystems, Inc.
+# Copyright (c) 2008 Sun Microsystems, Inc.
 # This file and all modifications and additions to the pristine
 # package are under the same license as the package itself.
 #
@@ -10,16 +10,14 @@
 Name:			pygobject
 License:		LGPL	
 Group:			System/Library
-Version:		2.14.0
+Version:		2.14.1
 Release:		2
 Distribution:		Java Desktop System
 Vendor:			Sun Microsystems, Inc.
 Summary:		Python bindings for GObject
 Source:			http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.14/pygobject-%{version}.tar.bz2
-#owner:dcarbery date:2007-10-07 bugzilla:486876 type:bug state:upstream
-Patch1:                 pygobject-01-uninst-datadir.diff
 #owner:dcarbery date:2007-10-16 bugzilla:487523 type:bug
-Patch2:                 pygobject-02-pc-file.diff
+Patch1:                 pygobject-01-pc-file.diff
 URL:			http://www.gnome.org
 BuildRoot:		%{_tmppath}/%{name}-%{version}-build
 Docdir:			%{_defaultdocdir}/doc
@@ -59,7 +57,6 @@
 %prep
 %setup -q -n pygobject-%{version}
 %patch1 -p1
-%patch2 -p1
 
 %build
 %ifos solaris
@@ -105,6 +102,9 @@
 %{_datadir}/pygobject/*
 
 %changelog -n pygobject
+* Fri Jan 04 2008 - [email protected]
+- Bump to 2.14.1. Remove upstream patch, 01-uninst-datadir; rename rest.
+
 * Tue Oct 16 2007 - [email protected]
 - Add patch, 02-pc-file, to add entries to the pc files to support building
   against the uninstalled module.