[eclipse-pydev] Update to 3.1.0.

Alexander Kurtakov akurtakov at fedoraproject.org
Thu Dec 12 22:06:22 UTC 2013


commit 5df84d3a7c3ec5f6123667bb20a39297a1d52b44
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Fri Dec 13 00:06:24 2013 +0200

    Update to 3.1.0.

 .gitignore                |    1 +
 eclipse-pydev.spec        |   11 +++++++----
 pydev-remove-jython.patch |    2 +-
 sources                   |    2 +-
 4 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 942c8f9..d99bfbc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,3 +29,4 @@ PyDev-2.2.2-sources.zip
 /PyDev-2.8.1-sources.zip
 /PyDev-2.8.2-sources.zip
 /PyDev-3.0-sources.zip
+/PyDev-3.1.0-sources.zip
diff --git a/eclipse-pydev.spec b/eclipse-pydev.spec
index a8ea290..f18f12f 100644
--- a/eclipse-pydev.spec
+++ b/eclipse-pydev.spec
@@ -6,14 +6,14 @@ Epoch: 1
 
 Summary: Eclipse Python development plug-in
 Name:    eclipse-pydev
-Version:          3.0.0
+Version:          3.1.0
 Release:          1%{?dist}
 License:          EPL
 URL:              http://pydev.org
 Group:            Development/Tools
 
-#Source0:         http://sourceforge.net/projects/pydev/files/pydev/PyDev%203.0/PyDev%203.0-sources.zip/download
-Source0:          PyDev-3.0-sources.zip
+#Source0:         http://sourceforge.net/projects/pydev/files/pydev/PyDev%203.1.0/PyDev%203.1.0-sources.zip/download
+Source0:          PyDev-3.1.0-sources.zip
 Patch0:           remove-winregistry.patch
 Patch1:           pydev-remove-jython.patch
 Patch2:           remove-iInfo-error.patch
@@ -127,7 +127,7 @@ installDir=${RPM_BUILD_ROOT}/%{install_loc}/pydev
 install -d -m755 $installDir
 install -d -m755 ${installDir}-mylyn
 
-mvn-rpmbuild org.fedoraproject:feclipse-maven-plugin:install -DsourceRepo=features/org.python.pydev.p2-repo/target/org.python.pydev.p2-repo-3.0.0-SNAPSHOT.zip -DtargetLocation=$installDir
+mvn-rpmbuild org.fedoraproject:feclipse-maven-plugin:install -DsourceRepo=features/org.python.pydev.p2-repo/target/org.python.pydev.p2-repo-3.1.0-SNAPSHOT.zip -DtargetLocation=$installDir
 
 mv $installDir/plugins/*mylyn* ${installDir}-mylyn/plugins/
 mv $installDir/features/*mylyn* ${installDir}-mylyn/features/
@@ -190,6 +190,9 @@ rm -f  %{_datadir}/jython/Lib/optparse.py
 %{install_loc}/pydev-mylyn
 
 %changelog
+* Fri Dec 13 2013 Alexander Kurtakov <akurtako at redhat.com> 1:3.1.0-1
+- Update to 3.1.0.
+
 * Mon Nov 11 2013 Alexander Kurtakov <akurtako at redhat.com> 1:3.0-1
 - Update to 3.0.
 - Drop old changelog now that we move to tycho builds.
diff --git a/pydev-remove-jython.patch b/pydev-remove-jython.patch
index a580fa7..710cfc1 100644
--- a/pydev-remove-jython.patch
+++ b/pydev-remove-jython.patch
@@ -3,7 +3,7 @@
 @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
  Bundle-Name: Jython Plug-in
  Bundle-SymbolicName: org.python.pydev.jython; singleton:=true
- Bundle-Version: 3.0.0.qualifier
+ Bundle-Version: 3.1.0.qualifier
 -Bundle-ClassPath: pydev-jython.jar
 +Bundle-ClassPath: pydev-jython.jar, lib/jython.jar
  Bundle-Activator: org.python.pydev.jython.JythonPlugin
diff --git a/sources b/sources
index b2cb2eb..c1fa3fc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7d0130c26577d33dad7c24af5fdc4c69  PyDev-3.0-sources.zip
+d53e7e4c28f5c035084be888a6f17c77  PyDev-3.1.0-sources.zip


More information about the scm-commits mailing list