Description of problem: newman@dhcp-lab-124 devel $ rpmdiff /home/newman/rpmbuild/RPMS/x86_64/libev-3.60-1.fc11.x86_64.rpm /home/newman/rpmbuild/RPMS/x86_64/libev-3.53-1.fc11.x86_64.rpm File "/usr/bin/rpmdiff", line 3 SyntaxError: Non-ASCII character '\xc3' in file /usr/bin/rpmdiff on line 3, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details Affected line: > # Copyright (C) 2006 Mandriva; 2009 Red Hat, Inc.; 2009 Ville Skyttä `--------------------------------------------------------------------^ [poor] Remove the 'ä' and thus became ASCII [better] --- rpmdiff 2009-06-29 15:34:13.000000000 +0200 +++ rpmdiff.new 2009-06-29 15:34:25.000000000 +0200 @@ -1,4 +1,5 @@ #!/usr/bin/python -tt +# -*- coding: utf-8 -*- # # Copyright (C) 2006 Mandriva; 2009 Red Hat, Inc.; 2009 Ville Skyttä # Authors: Frederic Lepied, Florian Festi Version-Release number of selected component (if applicable): rpmlint-0.89-1.fc11.noarch How reproducible: always
Ouch, thanks for the catch. 0.90 will follow shortly.
rpmlint-0.90-1.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/rpmlint-0.90-1.fc11
rpmlint-0.90-1.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/rpmlint-0.90-1.fc10
rpmlint-0.90-1.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report.
rpmlint-0.90-1.fc10 has been pushed to the Fedora 10 stable repository. If problems still persist, please make note of it in this bug report.