diff --git a/python-Sphinx.changes b/python-Sphinx.changes index 1e7a56b..e02882f 100644 --- a/python-Sphinx.changes +++ b/python-Sphinx.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Apr 10 20:43:43 UTC 2019 - Dirk Mueller + +- don't provide sphinx from test subpackage, it is for testing + +------------------------------------------------------------------- +Wed Apr 10 07:13:28 UTC 2019 - Dirk Mueller + +- fix tests to include latex/extmath tests + ------------------------------------------------------------------- Wed Mar 27 16:39:15 UTC 2019 - Matej Cepl diff --git a/python-Sphinx.spec b/python-Sphinx.spec index c8552cd..aa0272b 100644 --- a/python-Sphinx.spec +++ b/python-Sphinx.spec @@ -61,6 +61,7 @@ Requires(postun): update-alternatives BuildArch: noarch %if %{with test} BuildRequires: %{python_module Sphinx = %{version}} +BuildRequires: %{python_module Sphinx-latex = %{version}} BuildRequires: %{python_module html5lib} BuildRequires: %{python_module mock} BuildRequires: %{python_module pytest} @@ -84,9 +85,11 @@ Requires: python-typing %endif %endif %ifpython2 +%if ! %{with test} Obsoletes: %{oldpython}-sphinx < %{version} Provides: %{oldpython}-sphinx = %{version} %endif +%endif %python_subpackages %description @@ -166,6 +169,7 @@ Requires: tex(utf8.def) Requires: tex(utf8x.def) Requires: tex(wrapfig.sty) %if 0%{?suse_version} > 1320 +Requires: texlive-dvipng Requires: texlive-latexmk Requires: texlive-makeindex Requires: tex(varwidth.sty)