rpms/pygtk2/devel pygtk2.spec,1.31,1.32

Adam Jackson ajax at fedoraproject.org
Tue Aug 18 20:13:16 UTC 2009


Author: ajax

Update of /cvs/pkgs/rpms/pygtk2/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14931

Modified Files:
	pygtk2.spec 
Log Message:
* Tue Aug 18 2009 Adam Jackson <ajax at redhat.com> 2.15.2-4
- Drop the explicit Requires: numpy as per new packaging guidelines.  If
  your app calls gtk.gdk.get_pixels_array() you need to pull numpy in
  yourself.



Index: pygtk2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pygtk2/devel/pygtk2.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -p -r1.31 -r1.32
--- pygtk2.spec	13 Aug 2009 21:37:06 -0000	1.31
+++ pygtk2.spec	18 Aug 2009 20:13:15 -0000	1.32
@@ -15,7 +15,7 @@
 
 Name: pygtk2
 Version: 2.15.2
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: LGPLv2+
 Group: Development/Languages
 Summary: Python bindings for GTK+
@@ -38,7 +38,6 @@ Patch2: pygtk-2.15.2-gtk-2.16.defs.patch
 
 # Leave these requirements alone!  RPM isn't smart enough
 # to derive these from the build requirements below.
-Requires: numpy
 Requires: pycairo
 Requires: pygobject2
 
@@ -168,6 +167,11 @@ rm -fr $RPM_BUILD_ROOT
 %{_datadir}/gtk-doc/html/pygtk
 
 %changelog
+* Tue Aug 18 2009 Adam Jackson <ajax at redhat.com> 2.15.2-4
+- Drop the explicit Requires: numpy as per new packaging guidelines.  If
+  your app calls gtk.gdk.get_pixels_array() you need to pull numpy in
+  yourself.
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.15.2-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list