rpms/eclipse-pydev/F-13 pydev-removeruntimeerror.patch, NONE, 1.1 eclipse-pydev.spec, 1.39, 1.40

Andrew Overholt overholt at fedoraproject.org
Wed Jun 30 14:47:47 UTC 2010


Author: overholt

Update of /cvs/pkgs/rpms/eclipse-pydev/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv6852/F-13

Modified Files:
	eclipse-pydev.spec 
Added Files:
	pydev-removeruntimeerror.patch 
Log Message:
* Wed Jun 30 2010 Andrew Overholt <overholt at redhat.com> 1:1.5.5-2
- Add patch to remove runtime error.
- Resolves rhbz#539986.

pydev-removeruntimeerror.patch:
 interpreterInfo.py |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

--- NEW FILE pydev-removeruntimeerror.patch ---
--- plugins/org.python.pydev/PySrc/interpreterInfo.py.orig	2009-12-25 17:31:52.000000000 -0500
+++ plugins/org.python.pydev/PySrc/interpreterInfo.py	2010-06-30 10:16:07.719932063 -0400
@@ -133,6 +133,4 @@
         #and give some time to let it read things (just in case)
         time.sleep(0.1)
     except:
-        pass
-    
-    raise RuntimeError('Ok, this is so that it shows the output (ugly hack for some platforms, so that it releases the output).')
+        pass
\ No newline at end of file


Index: eclipse-pydev.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-pydev/F-13/eclipse-pydev.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -p -r1.39 -r1.40
--- eclipse-pydev.spec	5 Mar 2010 16:57:17 -0000	1.39
+++ eclipse-pydev.spec	30 Jun 2010 14:47:46 -0000	1.40
@@ -11,13 +11,14 @@ Epoch: 1
 Summary:          Eclipse Python development plug-in
 Name:             eclipse-pydev
 Version:          1.5.5
-Release:          1%{?dist}
+Release:          2%{?dist}
 License:          EPL
 URL:              http://pydev.org
 Group:            Development/Tools
 
 Source0:          http://downloads.sourceforge.net/pydev/org.python.pydev.feature-%{version}.%{qualifier}-sources.zip
 Patch0:           use-piccolo2d-bundle.patch
+Patch2:           pydev-removeruntimeerror.patch
 BuildRequires:    java-devel >= 1.5.0
 
 Requires:         eclipse-jdt
@@ -68,6 +69,7 @@ Mylyn Task-Focused UI extensions for Pyd
 %prep
 %setup -q -c
 %patch0
+%patch2
 #fix mylyn plugin version
 sed --in-place 's:version="0.3.0":version="%{version}.%{qualifier}":' features/org.python.pydev.mylyn.feature/feature.xml
 
@@ -206,6 +208,10 @@ rm -rf ${RPM_BUILD_ROOT}
 %{install_loc}/pydev-mylyn
 
 %changelog
+* Wed Jun 30 2010 Andrew Overholt <overholt at redhat.com> 1:1.5.5-2
+- Add patch to remove runtime error.
+- Resolves rhbz#539986.
+
 * Fri Mar 5 2010 Alexander Kurtakov <akurtako at redhat.com> 1:1.5.5-1
 - Update to 1.5.5.
 



More information about the scm-commits mailing list