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

This commit is contained in:
Toshio Kuratomi 2012-01-30 18:36:01 -08:00
parent dfd486eb4d
commit 1e1d827240

View File

@ -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