[eclipse-pydev] Update to upstream version 2.0.0.

Alexander Kurtakov akurtakov at fedoraproject.org
Mon Apr 4 12:48:29 UTC 2011


commit 173dd9dee7357ad0e4227b386f1ea46271d729a3
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Mon Apr 4 15:27:24 2011 +0300

    Update to upstream version 2.0.0.
    
    Make the package noarch. It was arch only for psyco which seems to
    be dead now(no longer available in Fedora).

 .gitignore            |    1 +
 eclipse-pydev.spec    |   13 +++++++++----
 remove-red-core.patch |    8 ++++----
 sources               |    2 +-
 4 files changed, 15 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index eef2d19..ff10eac 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@ org.python.pydev.feature-1.5.9.2010063001-sources.zip
 /org.python.pydev.feature-1.6.1.2010080312-sources.zip
 org.python.pydev-1.6.3.2010100513-sources.zip
 org.python.pydev-1.6.4.2011010200-sources.zip
+org.python.pydev-2.0.0.2011040403-sources.zip
diff --git a/eclipse-pydev.spec b/eclipse-pydev.spec
index 59555b1..b8309f1 100644
--- a/eclipse-pydev.spec
+++ b/eclipse-pydev.spec
@@ -1,27 +1,28 @@
 # psyco: Bug 483357 - Empty eclipse-pydev-debuginfo
 %global debug_package %{nil}
-%global qualifier 2011020317
+%global qualifier 2011040403
 %global _python_bytecompile_errors_terminate_build 0
 
 Epoch: 1
 
 %global eclipse_base        %{_libdir}/eclipse
-%global install_loc         %{_libdir}/eclipse/dropins
+%global install_loc         %{_datadir}/eclipse/dropins
 
 Summary:          Eclipse Python development plug-in
 Name:             eclipse-pydev
-Version:          1.6.5
+Version:          2.0.0
 Release:          1%{?dist}
 License:          EPL
 URL:              http://pydev.org
 Group:            Development/Tools
 
-Source0:          http://downloads.sourceforge.net/project/pydev/pydev/Pydev%20%{version}/org.python.pydev-%{version}.%{qualifier}-sources.zip
+Source0:          http://downloads.sourceforge.net/project/pydev/pydev/Pydev%202.0/org.python.pydev-%{version}.%{qualifier}-sources.zip
 Patch0:           use-piccolo2d-bundle.patch
 Patch1:           piccolo-swtimage-dispose.patch
 Patch2:           pydev-removeruntimeerror.patch
 Patch3:           remove-red-core.patch
 BuildRequires:    java-devel >= 1.5.0
+BuildArch:        noarch
 
 Requires:         eclipse-platform
 Requires:         python
@@ -207,6 +208,10 @@ chmod 0755 `find ${RPM_BUILD_ROOT} -name '*\.py' -perm 0644 | xargs`
 %{install_loc}/pydev-mylyn
 
 %changelog
+* Mon Apr 4 2011 Alexander Kurtakov <akurtako at redhat.com> 1:2.0.0-1
+- Update to upstream version 2.0.0.
+- Make the package noarch. It was arch only for psyco which seems to be dead now(no longer available in Fedora).
+
 * Sat Feb 12 2011 Alexander Kurtakov <akurtako at redhat.com> 1:1.6.5-1
 - Update to new upstream version 1.6.5.
 
diff --git a/remove-red-core.patch b/remove-red-core.patch
index 2d9e7fd..e6a68ed 100644
--- a/remove-red-core.patch
+++ b/remove-red-core.patch
@@ -1,13 +1,13 @@
---- features/org.python.pydev.feature/feature.xml.orig	2011-01-02 00:24:46.000000000 +0200
-+++ features/org.python.pydev.feature/feature.xml	2011-01-04 09:50:27.888507945 +0200
+--- features/org.python.pydev.feature/feature.xml.orig	2011-04-04 03:16:02.000000000 +0300
++++ features/org.python.pydev.feature/feature.xml	2011-04-04 15:02:54.481419290 +0300
 @@ -223,10 +223,5 @@ This Agreement is governed by the laws o
           download-size="160"
           install-size="160"
-          version="1.6.5.2011020317"/>
+          version="2.0.0.2011040403"/>
 -   <plugin
 -         id="org.python.pydev.red_core"
 -         download-size="160"
 -         install-size="160"
--         version="1.6.5.2011020317"/>
+-         version="2.0.0.2011040403"/>
  
  </feature>
diff --git a/sources b/sources
index 34babcf..4f26fac 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3fa67b8cd95943017cfacef255d5b689  org.python.pydev-1.6.5.2011020317-sources.zip
+a6abc57654e24d2e5a4d4f273377b915  org.python.pydev-2.0.0.2011040403-sources.zip


More information about the scm-commits mailing list