diff --git a/.gitignore b/.gitignore index a2348af..46cd176 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/spyder-2.0.1.zip +/spyder-2.0.3.zip diff --git a/sources b/sources index 0ef337a..8ccfb4b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cb5f21841d98d8cf10e9fd3f21a39042 spyder-2.0.1.zip +6440e9fd162b18e0bde46d9ab1794864 spyder-2.0.3.zip diff --git a/spyder.spec b/spyder.spec index a4d9379..0978fcf 100644 --- a/spyder.spec +++ b/spyder.spec @@ -4,7 +4,7 @@ %endif Name: spyder -Version: 2.0.1 +Version: 2.0.3 Release: 1%{?dist} Summary: Scientific Python Development Environment Source0: http://spyderlib.googlecode.com/files/%{name}-%{version}.zip @@ -31,10 +31,10 @@ widgets. %prep %setup -q +rm -rf PKG-INFO # Remove DOS line endings -for file in `find -name "*.txt" -o -name "*.py" -o -name "*.js" \ - -o -name "*.css"` README; do +for file in `find -name "*.rst" -o -name "*.py" -o -name "*.css"` README; do sed "s|\r||g" $file > $file.new && \ touch -r $file $file.new && \ mv $file.new $file @@ -77,6 +77,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_datadir}/icons/hicolor/*/apps/* %changelog +* Wed Dec 08 2010 Chen Lei - 2.0.3-1 +- Update to 2.0.3 + * Wed Dec 01 2010 Chen Lei - 2.0.1-1 - Update to 2.0.1