diff --git a/.cvsignore b/.cvsignore index 1b58330..5efc85d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -pylint-0.18.1.tar.gz +pylint-0.20.0.tar.gz diff --git a/pylint.spec b/pylint.spec index 3193f3f..a752954 100644 --- a/pylint.spec +++ b/pylint.spec @@ -1,7 +1,7 @@ %{!?_python_sitelib: %define _python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: pylint -Version: 0.18.1 +Version: 0.20.0 Release: 1%{?dist} Summary: Analyzes Python code looking for bugs and signs of poor quality @@ -50,7 +50,7 @@ rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT%{_python_sitelib}/pylint/test mkdir -pm 755 $RPM_BUILD_ROOT%{_mandir}/man1 install -pm 644 man/*.1 $RPM_BUILD_ROOT%{_mandir}/man1/ -for FILE in README doc/*.txt TODO; do +for FILE in README doc/*.txt; do iconv -f iso-8859-15 -t utf-8 $FILE > $FILE.utf8 mv -f $FILE.utf8 $FILE done @@ -62,7 +62,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc doc/*.txt README ChangeLog TODO examples elisp COPYING +%doc doc/*.txt README ChangeLog examples elisp COPYING %{_python_sitelib}/pylint* %{_bindir}/* %{_mandir}/man?/* @@ -77,6 +77,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Mar 25 2010 Brian C.Lane - 0.20.0-1 +* Upstream 0.20.0 + * Sun Aug 30 2009 Konstantin Ryabitsev - 0.18.1-1 - Upstream 0.18.1 (bugfixes and small enhancements) diff --git a/sources b/sources index 5bfd662..62aa2f9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4b1f9bbbb2f2ee2c2076c5d2a35438fa pylint-0.18.1.tar.gz +9f5bda2719d6425a668d27a151d1721f pylint-0.20.0.tar.gz