[eclipse-pydev] Update to upstream 2.2.2 release.

Alexander Kurtakov akurtakov at fedoraproject.org
Tue Aug 23 14:12:33 UTC 2011


commit 1dc9f3fd7d014e287971945ca8477b74d9983cf3
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Tue Aug 23 17:12:11 2011 +0300

    Update to upstream 2.2.2 release.

 .gitignore            |    1 +
 eclipse-pydev.spec    |   12 ++++++++----
 remove-red-core.patch |    4 ++--
 sources               |    2 +-
 4 files changed, 12 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6b7c528..9b119e0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@ org.python.pydev-2.0.0.2011040403-sources.zip
 PyDev%202.2.0%20sources.zip
 PyDev-2.2.0-sources.zip
 /PyDev-2.2.1-sources.zip
+PyDev-2.2.2-sources.zip
diff --git a/eclipse-pydev.spec b/eclipse-pydev.spec
index 902c7d3..4804a66 100644
--- a/eclipse-pydev.spec
+++ b/eclipse-pydev.spec
@@ -1,6 +1,6 @@
 # psyco: Bug 483357 - Empty eclipse-pydev-debuginfo
 %global debug_package %{nil}
-%global qualifier 2011071313
+%global qualifier 2011082312
 %global _python_bytecompile_errors_terminate_build 0
 
 Epoch: 1
@@ -10,14 +10,14 @@ Epoch: 1
 
 Summary:          Eclipse Python development plug-in
 Name:             eclipse-pydev
-Version:          2.2.1
+Version:          2.2.2
 Release:          1%{?dist}
 License:          EPL
 URL:              http://pydev.org
 Group:            Development/Tools
 
-#Source0:          http://downloads.sourceforge.net/project/pydev/pydev/PyDev%202.2.1/PyDev%202.2.1-sources.zip
-Source0:          PyDev-2.2.1-sources.zip
+#Source0:          http://downloads.sourceforge.net/project/pydev/pydev/PyDev%202.2.2/PyDev%202.2.2-sources.zip
+Source0:          PyDev-2.2.2-sources.zip
 Patch0:           pydev-removeruntimeerror.patch
 Patch1:           remove-red-core.patch
 Patch2:           remove-winregistry.patch
@@ -44,6 +44,7 @@ Requires:         pylint
 Requires:         jpathwatch
 Requires:         Django
 Requires:         ws-commons-util
+Requires:         ipython
 BuildRequires:    eclipse-pde
 BuildRequires:    eclipse-mylyn-commons >= 3.5.0
 BuildRequires:    eclipse-mylyn-context >= 3.5.0
@@ -202,6 +203,9 @@ fi
 %{install_loc}/pydev-mylyn
 
 %changelog
+* Tue Aug 23 2011 Alexander Kurtakov <akurtako at redhat.com> 1:2.2.2-1
+- Update to upstream 2.2.2 release.
+
 * Thu Jul 14 2011 Alexander Kurtakov <akurtako at redhat.com> 1:2.2.1-1
 - Update to upstream 2.2.1 release.
 
diff --git a/remove-red-core.patch b/remove-red-core.patch
index f85c6f1..a2d5570 100644
--- a/remove-red-core.patch
+++ b/remove-red-core.patch
@@ -3,11 +3,11 @@
 @@ -223,10 +223,5 @@ This Agreement is governed by the laws o
           download-size="160"
           install-size="160"
-          version="2.2.1.2011071313"/>
+          version="2.2.2.2011082312"/>
 -   <plugin
 -         id="org.python.pydev.red_core"
 -         download-size="160"
 -         install-size="160"
--         version="2.2.1.2011071313"/>
+-         version="2.2.2.2011082312"/>
  
  </feature>
diff --git a/sources b/sources
index 8c22690..24cf3c7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1f41acdb1788f2cd29087ee2550a0674  PyDev-2.2.1-sources.zip
+2d8801cca7b1c1d027c7297c453b629c  PyDev-2.2.2-sources.zip


More information about the scm-commits mailing list