commit python-Sphinx for openSUSE:Factory
Hello community, here is the log from the commit of package python-Sphinx for openSUSE:Factory checked in at 2017-08-29 11:39:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Sphinx (Old) and /work/SRC/openSUSE:Factory/.python-Sphinx.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-Sphinx" Tue Aug 29 11:39:09 2017 rev:41 rq:518573 version:1.6.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Sphinx/python-Sphinx-doc.changes 2017-08-06 11:27:59.896914753 +0200 +++ /work/SRC/openSUSE:Factory/.python-Sphinx.new/python-Sphinx-doc.changes 2017-08-29 11:39:10.401806182 +0200 @@ -1,0 +2,5 @@ +Thu Aug 24 16:43:14 UTC 2017 - toddrme2178@gmail.com + +- Check that latex dependencies are installable + +------------------------------------------------------------------- --- /work/SRC/openSUSE:Factory/python-Sphinx/python-Sphinx.changes 2017-08-06 11:27:59.924910809 +0200 +++ /work/SRC/openSUSE:Factory/.python-Sphinx.new/python-Sphinx.changes 2017-08-29 11:39:10.565783144 +0200 @@ -1,0 +2,5 @@ +Thu Aug 24 15:55:01 UTC 2017 - toddrme2178@gmail.com + +- Add new latex dependencies needed in openSUSE:Factory + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Sphinx-doc.spec ++++++ --- /var/tmp/diff_new_pack.7HHcdH/_old 2017-08-29 11:39:11.649630865 +0200 +++ /var/tmp/diff_new_pack.7HHcdH/_new 2017-08-29 11:39:11.661629179 +0200 @@ -15,6 +15,11 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # +%if 0%{?suse_version} != 1315 +%bcond_without latex +%else +%bcond_with latex +%endif %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-Sphinx-doc @@ -29,6 +34,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: fdupes BuildRequires: python3-Sphinx +%if %{with latex} +BuildRequires: python3-Sphinx-latex +%endif BuildRequires: python-rpm-macros Recommends: %{name}-html = %{version} BuildArch: noarch ++++++ python-Sphinx.spec ++++++ --- /var/tmp/diff_new_pack.7HHcdH/_old 2017-08-29 11:39:11.769614007 +0200 +++ /var/tmp/diff_new_pack.7HHcdH/_new 2017-08-29 11:39:11.773613446 +0200 @@ -1,5 +1,5 @@ # -# spec file for package python-Sphinx-doc +# spec file for package python-Sphinx # # Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # @@ -16,7 +16,7 @@ # -%if 0%{?suse_version} && ( 0%{?suse_version} != 1315 && 0%{?suse_version} > 1110 ) +%if 0%{?suse_version} != 1315 %bcond_without latex %else %bcond_with latex @@ -153,6 +153,11 @@ Requires: tex(utf8.def) Requires: tex(utf8x.def) Requires: tex(wrapfig.sty) +%if 0%{?suse_version} > 1320 +Requires: texlive-latexmk +Requires: texlive-makeindex +Requires: tex(varwidth.sty) +%endif %description latex Sphinx is a tool that makes it easy to create intelligent and beautiful
participants (1)
-
root@hilbert.suse.de