rpms/eclipse-pydev/devel .cvsignore, 1.9, 1.10 sources, 1.9, 1.10 eclipse-pydev.spec, 1.13, 1.14

Alexander Kurtakov akurtakov at fedoraproject.org
Sat Oct 18 20:45:14 UTC 2008


Author: akurtakov

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

Modified Files:
	.cvsignore sources eclipse-pydev.spec 
Log Message:
1.3.22


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-pydev/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore	14 Oct 2008 16:35:28 -0000	1.9
+++ .cvsignore	18 Oct 2008 20:44:43 -0000	1.10
@@ -1,2 +1,3 @@
 org.python.pydev.mylyn.feature-fetched-src-pydev_1_3_7.tar.bz2
 org.python.pydev.feature-src-1_3_20.zip
+org.python.pydev.feature-src-1_3_22.zip


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-pydev/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	14 Oct 2008 16:35:29 -0000	1.9
+++ sources	18 Oct 2008 20:44:43 -0000	1.10
@@ -1,2 +1,3 @@
 3a42402df10a42af0a8d648711c36239  org.python.pydev.mylyn.feature-fetched-src-pydev_1_3_7.tar.bz2
 9f9432cc41a797b27aa93755233336a3  org.python.pydev.feature-src-1_3_20.zip
+0a390c054ac8caa298a427161f5bcf34  org.python.pydev.feature-src-1_3_22.zip


Index: eclipse-pydev.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-pydev/devel/eclipse-pydev.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- eclipse-pydev.spec	17 Oct 2008 17:28:40 -0000	1.13
+++ eclipse-pydev.spec	18 Oct 2008 20:44:43 -0000	1.14
@@ -4,11 +4,11 @@
 
 %define major     1
 %define minor     3
-%define maint     20
+%define maint     22
 Summary:          Eclipse Python development plug-in
 Name:             eclipse-pydev
 Version:          %{major}.%{minor}.%{maint}
-Release:          2%{?dist}
+Release:          1%{?dist}
 License:          EPL
 URL:              http://pydev.sourceforge.net
 Group:            Development/Tools
@@ -149,7 +149,7 @@
 popd
 
 # rename cgi.py's shebang from /usr/local/bin/python to /usr/bin/env python
-sed -i 's/\/usr\/local\/bin\/python/\/usr\/bin\/env python/' ${RPM_BUILD_ROOT}%{_datadir}/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_1.3.20/Lib/cgi.py
+sed -i 's/\/usr\/local\/bin\/python/\/usr\/bin\/env python/' ${RPM_BUILD_ROOT}%{_datadir}/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_%{version}/Lib/cgi.py
 # convert .py$ files from mode 0644 to mode 0755
 chmod 0755 `find ${RPM_BUILD_ROOT} -name '*\.py' -perm 0644 | xargs`
 
@@ -172,6 +172,9 @@
 %endif 
 
 %changelog
+* Fri Oct 17 2008 Alexander Kurtakov <akurtako at redhat.com> 1:1.3.22-1
+- 1.3.22
+
 * Fri Oct 17 2008 Alexander Kurtakov <akurtako at redhat.com> 1:1.3.20-2
 - Drop gcj support.
 - Split mydev support to subpackage to correct dependencies.




More information about the scm-commits mailing list