From 334b5cd671dd593de100956dd21a4039c599fd58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 2 Jul 2018 19:18:45 +0200 Subject: [PATCH] Enable websupport --- python-sphinx.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-sphinx.spec b/python-sphinx.spec index 4097323..7df79e7 100644 --- a/python-sphinx.spec +++ b/python-sphinx.spec @@ -12,7 +12,7 @@ %endif # When bootstrapping sphinx, we don't yet have sphinxcontrib-websupport -%bcond_with websupport +%bcond_without websupport # Also, we don't have all the tests requirements %bcond_with tests @@ -27,7 +27,7 @@ Name: python-sphinx Version: 1.7.5 -Release: 2%{?dist} +Release: 3%{?dist} Epoch: 1 Summary: Python documentation generator @@ -618,6 +618,9 @@ popd %changelog +* Mon Jul 02 2018 Miro Hrončok - 1:1.7.5-3 +- Enable websupport + * Mon Jul 02 2018 Miro Hrončok - 1:1.7.5-2 - Rebuilt for Python 3.7