From ea03654b069d7e00725c227d384d614aa2dff9ce Mon Sep 17 00:00:00 2001 From: Alexander Kurtakov Date: Oct 18 2008 20:44:43 +0000 Subject: 1.3.22 --- diff --git a/.cvsignore b/.cvsignore index f41fc51..0a186a5 100644 --- a/.cvsignore +++ b/.cvsignore @@ -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 diff --git a/eclipse-pydev.spec b/eclipse-pydev.spec index 00e589b..dc0e99b 100644 --- a/eclipse-pydev.spec +++ b/eclipse-pydev.spec @@ -4,11 +4,11 @@ Epoch: 1 %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 @@ ln -sf %{_datadir}/java/jython.jar \ 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 @@ rm -rf ${RPM_BUILD_ROOT} %endif %changelog +* Fri Oct 17 2008 Alexander Kurtakov 1:1.3.22-1 +- 1.3.22 + * Fri Oct 17 2008 Alexander Kurtakov 1:1.3.20-2 - Drop gcj support. - Split mydev support to subpackage to correct dependencies. diff --git a/sources b/sources index f3a8037..d50b3e7 100644 --- a/sources +++ b/sources @@ -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