[python-docutils] Change strip level on the new patch # with '#' will be ignored, and an empty message aborts the comm

Toshio くらとみ toshio at fedoraproject.org
Tue Jan 31 02:36:13 UTC 2012


commit 1e1d827240e165eda089112ec4d5cc1f856f6591
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Mon Jan 30 18:36:01 2012 -0800

    Change strip level on the new patch # with '#' will be ignored, and an empty message aborts the commit.

 python-docutils.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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


More information about the scm-commits mailing list