rpms/python-dateutil/devel python-dateutil.spec,1.17,1.18

Toshio くらとみ toshio at fedoraproject.org
Wed Jun 30 08:46:49 UTC 2010


Author: toshio

Update of /cvs/pkgs/rpms/python-dateutil/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv21628

Modified Files:
	python-dateutil.spec 
Log Message:
Add reencoding to utf8 for the NEWS file



Index: python-dateutil.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-dateutil/devel/python-dateutil.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- python-dateutil.spec	30 Jun 2010 08:34:05 -0000	1.17
+++ python-dateutil.spec	30 Jun 2010 08:46:48 -0000	1.18
@@ -23,6 +23,8 @@ module available in Python 2.3+.
 %prep
 %setup -q
 
+# Reencode this as utf8
+iconv -f ISO-8859-1 -t utf8 NEWS
 
 %build
 %{__python} setup.py build



More information about the scm-commits mailing list