rpms/pygobject2/devel pygobject2.spec,1.68,1.69

Colin Walters walters at fedoraproject.org
Wed Jul 7 14:59:30 UTC 2010


Author: walters

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

Modified Files:
	pygobject2.spec 
Log Message:
* Wed Jul  7 2010 Colin Walters <walters at verbum.org> - 2.21.4-4
- 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



Index: pygobject2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pygobject2/devel/pygobject2.spec,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -p -r1.68 -r1.69
--- pygobject2.spec	7 Jul 2010 14:48:38 -0000	1.68
+++ pygobject2.spec	7 Jul 2010 14:59:30 -0000	1.69
@@ -13,7 +13,7 @@
 
 Name: pygobject2
 Version: 2.21.4
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: LGPLv2+
 Group: Development/Languages
 Summary: Python bindings for GObject
@@ -27,7 +27,7 @@ Source: http://ftp.gnome.org/pub/GNOME/s
 BuildRequires: glib2-devel >= %{glib2_version}
 BuildRequires: gobject-introspection-devel >= %{gobject_introspection_version}
 BuildRequires: python2-devel >= %{python2_version}
-BuildRequires: pycairo
+BuildRequires: pycairo-devel
 # Bootstrap requirements
 BuildRequires: automake autoconf libtool
 
@@ -116,7 +116,7 @@ rm examples/Makefile*
 %{_datadir}/pygobject/xsl
 
 %changelog
-* Wed Jul  7 2010 Colin Walters <walters at verbum.org> - 2.21.4-3
+* Wed Jul  7 2010 Colin Walters <walters at verbum.org> - 2.21.4-4
 - Update to latest upstream
 - Drop upstreamed patches
 - Require pycairo, since we have a module that uses it



More information about the scm-commits mailing list