diff --git a/python-sphinx.spec b/python-sphinx.spec index 4df6b10..ba9174f 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 @@ -25,7 +23,7 @@ Name: python-sphinx #global prerel ... %global upstream_version %{general_version}%{?prerel} Version: %{general_version}%{?prerel:~%{prerel}} -Release: 4%{?dist} +Release: 5%{?dist} Epoch: 1 Summary: Python documentation generator @@ -387,6 +385,9 @@ export PATH=%{buildroot}%{_bindir}:$PATH %changelog +* Fri Aug 16 2019 Miro Hrončok - 1:2.1.2-5 +- Rebuilt for Python 3.8 + * Thu Aug 15 2019 Miro Hrončok - 1:2.1.2-4 - Bootstrap for Python 3.8