[python-sphinx10/el6] Add patch so unittests patch with older docutils

Toshio くらとみ toshio at fedoraproject.org
Tue Nov 29 00:55:13 UTC 2011


commit 1c50711bf354ce09d90b3c76068165f257eea8b8
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Mon Nov 28 16:54:53 2011 -0800

    Add patch so unittests patch with older docutils

 Sphinx-1.0.8-old-docutils.patch |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)
---
diff --git a/Sphinx-1.0.8-old-docutils.patch b/Sphinx-1.0.8-old-docutils.patch
new file mode 100644
index 0000000..3362ed6
--- /dev/null
+++ b/Sphinx-1.0.8-old-docutils.patch
@@ -0,0 +1,14 @@
+Index: Sphinx-1.0.8/tests/test_build_html.py
+===================================================================
+--- Sphinx-1.0.8.orig/tests/test_build_html.py
++++ Sphinx-1.0.8/tests/test_build_html.py
+@@ -40,7 +40,8 @@ http://www.python.org/logo.png
+ %(root)s/includes.txt:\\d*: WARNING: Encoding 'utf-8-sig' used for \
+ reading included file u'.*?wrongenc.inc' seems to be wrong, try giving an \
+ :encoding: option\\n?
+-%(root)s/includes.txt:4: WARNING: download file not readable: nonexisting.png
++(%(root)s/includes.txt|None):4: WARNING: download file not readable: \
++nonexisting.png
+ %(root)s/objects.txt:\\d*: WARNING: using old C markup; please migrate to \
+ new-style markup \(e.g. c:function instead of cfunction\), see \
+ http://sphinx.pocoo.org/domains.html


More information about the scm-commits mailing list