rpms/pylint/devel .cvsignore, 1.10, 1.11 pylint.spec, 1.10, 1.11 sources, 1.10, 1.11

Konstantin Ryabitsev (icon) fedora-extras-commits at redhat.com
Mon Dec 24 23:48:23 UTC 2007


Author: icon

Update of /cvs/pkgs/rpms/pylint/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26484/devel

Modified Files:
	.cvsignore pylint.spec sources 
Log Message:
Upstream 0.13.2 and a couple of cosmetic changes to the package.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pylint/devel/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore	1 Apr 2007 23:23:16 -0000	1.10
+++ .cvsignore	24 Dec 2007 23:47:45 -0000	1.11
@@ -1 +1 @@
-pylint-0.13.1.tar.gz
+pylint-0.13.2.tar.gz


Index: pylint.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pylint/devel/pylint.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- pylint.spec	1 Apr 2007 23:23:16 -0000	1.10
+++ pylint.spec	24 Dec 2007 23:47:45 -0000	1.11
@@ -1,12 +1,12 @@
 %{!?_python_sitelib: %define _python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           pylint
-Version:        0.13.1
+Version:        0.13.2
 Release:        1%{?dist}
 Summary:        Analyzes Python code looking for bugs and signs of poor quality
 
 Group:          Development/Debuggers
-License:        GPL
+License:        GPLv2+
 URL:            http://www.logilab.org/projects/pylint
 Source0:        ftp://ftp.logilab.org/pub/pylint/pylint-%{version}.tar.gz
 BuildArch:      noarch
@@ -50,6 +50,10 @@
 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
+    iconv -f iso-8859-15 -t utf-8 $FILE > $FILE.utf8
+    mv -f $FILE.utf8 $FILE
+done
 
 
 %clean
@@ -73,6 +77,11 @@
 
 
 %changelog
+* Mon Dec 24 2007 Konstantin Ryabitsev <icon at fedoraproject.org> - 0.13.2-1
+- Upstream 0.13.2
+- Adjust license to a more precise version
+- Fix docs to be valid utf-8
+
 * Sun Apr 01 2007 Konstantin Ryabitsev <icon at fedoraproject.org> - 0.13.1-1
 - Upstream 0.13.1
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pylint/devel/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources	1 Apr 2007 23:23:16 -0000	1.10
+++ sources	24 Dec 2007 23:47:45 -0000	1.11
@@ -1 +1 @@
-12fc3704c4295f6bfb9a31ccd2c6562f  pylint-0.13.1.tar.gz
+79596b1bf05f0e5da7621a0bef798a3c  pylint-0.13.2.tar.gz




More information about the fedora-extras-commits mailing list