diff --git a/python-base.changes b/python-base.changes index d982387..e53f85c 100644 --- a/python-base.changes +++ b/python-base.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 27 06:56:55 UTC 2020 - Matej Cepl + +- Use python3-Sphinx on anything more recent than SLE-15 (inclusive). + ------------------------------------------------------------------- Thu Apr 23 09:17:24 UTC 2020 - Matej Cepl diff --git a/python-doc.changes b/python-doc.changes index d982387..e53f85c 100644 --- a/python-doc.changes +++ b/python-doc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 27 06:56:55 UTC 2020 - Matej Cepl + +- Use python3-Sphinx on anything more recent than SLE-15 (inclusive). + ------------------------------------------------------------------- Thu Apr 23 09:17:24 UTC 2020 - Matej Cepl diff --git a/python-doc.spec b/python-doc.spec index 1417348..49300c0 100644 --- a/python-doc.spec +++ b/python-doc.spec @@ -31,7 +31,11 @@ Source0: %{tarname}.tar.xz #Source3: http://docs.python.org/%{version}/archives/python-%{pyver}-docs-pdf-letter.tar.bz2 Source2: python-%{version}-docs-pdf-a4.tar.bz2 Source3: python-%{version}-docs-pdf-letter.tar.bz2 +%if 0%{?suse_version} >= 1500 +BuildRequires: python3-Sphinx +%else BuildRequires: python-Sphinx +%endif BuildRequires: xz # COMMON-PATCH-BEGIN Patch1: python-2.7-dirs.patch diff --git a/python.changes b/python.changes index d982387..e53f85c 100644 --- a/python.changes +++ b/python.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 27 06:56:55 UTC 2020 - Matej Cepl + +- Use python3-Sphinx on anything more recent than SLE-15 (inclusive). + ------------------------------------------------------------------- Thu Apr 23 09:17:24 UTC 2020 - Matej Cepl