diff --git a/python-breathe.changes b/python-breathe.changes index bce24ea..21f998b 100644 --- a/python-breathe.changes +++ b/python-breathe.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Oct 25 12:46:34 UTC 2022 - ecsos + +- Fix build errors in Leap and Tumbleweed. + ------------------------------------------------------------------- Fri Sep 23 02:44:31 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-breathe.spec b/python-breathe.spec index a0cc5a0..a424f68 100644 --- a/python-breathe.spec +++ b/python-breathe.spec @@ -25,14 +25,14 @@ Summary: Sphinx Doxygen renderer License: BSD-3-Clause URL: https://github.com/michaeljones/breathe Source: https://github.com/michaeljones/%{modname}/archive/v%{version}.tar.gz#/%{modname}-%{version}.tar.gz -BuildRequires: %{python_module Sphinx >= 3.0.4} +BuildRequires: %{python_module Sphinx >= 4.0} BuildRequires: %{python_module docutils >= 0.12} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six >= 1.9} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-Sphinx >= 3.0 +Requires: python-Sphinx >= 4.0 Requires: python-docutils >= 0.12 Requires: python-setuptools Requires: python-six >= 1.9