From 1e1d827240e165eda089112ec4d5cc1f856f6591 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Mon, 30 Jan 2012 18:36:01 -0800 Subject: [PATCH] Change strip level on the new patch # with '#' will be ignored, and an empty message aborts the commit. --- python-docutils.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-docutils.spec b/python-docutils.spec index 2a64a91..7ff7990 100644 --- a/python-docutils.spec +++ b/python-docutils.spec @@ -79,7 +79,7 @@ This package contains the module, ported to run under python3. %setup -q -n %{srcname}-%{version} %patch0 -p0 -b .exc -%patch1 -p0 -b .enc +%patch1 -p1 -b .enc # Remove shebang from library files for file in docutils/_string_template_compat.py docutils/math/{__init__.py,latex2mathml.py}; do