diff --git a/python-sphinx.spec b/python-sphinx.spec index 5d60035..d28b2ae 100644 --- a/python-sphinx.spec +++ b/python-sphinx.spec @@ -1,5 +1,3 @@ -%global _without_tests 1 -%global _without_websupport 1 # When bootstrapping sphinx, we don't yet have sphinxcontrib-websupport # Without it we have warnings in docs, but it's not a hard dependency %bcond_without websupport @@ -27,7 +25,7 @@ Name: python-sphinx #global prerel ... %global upstream_version %{general_version}%{?prerel} Version: %{general_version}%{?prerel:~%{prerel}} -Release: 3%{?dist} +Release: 4%{?dist} Epoch: 1 Summary: Python documentation generator @@ -398,6 +396,9 @@ export PATH=%{buildroot}%{_bindir}:$PATH %changelog +* Sat May 23 2020 Miro Hrončok - 1:2.2.2-4 +- Rebuilt for Python 3.9 + * Fri May 22 2020 Miro Hrončok - 1:2.2.2-3 - Bootstrap for Python 3.9