- Fixes for previous patches incorporated there
- roman.py has been moved into a docutils submodule
- docutils doesn't work with PyXML. before I poke around for the bug in PyXML,
seeing if we're going to go through with deprecating it or if we can sanitize
our python stdlib's handling of it.
- Fix for traceback in https://bugzilla.redhat.com/show_bug.cgi?id=786867
- Switch from setuptools installed egg-info to distutils egg-info. Note
that this works because we're also changing docutils version. To do
this between
0.5-4 and 0.5-5, for instance, we'd need to have %preun scriptlet to get
rid of the egg-info directory.
- Scripted the listing of files in the python module.
- Add a missingok requirement on python-imaging as docutils can make use of
it when converting to formats that have images.