- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937

Signed-off-by: Mohan Boddu <mboddu@redhat.com>
This commit is contained in:
Mohan Boddu 2021-04-16 04:14:43 +00:00
parent c6045f4955
commit 62ceeff20d

View File

@ -6,7 +6,7 @@ render the Doxygen xml output.
Name: python-%{srcname}
Version: 4.27.0
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Adds support for Doxygen xml output to reStructuredText and Sphinx
License: BSD
@ -79,6 +79,9 @@ rm documentation/build/html/.buildinfo
%license LICENSE
%changelog
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com>
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Wed Mar 10 2021 Charalampos Stratakis <cstratak@redhat.com> - 4.27.0-2
- Fix an IndexError when generating toctree (rhbz#1930910)