rpms/eclipse-pydev/devel use-piccolo2d-bundle.patch, 1.1, 1.2 .cvsignore, 1.24, 1.25 sources, 1.24, 1.25 eclipse-pydev.spec, 1.36, 1.37

Alexander Kurtakov akurtakov at fedoraproject.org
Wed Jan 20 09:36:51 UTC 2010


Author: akurtakov

Update of /cvs/pkgs/rpms/eclipse-pydev/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3018/devel

Modified Files:
	use-piccolo2d-bundle.patch .cvsignore sources 
	eclipse-pydev.spec 
Log Message:
Update to 1.5.4.

use-piccolo2d-bundle.patch:
 MANIFEST.MF |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Index: use-piccolo2d-bundle.patch
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-pydev/devel/use-piccolo2d-bundle.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- use-piccolo2d-bundle.patch	13 Oct 2009 19:02:42 -0000	1.1
+++ use-piccolo2d-bundle.patch	20 Jan 2010 09:36:51 -0000	1.2
@@ -1,12 +1,12 @@
---- plugins/com.python.pydev/META-INF/MANIFEST.MF.sav	2009-10-12 21:23:15.114882563 +0300
-+++ plugins/com.python.pydev/META-INF/MANIFEST.MF	2009-10-12 21:24:31.891881990 +0300
-@@ -24,7 +24,8 @@ Require-Bundle: org.eclipse.ui,
-  org.eclipse.ui.console,
-  org.python.pydev.jython,
-  org.eclipse.search,
-- org.eclipse.ui.ide
+--- plugins/com.python.pydev/META-INF/MANIFEST.MF.orig	2010-01-19 19:45:02.000000000 +0200
++++ plugins/com.python.pydev/META-INF/MANIFEST.MF	2010-01-20 11:03:30.343988578 +0200
+@@ -24,7 +24,8 @@ Require-Bundle: org.eclipse.ui,
+  org.eclipse.ui.console,
+  org.python.pydev.jython,
+  org.eclipse.search,
+- org.eclipse.ui.ide
 + org.eclipse.ui.ide,
-+ org.piccolo2d.swt
- Eclipse-LazyStart: true
- Bundle-ClassPath: pydev.jar,
-  retroweaver-rt.jar,
++ org.piccolo2d.swt
+ Eclipse-LazyStart: true
+ Bundle-ClassPath: pydev.jar,
+  retroweaver-rt.jar,


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-pydev/devel/.cvsignore,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- .cvsignore	10 Dec 2009 10:07:14 -0000	1.24
+++ .cvsignore	20 Jan 2010 09:36:51 -0000	1.25
@@ -6,3 +6,4 @@ org.python.pydev.feature-1.5.0.125198916
 org.python.pydev.feature-1.5.1.1258496115-sources.zip
 org.python.pydev.feature-1.5.2.1260362205-sources.zip
 org.python.pydev.feature-1.5.3.1260390783-sources.zip
+org.python.pydev.feature-1.5.4.2010011921-sources.zip


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-pydev/devel/sources,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- sources	10 Dec 2009 10:07:14 -0000	1.24
+++ sources	20 Jan 2010 09:36:51 -0000	1.25
@@ -1 +1 @@
-3e19b990d1bdc6606391787e518af87f  org.python.pydev.feature-1.5.3.1260390783-sources.zip
+0f4d40a74cc0d3f580f0b90b7618ecfb  org.python.pydev.feature-1.5.4.2010011921-sources.zip


Index: eclipse-pydev.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-pydev/devel/eclipse-pydev.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -p -r1.36 -r1.37
--- eclipse-pydev.spec	10 Dec 2009 10:07:14 -0000	1.36
+++ eclipse-pydev.spec	20 Jan 2010 09:36:51 -0000	1.37
@@ -1,6 +1,6 @@
 # psyco: Bug 483357 - Empty eclipse-pydev-debuginfo
 %global debug_package %{nil}
-%global qualifier 1260390783
+%global qualifier 2010011921
 
 Epoch: 1
 
@@ -9,7 +9,7 @@ Epoch: 1
 
 Summary:          Eclipse Python development plug-in
 Name:             eclipse-pydev
-Version:          1.5.3
+Version:          1.5.4
 Release:          1%{?dist}
 License:          EPL
 URL:              http://pydev.org
@@ -205,6 +205,9 @@ rm -rf ${RPM_BUILD_ROOT}
 %{install_loc}/pydev-mylyn
 
 %changelog
+* Wed Jan 20 2010 Alexander Kurtakov <akurtako at redhat.com> 1:1.5.4-1
+- Update to 1.5.4.
+
 * Thu Dec 10 2009 Alexander Kurtakov <akurtako at redhat.com> 1:1.5.3-1
 - Update to 1.5.3.
 



More information about the scm-commits mailing list