rpms/eclipse-pydev/devel .cvsignore, 1.27, 1.28 sources, 1.27, 1.28 eclipse-pydev.spec, 1.41, 1.42

Alexander Kurtakov akurtakov at fedoraproject.org
Tue May 11 06:41:40 UTC 2010


Author: akurtakov

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

Modified Files:
	.cvsignore sources eclipse-pydev.spec 
Log Message:
Update to 1.5.7.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-pydev/devel/.cvsignore,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -p -r1.27 -r1.28
--- .cvsignore	6 Apr 2010 09:34:51 -0000	1.27
+++ .cvsignore	11 May 2010 06:41:40 -0000	1.28
@@ -9,3 +9,4 @@ org.python.pydev.feature-1.5.3.126039078
 org.python.pydev.feature-1.5.4.2010011921-sources.zip
 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


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-pydev/devel/sources,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -p -r1.27 -r1.28
--- sources	6 Apr 2010 09:34:51 -0000	1.27
+++ sources	11 May 2010 06:41:40 -0000	1.28
@@ -1 +1 @@
-30ff49a9e5149d313993a3e46347ea12  org.python.pydev.feature-1.5.6.2010033101-sources.zip
+00027775e6b2bafd891e18995a34d850  org.python.pydev.feature-1.5.7.2010050621-sources.zip


Index: eclipse-pydev.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-pydev/devel/eclipse-pydev.spec,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -p -r1.41 -r1.42
--- eclipse-pydev.spec	6 Apr 2010 09:34:51 -0000	1.41
+++ eclipse-pydev.spec	11 May 2010 06:41:40 -0000	1.42
@@ -1,6 +1,6 @@
 # psyco: Bug 483357 - Empty eclipse-pydev-debuginfo
 %global debug_package %{nil}
-%global qualifier 2010033101
+%global qualifier 2010050621
 %global _python_bytecompile_errors_terminate_build 0
 
 Epoch: 1
@@ -10,7 +10,7 @@ Epoch: 1
 
 Summary:          Eclipse Python development plug-in
 Name:             eclipse-pydev
-Version:          1.5.6
+Version:          1.5.7
 Release:          1%{?dist}
 License:          EPL
 URL:              http://pydev.org
@@ -85,7 +85,7 @@ find -name '*.class' -exec rm -f '{}' \;
 find -name '*.jar' -exec rm -f '{}' \;
 
 # link to system jars
-ln -sf %{_javadir}/jakarta-commons-codec.jar \
+ln -sf %{_javadir}/commons-codec.jar \
        plugins/org.python.pydev.core/commons-codec.jar
 
 ln -sf %{_javadir}/junit.jar \
@@ -94,7 +94,7 @@ ln -sf %{_javadir}/junit.jar \
 ln -sf %{_javadir}/jython.jar \
        plugins/org.python.pydev.jython/jython.jar
 
-ln -sf %{_javadir}/jakarta-commons-logging.jar \
+ln -sf %{_javadir}/commons-logging.jar \
        plugins/org.python.pydev.debug/commons-logging-1.1.jar
 
 ln -sf %{_javadir}/ws-commons-util.jar \
@@ -209,6 +209,9 @@ rm -rf ${RPM_BUILD_ROOT}
 %{install_loc}/pydev-mylyn
 
 %changelog
+* Tue May 11 2010 Alexander Kurtakov <akurtako at redhat.com> 1:1.5.7-1
+- Update to 1.5.7.
+
 * Tue Apr 6 2010 Alexander Kurtakov <akurtako at redhat.com> 1:1.5.6-1
 - Update to 1.5.6.
 - Django projects support.



More information about the scm-commits mailing list