* morituri.spec.in:
Spec fix. * morituri/image/image.py: Log fix.
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2012-01-21 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* morituri.spec.in:
|
||||
Spec fix.
|
||||
* morituri/image/image.py:
|
||||
Log fix.
|
||||
|
||||
2011-10-29 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* morituri/rip/debug.py:
|
||||
|
||||
@@ -50,7 +50,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_bindir}/rip
|
||||
%{_mandir}/man1/rip.1*
|
||||
%{python_sitelib}/morituri
|
||||
%{_sysconfdir}/bash_completion.d/rip
|
||||
%{_sysconfdir}/bash_completion.d/
|
||||
|
||||
%changelog
|
||||
* Sun Jan 09 2011 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
@@ -155,7 +155,7 @@ class AudioLengthTask(log.Loggable, gstreamer.GstPipelineTask):
|
||||
assert type(path) is unicode, "%r is not unicode" % path
|
||||
|
||||
self._path = path
|
||||
self.logName = os.path.basename(path)
|
||||
self.logName = os.path.basename(path).encode('utf-8')
|
||||
|
||||
def getPipelineDesc(self):
|
||||
return '''
|
||||
|
||||
Reference in New Issue
Block a user