rpms/pygobject2/devel pygobject2.spec,1.62,1.63

Colin Walters walters at fedoraproject.org
Mon May 24 14:37:45 UTC 2010


Author: walters

Update of /cvs/pkgs/rpms/pygobject2/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv29007

Modified Files:
	pygobject2.spec 
Log Message:
* Mon May 24 2010 Colin Walters <walters at verbum.org> - 2.21.1-7
- Reenable pygi in preparation for getting it packaged



Index: pygobject2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pygobject2/devel/pygobject2.spec,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -p -r1.62 -r1.63
--- pygobject2.spec	26 Jan 2010 23:48:29 -0000	1.62
+++ pygobject2.spec	24 May 2010 14:37:45 -0000	1.63
@@ -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 file
 
 %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 <walters at verbum.org> - 2.21.1-7
+- Reenable pygi in preparation for getting it packaged
+
+* Wed May 05 2010 Colin Walters <walters at verbum.org> - 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 <walters at verbum.org> - 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 <walters at verbum.org> - 2.21.1-4
+- Cherrypick patch from HEAD to fix pygi imports
+  Hopefully fixes bug #569885
+
 * Sat Jan 23 2010 Thomas Spura <tomspur at fedoraproject.org> - 2.21.1-3
 - add --enable-pygi (fixes bug #558003)
 - replace global with define



More information about the scm-commits mailing list