[eclipse-pydev/f17] Update to 2.7.1 release.

swagiaal swagiaal at fedoraproject.org
Fri Nov 16 20:32:45 UTC 2012


commit 2a621a3d18c94e9b90222bf410f14b814a6f2183
Author: Sami Wagiaalla <swagiaal at redhat.com>
Date:   Tue Nov 6 16:29:57 2012 -0500

    Update to 2.7.1 release.

 .gitignore               |    1 +
 eclipse-pydev.spec       |    9 ++++++---
 remove-red-core.patch    |   16 ++++++++++------
 remove-winregistry.patch |   12 ++++++++----
 sources                  |    2 +-
 5 files changed, 26 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5d904c7..08a8b0f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,4 @@ PyDev-2.2.2-sources.zip
 /org.python.pydev-2.2.3.2011100616-sources.zip
 /PyDev-2.2.4-sources.zip
 /PyDev-2.7.0-sources.zip
+/PyDev-2.7.1-sources.zip
diff --git a/eclipse-pydev.spec b/eclipse-pydev.spec
index 4a4190b..9d781fe 100644
--- a/eclipse-pydev.spec
+++ b/eclipse-pydev.spec
@@ -1,5 +1,5 @@
 # psyco: Bug 483357 - Empty eclipse-pydev-debuginfo
-%global qualifier 2012100419
+%global qualifier 2012100913
 %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.0
+Version:          2.7.1
 Release:          1%{?dist}
 License:          EPL
 URL:              http://pydev.org
 Group:            Development/Tools
 
-#Source0:         http://downloads.sourceforge.net/project/pydev/pydev/PyDev%202.7.0/PyDev%202.7.0-sources.zip
+#Source0:         http://downloads.sourceforge.net/project/pydev/pydev/PyDev%202.7.1/PyDev%202.7.1-sources.zip 
 Source0:          PyDev-%{version}-sources.zip
 Patch1:           remove-red-core.patch
 Patch2:           remove-winregistry.patch
@@ -199,6 +199,9 @@ fi
 %{install_loc}/pydev-mylyn
 
 %changelog
+* Fri Nov 6 2012 Sami Wagiaalla <swagiaal at redhat.com> 1:2.7.1-1
+- Update to 2.7.1 release.
+
 * Fri Oct 5 2012 Jeff Johnston <jjohnstn at redhat.com> 1:2.7.0-1
 - Update to 2.7.0 release.
 
diff --git a/remove-red-core.patch b/remove-red-core.patch
index 242fd3e..b5edf1a 100644
--- a/remove-red-core.patch
+++ b/remove-red-core.patch
@@ -1,15 +1,19 @@
-diff -up ./features/org.python.pydev.feature/feature.xml.fix ./features/org.python.pydev.feature/feature.xml
---- ./features/org.python.pydev.feature/feature.xml.fix	2012-10-05 13:32:40.000000000 -0400
-+++ ./features/org.python.pydev.feature/feature.xml	2012-10-05 13:32:56.000000000 -0400
-@@ -224,11 +224,6 @@ This Agreement is governed by the laws o
+diff --git features/org.python.pydev.feature/feature.xml features/org.python.pydev.feature/feature.xml
+index fd6da0f..ee7cdb6 100644
+--- features/org.python.pydev.feature/feature.xml
++++ features/org.python.pydev.feature/feature.xml
+@@ -224,11 +224,6 @@ This Agreement is governed by the laws of the State of New York and the intellec
           install-size="160"
-          version="2.7.0.2012100419"/>
+          version="2.7.1.2012100913"/>
     <plugin
 -         id="org.python.pydev.red_core"
 -         download-size="160"
 -         install-size="160"
--         version="2.7.0.2012100419"/>
+-         version="2.7.1.2012100913"/>
 -   <plugin
           id="com.aptana.interactive_console"
           download-size="160"
           install-size="160"
+-- 
+1.7.11.7
+
diff --git a/remove-winregistry.patch b/remove-winregistry.patch
index 8f6ab3a..d5fb431 100644
--- a/remove-winregistry.patch
+++ b/remove-winregistry.patch
@@ -1,6 +1,7 @@
-diff -up ./plugins/org.python.pydev/src/org/python/pydev/ui/pythonpathconf/PythonInterpreterEditor.java.fix ./plugins/org.python.pydev/src/org/python/pydev/ui/pythonpathconf/PythonInterpreterEditor.java
---- ./plugins/org.python.pydev/src/org/python/pydev/ui/pythonpathconf/PythonInterpreterEditor.java.fix	2012-10-05 13:34:38.000000000 -0400
-+++ ./plugins/org.python.pydev/src/org/python/pydev/ui/pythonpathconf/PythonInterpreterEditor.java	2012-10-05 13:37:01.000000000 -0400
+diff --git plugins/org.python.pydev/src/org/python/pydev/ui/pythonpathconf/PythonInterpreterEditor.java plugins/org.python.pydev/src/org/python/pydev/ui/pythonpathconf/PythonInterpreterEditor.java
+index 606ba9c..8bc48b8 100644
+--- plugins/org.python.pydev/src/org/python/pydev/ui/pythonpathconf/PythonInterpreterEditor.java
++++ plugins/org.python.pydev/src/org/python/pydev/ui/pythonpathconf/PythonInterpreterEditor.java
 @@ -27,9 +27,6 @@ import org.python.pydev.ui.UIConstants;
  import com.aptana.shared_core.structure.Tuple;
  import com.aptana.shared_core.utils.PlatformUtils;
@@ -11,7 +12,7 @@ diff -up ./plugins/org.python.pydev/src/org/python/pydev/ui/pythonpathconf/Pytho
  public class PythonInterpreterEditor extends AbstractInterpreterEditor {
  
      public PythonInterpreterEditor(String labelText, Composite parent, IInterpreterManager interpreterManager) {
-@@ -54,74 +51,6 @@ public class PythonInterpreterEditor ext
+@@ -54,74 +51,6 @@ public class PythonInterpreterEditor extends AbstractInterpreterEditor {
              if (ret != null) {
                  return ret;
              }
@@ -86,3 +87,6 @@ diff -up ./plugins/org.python.pydev/src/org/python/pydev/ui/pythonpathconf/Pytho
          }
  
          return new Tuple<String, String>(getUniqueInterpreterName("python"), "python"); //This should be enough to find it from the PATH or any other way it's defined.
+-- 
+1.7.11.7
+
diff --git a/sources b/sources
index 7c9ba0b..aba4400 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4d1182ee69bce393d0fb6d6cb63bf116  PyDev-2.7.0-sources.zip
+9fa69aead9e69be8713cbe428227931d  PyDev-2.7.1-sources.zip


More information about the scm-commits mailing list