[eclipse-pydev] Switch requires from Django to python-django.

Alexander Kurtakov akurtakov at fedoraproject.org
Wed Apr 10 11:39:02 UTC 2013


commit 1a77d464e9013a1a633f16e9bf6a20b6d1135ffd
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Wed Apr 10 14:38:53 2013 +0300

    Switch requires from Django to python-django.

 eclipse-pydev.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/eclipse-pydev.spec b/eclipse-pydev.spec
index e6f1660..8e3df66 100644
--- a/eclipse-pydev.spec
+++ b/eclipse-pydev.spec
@@ -9,7 +9,7 @@ Epoch: 1
 Summary:          Eclipse Python development plug-in
 Name:             eclipse-pydev
 Version:          2.7.3
-Release:          1%{?dist}
+Release:          2%{?dist}
 License:          EPL
 URL:              http://pydev.org
 Group:            Development/Tools
@@ -37,7 +37,7 @@ Requires:         junit >= 3.8.1
 Requires:         jython >= 2.2
 Requires:         pylint
 Requires:         jpathwatch
-Requires:         Django
+Requires:         python-django 
 Requires:         ws-commons-util
 Requires:         python-ipython-console
 Requires:   	  python-libs
@@ -219,6 +219,9 @@ rm -f  %{_datadir}/jython/Lib/optparse.py
 %{install_loc}/pydev-mylyn
 
 %changelog
+* Wed Apr 10 2013 Alexander Kurtakov <akurtako at redhat.com> 1:2.7.3-2
+- Switch requires from Django to python-django.
+
 * Thu Mar 28 2013 Sami Wagiaalla <swagiaal at redhat.com> 1:2.7.3-1
 - Update to release 2.7.3.
 - Add shared_core to feature plugins.


More information about the scm-commits mailing list