[eclipse-pydev/f14/master] * Fri Aug 06 2010 Adam Williamson <awilliam at redhat.com> 1:1.5.9-2 - Temporarily drop the dependency

Adam Williamson adamwill at fedoraproject.org
Fri Aug 6 18:06:14 UTC 2010


commit 688627b7e00d00c0df20de9fd9246a82b9c9244a
Author: Adam Williamson <adamwill at shaw.ca>
Date:   Fri Aug 6 11:06:08 2010 -0700

    * Fri Aug 06 2010 Adam Williamson <awilliam at redhat.com> 1:1.5.9-2
    - Temporarily drop the dependency on psyco as it is not ported to
      Python 2.7 yet

 eclipse-pydev.spec |   15 +++++++++++----
 1 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/eclipse-pydev.spec b/eclipse-pydev.spec
index ac66b9f..c1986a0 100644
--- a/eclipse-pydev.spec
+++ b/eclipse-pydev.spec
@@ -11,7 +11,7 @@ Epoch: 1
 Summary:          Eclipse Python development plug-in
 Name:             eclipse-pydev
 Version:          1.5.9
-Release:          1%{?dist}
+Release:          2%{?dist}
 License:          EPL
 URL:              http://pydev.org
 Group:            Development/Tools
@@ -25,10 +25,13 @@ BuildRequires:    java-devel >= 1.5.0
 
 Requires:         eclipse-jdt
 Requires:         python
+# Psyco has not yet been ported to Python 2.7, so this dependency is
+# temporarily disabled: go ahead and re-enable it once a python-psyco
+# which works with Python 2.7 is built - AdamW 2010/08/06
 # Psyco is available only on x86
-%ifarch %{ix86}
-Requires:         python-psyco
-%endif
+#ifarch %{ix86}
+#Requires:         python-psyco
+#endif
 Requires:         jakarta-commons-codec >= 1.3
 Requires:         jakarta-commons-logging
 Requires:         xmlrpc3-common
@@ -213,6 +216,10 @@ rm -rf ${RPM_BUILD_ROOT}
 %{install_loc}/pydev-mylyn
 
 %changelog
+* Fri Aug 06 2010 Adam Williamson <awilliam at redhat.com> 1:1.5.9-2
+- Temporarily drop the dependency on psyco as it is not ported to
+  Python 2.7 yet
+
 * Wed Jul 14 2010 Alexander Kurtakov <akurtako at redhat.com> 1:1.5.9-1
 - Update to 1.5.9.
 


More information about the scm-commits mailing list