diff --git a/python-sphinx.spec b/python-sphinx.spec index 064abda..5d60035 100644 --- a/python-sphinx.spec +++ b/python-sphinx.spec @@ -1,3 +1,5 @@ +%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 +27,7 @@ Name: python-sphinx #global prerel ... %global upstream_version %{general_version}%{?prerel} Version: %{general_version}%{?prerel:~%{prerel}} -Release: 2%{?dist} +Release: 3%{?dist} Epoch: 1 Summary: Python documentation generator @@ -396,6 +398,9 @@ export PATH=%{buildroot}%{_bindir}:$PATH %changelog +* Fri May 22 2020 Miro HronĨok - 1:2.2.2-3 +- Bootstrap for Python 3.9 + * Thu Jan 30 2020 Fedora Release Engineering - 1:2.2.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild