rpms/eclipse-pydev/devel remove-red-core.patch, NONE, 1.1 .cvsignore, 1.28, 1.29 sources, 1.28, 1.29 eclipse-pydev.spec, 1.43, 1.44

Alexander Kurtakov akurtakov at fedoraproject.org
Wed Jul 14 14:04:28 UTC 2010


Author: akurtakov

Update of /cvs/pkgs/rpms/eclipse-pydev/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv4784/devel

Modified Files:
	.cvsignore sources eclipse-pydev.spec 
Added Files:
	remove-red-core.patch 
Log Message:
Update to 1.5.9.

remove-red-core.patch:
 feature.xml |    8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

--- NEW FILE remove-red-core.patch ---
--- features/org.python.pydev.feature/feature.xml.sav	2010-06-30 01:07:38.000000000 +0300
+++ features/org.python.pydev.feature/feature.xml	2010-07-13 19:26:29.725806002 +0300
@@ -223,10 +223,4 @@ This Agreement is governed by the laws o
          download-size="160"
          install-size="160"
          version="1.5.9.2010063001"/>
-   <plugin
-         id="org.python.pydev.red_core"
-         download-size="160"
-         install-size="160"
-         version="1.5.9.2010063001"/>
-
-</feature>
+  </feature>


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-pydev/devel/.cvsignore,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -p -r1.28 -r1.29
--- .cvsignore	11 May 2010 06:41:40 -0000	1.28
+++ .cvsignore	14 Jul 2010 14:04:28 -0000	1.29
@@ -10,3 +10,4 @@ org.python.pydev.feature-1.5.4.201001192
 org.python.pydev.feature-1.5.5.2010030420-sources.zip
 org.python.pydev.feature-1.5.6.2010033101-sources.zip
 org.python.pydev.feature-1.5.7.2010050621-sources.zip
+org.python.pydev.feature-1.5.9.2010063001-sources.zip


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-pydev/devel/sources,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -p -r1.28 -r1.29
--- sources	11 May 2010 06:41:40 -0000	1.28
+++ sources	14 Jul 2010 14:04:28 -0000	1.29
@@ -1 +1 @@
-00027775e6b2bafd891e18995a34d850  org.python.pydev.feature-1.5.7.2010050621-sources.zip
+7c6a1edccc2f0ba052792a7107d3b4e5  org.python.pydev.feature-1.5.9.2010063001-sources.zip


Index: eclipse-pydev.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-pydev/devel/eclipse-pydev.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -p -r1.43 -r1.44
--- eclipse-pydev.spec	30 Jun 2010 14:21:23 -0000	1.43
+++ eclipse-pydev.spec	14 Jul 2010 14:04:28 -0000	1.44
@@ -1,25 +1,26 @@
 # psyco: Bug 483357 - Empty eclipse-pydev-debuginfo
 %global debug_package %{nil}
-%global qualifier 2010050621
+%global qualifier 2010063001
 %global _python_bytecompile_errors_terminate_build 0
 
 Epoch: 1
 
-%define eclipse_base        %{_libdir}/eclipse
-%define install_loc         %{_libdir}/eclipse/dropins
+%global eclipse_base        %{_libdir}/eclipse
+%global install_loc         %{_libdir}/eclipse/dropins
 
 Summary:          Eclipse Python development plug-in
 Name:             eclipse-pydev
-Version:          1.5.7
-Release:          2%{?dist}
+Version:          1.5.9
+Release:          1%{?dist}
 License:          EPL
 URL:              http://pydev.org
 Group:            Development/Tools
 
-Source0:          http://downloads.sourceforge.net/pydev/org.python.pydev.feature-%{version}.%{qualifier}-sources.zip
+Source0:          https://downloads.sourceforge.net/project/pydev/pydev/Pydev%201.5.9/org.python.pydev.feature-%{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
 
 Requires:         eclipse-jdt
@@ -73,6 +74,7 @@ Mylyn Task-Focused UI extensions for Pyd
 %patch0
 %patch1
 %patch2
+%patch3
 #fix mylyn plugin version
 sed --in-place 's:version="0.3.0":version="%{version}.%{qualifier}":' features/org.python.pydev.mylyn.feature/feature.xml
 
@@ -211,6 +213,9 @@ rm -rf ${RPM_BUILD_ROOT}
 %{install_loc}/pydev-mylyn
 
 %changelog
+* Wed Jul 14 2010 Alexander Kurtakov <akurtako at redhat.com> 1:1.5.9-1
+- Update to 1.5.9.
+
 * Wed Jun 30 2010 Andrew Overholt <overholt at redhat.com> 1:1.5.7-2
 - Add patch to remove runtime error.
 - Resolves rhbz#539986.



More information about the scm-commits mailing list