From 62ceeff20d83ca344348ccbe6a00c22187b0a6af Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Fri, 16 Apr 2021 04:14:43 +0000 Subject: [PATCH] - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 Signed-off-by: Mohan Boddu --- python-breathe.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-breathe.spec b/python-breathe.spec index b44b0ea..3b79151 100644 --- a/python-breathe.spec +++ b/python-breathe.spec @@ -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 +- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 + * Wed Mar 10 2021 Charalampos Stratakis - 4.27.0-2 - Fix an IndexError when generating toctree (rhbz#1930910)