[yum-commits] plugins/changelog

skvidal at osuosl.org skvidal at osuosl.org
Mon Oct 4 19:10:02 UTC 2010


 plugins/changelog/changelog.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 094843c153d0b348794cd25210655d9c4678df47
Author: Seth Vidal <skvidal at fedoraproject.org>
Date:   Mon Oct 4 15:09:21 2010 -0400

    to_unicode() on the changelog output as per ticket 610 - thanks to Richard Fearn
    for the suggestion

diff --git a/plugins/changelog/changelog.py b/plugins/changelog/changelog.py
index 007ac6d..5401250 100644
--- a/plugins/changelog/changelog.py
+++ b/plugins/changelog/changelog.py
@@ -163,7 +163,7 @@ Display changelog data, since a specified time, on a group of packages"""
                     self._done_spkgs[pkg.sourcerpm] = True
                     msg('%-40.40s %s' % (pkg, pkg.repoid))
                 self._changelogs += 1
-                msg(line)
+                msg(to_unicode(line))
                 msg('')
 
     def doCommand(self, base, basecmd, extcmds):


More information about the Yum-commits mailing list