[pychecker/f13/master] Update to pychecker-0.8.19

vcrhonek vcrhonek at fedoraproject.org
Thu Jan 13 14:59:05 UTC 2011


commit a1210b7b99b19145e2eebfab5228caccb7b6cf7d
Author: Vitezslav Crhonek <Vitezslav.Crhonek at seznam.cz>
Date:   Thu Jan 13 15:58:53 2011 +0100

    Update to pychecker-0.8.19

 .gitignore                  |    1 +
 pychecker-0.8.17-root.patch |   12 -------
 pychecker-0.8.17-spe.patch  |   70 -------------------------------------------
 pychecker.spec              |   15 ++++-----
 sources                     |    2 +-
 5 files changed, 9 insertions(+), 91 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 75efcbc..c647ac6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 pychecker-0.8.17.tar.gz
+/pychecker-0.8.19.tar.gz
diff --git a/pychecker.spec b/pychecker.spec
index b24362c..81dd5a6 100644
--- a/pychecker.spec
+++ b/pychecker.spec
@@ -2,12 +2,10 @@
 
 Summary:  A python source code checking tool
 Name: pychecker
-Version: 0.8.17
-Release: 10%{?dist}
+Version: 0.8.19
+Release: 1%{?dist}
 URL: http://pychecker.sourceforge.net
 Source0: http://dl.sourceforge.net/pychecker/pychecker-%{version}.tar.gz
-Patch0: pychecker-0.8.17-root.patch
-Patch1: pychecker-0.8.17-spe.patch
 License: BSD
 Group: Development/Tools
 BuildRequires: python-devel
@@ -21,8 +19,6 @@ a compiler.
 
 %prep
 %setup -q
-%patch0 -p1 -b .root
-%patch1 -p1 -b .spe
 
 # remove the shebang from non-executable scripts
 for i in Stack OP warn printer CodeChecks Warning msgs utils Config checker function python; do
@@ -49,7 +45,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc CHANGELOG COPYRIGHT KNOWN_BUGS MAINTAINERS README TODO
+%doc ChangeLog COPYRIGHT KNOWN_BUGS MAINTAINERS README TODO
 %{_bindir}/pychecker
 %{python_sitelib}/pychecker
 
@@ -57,7 +53,7 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/*.egg-info
 %endif
 
-%exclude %{python_sitelib}/pychecker/CHANGELOG
+%exclude %{python_sitelib}/pychecker/ChangeLog
 %exclude %{python_sitelib}/pychecker/COPYRIGHT
 %exclude %{python_sitelib}/pychecker/KNOWN_BUGS
 %exclude %{python_sitelib}/pychecker/MAINTAINERS
@@ -66,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT
 %exclude %{python_sitelib}/pychecker/VERSION
 
 %changelog
+* Thu Jan 13 2011 Vitezslav Crhonek <vcrhonek at redhat.com> - 0.8.19-1
+- Update to pychecker-0.8.19
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8.17-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 
diff --git a/sources b/sources
index 8c4e767..73b2e03 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9d2a2d62b368ce503830f830a89bd230  pychecker-0.8.17.tar.gz
+c37182863dfb09209d6ba4f38fce9d2b  pychecker-0.8.19.tar.gz


More information about the scm-commits mailing list