diff --git a/python-docutils.spec b/python-docutils.spec index c67b07c393ba0169037fa0c380d2a39871a06743..031139bcfe1b6e3fa2d5400b5304f6ce4c1dedb3 100644 --- a/python-docutils.spec +++ b/python-docutils.spec @@ -4,11 +4,11 @@ Name: python-%{modname} Version: 0.16 -Release: 1 +Release: 2 Summary: Documentation Utilities Written in Python, for General- and Special-Purpose Use License: Public Domain and BSD and Python and GPLv3+ URL: http://docutils.sourceforge.net -Source0: http://downloads.sourceforge.net/docutils/docutils-0.14.tar.gz +Source0: http://downloads.sourceforge.net/docutils/docutils-0.16.tar.gz BuildArch: noarch BuildRequires: python2-devel python2-setuptools @@ -96,7 +96,7 @@ rm %{flashfilepath}%{flashfilename} pushd %{py3dir} mv %{flashfilename} %{flashfilepath}%{flashfilename} -python3 test3/alltests.py +python3 test/alltests.py rm %{flashfilepath}%{flashfilename} popd @@ -115,6 +115,9 @@ popd %doc THANKS.txt docs tools/editors %changelog +* Wed Jul 29 2020 dingyue - 0.16-2 +- Fix 0.16-1 for error + * Thu Jul 23 2020 dingyue - 0.16-1 - NA