rpms/eclipse-pydev/devel eclipse-pydev.spec,1.29,1.30

Alexander Kurtakov akurtakov at fedoraproject.org
Mon Jul 20 08:54:21 UTC 2009


Author: akurtakov

Update of /cvs/pkgs/rpms/eclipse-pydev/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11708/devel

Modified Files:
	eclipse-pydev.spec 
Log Message:
Require pylint to fix errors in pydev settings.


Index: eclipse-pydev.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-pydev/devel/eclipse-pydev.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -p -r1.29 -r1.30
--- eclipse-pydev.spec	17 Jul 2009 14:02:31 -0000	1.29
+++ eclipse-pydev.spec	20 Jul 2009 08:53:50 -0000	1.30
@@ -14,7 +14,7 @@ Epoch: 1
 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
@@ -37,6 +37,7 @@ Requires:         xmlrpc3-client
 Requires:         xmlrpc3-server
 Requires:         junit >= 3.8.1
 Requires:         jython >= 2.2
+Requires:         pylint
 BuildRequires:    eclipse-pde
 BuildRequires:    eclipse-mylyn
 BuildRequires:    jpackage-utils >= 0:1.5
@@ -213,6 +214,9 @@ rm -rf ${RPM_BUILD_ROOT}
 %{install_loc}/pydev-mylyn
 
 %changelog
+* Mon Jul 20 2009 Alexander Kurtakov <akurtako at redhat.com> 1:1.4.7-2
+- Require pylint to fix errors in pydev settings.
+
 * Fri Jul 17 2009 Alexander Kurtakov <akurtako at redhat.com> 1:1.4.7-1
 - Update to 1.4.7. Adds IronPython projects support.
 




More information about the fedora-extras-commits mailing list