[yum-commits] repodiff.py

skvidal at osuosl.org skvidal at osuosl.org
Fri Jun 4 20:50:28 UTC 2010


 repodiff.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b99d9f7985e4c0e845bc907d6fa80ca7e1b178fb
Author: Seth Vidal <skvidal at fedoraproject.org>
Date:   Fri Jun 4 16:51:00 2010 -0400

    to_unicode() summary for repodiff, too
    
    closes  https://bugzilla.redhat.com/show_bug.cgi?id=600501

diff --git a/repodiff.py b/repodiff.py
index 3cb1f77..760a77f 100755
--- a/repodiff.py
+++ b/repodiff.py
@@ -195,7 +195,7 @@ def main(args):
     if ygh.add:
         for pkg in sorted(ygh.add):
             print 'New package %s' % pkg.name
-            print '        %s' % pkg.summary
+            print '        %s' % to_unicode(pkg.summary)
             add_sizechange += int(pkg.size)
                 
     if ygh.remove:


More information about the Yum-commits mailing list