[eclipse-pydev] Update to upstream 2.8.1 version.

Alexander Kurtakov akurtakov at fedoraproject.org
Fri Jul 26 12:41:39 UTC 2013


commit 484bdc2b2dde83770567f39d2fe3df6ee1159825
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Fri Jul 26 15:41:13 2013 +0300

    Update to upstream 2.8.1 version.

 .gitignore                |    1 +
 eclipse-pydev.spec        |   33 ++++++++++++++++++---------------
 pydev-remove-jython.patch |    2 +-
 sources                   |    1 +
 4 files changed, 21 insertions(+), 16 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b672e82..3f11c96 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,3 +26,4 @@ PyDev-2.2.2-sources.zip
 /PyDev-2.7.3-sources.zip
 /PyDev-2.7.4-sources.zip
 /PyDev-2.7.5-sources.zip
+/PyDev-2.8.1-sources.zip
diff --git a/eclipse-pydev.spec b/eclipse-pydev.spec
index 19fb2c9..b1342c3 100644
--- a/eclipse-pydev.spec
+++ b/eclipse-pydev.spec
@@ -1,5 +1,5 @@
 # psyco: Bug 483357 - Empty eclipse-pydev-debuginfo
-%global qualifier 2013052819
+%global qualifier 2013072611
 %global _python_bytecompile_errors_terminate_build 0
 
 Epoch: 1
@@ -8,13 +8,13 @@ Epoch: 1
 
 Summary:          Eclipse Python development plug-in
 Name:             eclipse-pydev
-Version:          2.7.5
+Version:          2.8.1
 Release:          1%{?dist}
 License:          EPL
 URL:              http://pydev.org
 Group:            Development/Tools
 
-#Source0:         http://downloads.sourceforge.net/project/pydev/pydev/PyDev%202.7.5/PyDev%202.7.5-sources.zip
+#Source0:         http://downloads.sourceforge.net/project/pydev/pydev/PyDev%202.8.1/PyDev%202.8.1-sources.zip
 Source0:          PyDev-%{version}-sources.zip
 Patch0:           remove-winregistry.patch
 Patch1:           pydev-remove-jython.patch
@@ -91,7 +91,7 @@ ln -sf %{_javadir}/junit.jar \
        plugins/org.python.pydev.core/lib/junit.jar
 
 ln -sf %{_jnidir}/jpathwatch.jar \
-       plugins/org.python.pydev.core/lib/jpathwatch-0-94.jar
+       plugins/org.python.pydev.core/lib/jpathwatch-0-95.jar
 
 mkdir plugins/org.python.pydev.jython/lib/
 ln -sf %{_javadir}/jython.jar \
@@ -101,19 +101,19 @@ ln -sf %{_datadir}/jython/Lib \
        plugins/org.python.pydev.jython/Lib
 
 ln -sf %{_javadir}/commons-logging.jar \
-       plugins/org.python.pydev.shared_interactive_console/commons-logging-1.1.jar
+       plugins/org.python.pydev.shared_interactive_console/commons-logging-1.1.1.jar
 
 ln -sf %{_javadir}/ws-commons-util.jar \
        plugins/org.python.pydev.shared_interactive_console/ws-commons-util-1.0.2.jar
 
 ln -sf %{_javadir}/xmlrpc-client.jar \
-       plugins/org.python.pydev.shared_interactive_console/xmlrpc-client-3.1.jar
+       plugins/org.python.pydev.shared_interactive_console/xmlrpc-client-3.1.3.jar
 
 ln -sf %{_javadir}/xmlrpc-common.jar \
-       plugins/org.python.pydev.shared_interactive_console/xmlrpc-common-3.1.jar
+       plugins/org.python.pydev.shared_interactive_console/xmlrpc-common-3.1.3.jar
 
 ln -sf %{_javadir}/xmlrpc-server.jar \
-       plugins/org.python.pydev.shared_interactive_console/xmlrpc-server-3.1.jar
+       plugins/org.python.pydev.shared_interactive_console/xmlrpc-server-3.1.3.jar
 
 # enable when tests are used
 #ln -sf %%{_datadir}/java/jflex.jar \
@@ -131,11 +131,11 @@ ln -sf %{_javadir}/xmlrpc-server.jar \
 %build
 eclipse-pdebuild \
   -d "mylyn mylyn-commons mylyn-ide mylyn-context mylyn-context-team" \
-  -f org.python.pydev.feature -a "-DjavacSource=1.5 -DjavacTarget=1.5"
+  -f org.python.pydev.feature 
 
 eclipse-pdebuild \
   -d "mylyn mylyn-commons mylyn-ide mylyn-context mylyn-context-team" \
-  -f org.python.pydev.mylyn.feature -a "-DjavacSource=1.5 -DjavacTarget=1.5"
+  -f org.python.pydev.mylyn.feature
 
 %install
 installDir=${RPM_BUILD_ROOT}/%{install_loc}/pydev
@@ -157,9 +157,9 @@ ln -sf %{_javadir}/commons-codec.jar \
 ln -sf %{_javadir}/junit.jar \
        org.python.pydev.core_%{version}.%{qualifier}/lib/junit.jar
 ln -sf %{_jnidir}/jpathwatch.jar \
-       org.python.pydev.core_%{version}.%{qualifier}/lib/jpathwatch-0-94.jar
+       org.python.pydev.core_%{version}.%{qualifier}/lib/jpathwatch-0-95.jar
 
-file=`find . -name commons-logging-1.1.jar`
+file=`find . -name commons-logging-1.1.1.jar`
 rm -f $file
 ln -sf %{_javadir}/commons-logging.jar $file
 
@@ -167,15 +167,15 @@ file=`find . -name ws-commons-util-1.0.2.jar`
 rm -f $file
 ln -sf %{_javadir}/ws-commons-util.jar $file
 
-file=`find . -name xmlrpc-client-3.1.jar`
+file=`find . -name xmlrpc-client-3.1.3.jar`
 rm -f $file
 ln -sf %{_javadir}/xmlrpc-client.jar $file
 
-file=`find . -name xmlrpc-common-3.1.jar`
+file=`find . -name xmlrpc-common-3.1.3.jar`
 rm -f $file
 ln -sf %{_javadir}/xmlrpc-common.jar $file
 
-file=`find . -name xmlrpc-server-3.1.jar`
+file=`find . -name xmlrpc-server-3.1.3.jar`
 rm -f $file
 ln -sf %{_javadir}/xmlrpc-server.jar $file
 
@@ -211,6 +211,9 @@ rm -f  %{_datadir}/jython/Lib/optparse.py
 %{install_loc}/pydev-mylyn
 
 %changelog
+* Fri Jul 26 2013 Alexander Kurtakov <akurtako at redhat.com> 1:2.8.1-1
+- Update to upstream 2.8.1 version.
+
 * Wed May 29 2013 Alexander Kurtakov <akurtako at redhat.com> 1:2.7.5-1
 - Update to 2.7.5 upstream release.
 
diff --git a/pydev-remove-jython.patch b/pydev-remove-jython.patch
index 9c60a7f..08aaae1 100644
--- a/pydev-remove-jython.patch
+++ b/pydev-remove-jython.patch
@@ -3,7 +3,7 @@
 @@ -3,7 +3,8 @@ Bundle-ManifestVersion: 2
  Bundle-Name: Jython Plug-in
  Bundle-SymbolicName: org.python.pydev.jython; singleton:=true
- Bundle-Version: 2.7.5.2013052819
+ Bundle-Version: 2.8.1.2013072611
 -Bundle-ClassPath: pydev-jython.jar
 +Bundle-ClassPath: pydev-jython.jar,
 + lib/jython.jar
diff --git a/sources b/sources
index cf62f98..10ca552 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 53f2ab5f228eeec88a29d6d897a64346  PyDev-2.7.5-sources.zip
+b612971710fac054f68c4400502a2c95  PyDev-2.8.1-sources.zip


More information about the scm-commits mailing list