rpms/eclipse-pydev/F-10 eclipse-pydev.spec,1.16,1.17

Alexander Kurtakov akurtakov at fedoraproject.org
Thu Dec 11 08:20:47 UTC 2008


Author: akurtakov

Update of /cvs/pkgs/rpms/eclipse-pydev/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24543/F-10

Modified Files:
	eclipse-pydev.spec 
Log Message:
Require python-psyco to speedup debuging.


Index: eclipse-pydev.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-pydev/F-10/eclipse-pydev.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- eclipse-pydev.spec	27 Oct 2008 20:47:50 -0000	1.16
+++ eclipse-pydev.spec	11 Dec 2008 08:20:16 -0000	1.17
@@ -8,7 +8,7 @@
 Summary:          Eclipse Python development plug-in
 Name:             eclipse-pydev
 Version:          %{major}.%{minor}.%{maint}
-Release:          1%{?dist}
+Release:          2%{?dist}
 License:          EPL
 URL:              http://pydev.sourceforge.net
 Group:            Development/Tools
@@ -21,6 +21,7 @@
 
 Requires:         eclipse-jdt
 Requires:         python
+Requires:         python-psyco
 Requires:         commons-codec >= 1.3
 Requires:         junit >= 3.8.1
 Requires:         jython >= 2.2
@@ -172,6 +173,9 @@
 %endif 
 
 %changelog
+* Thu Dec 11 2008 Alexander Kurtakov <akurtako at redhat.com> 1:1.3.24-2
+- Require python-psyco to speed up debugging.
+
 * Mon Oct 27 2008 Alexander Kurtakov <akurtako at redhat.com> 1:1.3.24-1
 - 1.3.24
 




More information about the fedora-extras-commits mailing list