From fe33666aa93c7dfe4ccddaa24a0e7f8491494b2a Mon Sep 17 00:00:00 2001 From: Konstantin Ryabitsev Date: Jan 18 2008 01:28:36 +0000 Subject: New upstream 0.14.0 plus fixes for devel. --- diff --git a/.cvsignore b/.cvsignore index 16adc03..59c1583 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -pylint-0.13.2.tar.gz +pylint-0.14.0.tar.gz diff --git a/pylint.spec b/pylint.spec index b58b332..8d92ace 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.13.2 +Version: 0.14.0 Release: 1%{?dist} Summary: Analyzes Python code looking for bugs and signs of poor quality @@ -63,7 +63,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc doc/*.txt README ChangeLog TODO examples elisp COPYING -%{_python_sitelib}/pylint +%{_python_sitelib}/pylint* %{_bindir}/* %{_mandir}/man?/* %exclude %{_python_sitelib}/pylint/gui.py* @@ -77,6 +77,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Jan 17 2008 Konstantin Ryabitsev - 0.14.0-1 +- Upstream 0.14.0 +- Package the .egg-info files. + * Mon Dec 24 2007 Konstantin Ryabitsev - 0.13.2-1 - Upstream 0.13.2 - Adjust license to a more precise version diff --git a/sources b/sources index fbc18fb..054b158 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -79596b1bf05f0e5da7621a0bef798a3c pylint-0.13.2.tar.gz +a6a6a1c68e56506d6fca7569f622767a pylint-0.14.0.tar.gz