From 6cce15d35b3340f76a69a36b75cfab6727d8bd1c Mon Sep 17 00:00:00 2001 From: Christoph Junghans Date: Tue, 19 Mar 2019 11:32:36 -0600 Subject: [PATCH] Incl. xml fix for c++11 --- doxygen.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doxygen.spec b/doxygen.spec index d199732..59a462a 100644 --- a/doxygen.spec +++ b/doxygen.spec @@ -8,7 +8,7 @@ Summary: A documentation system for C/C++ Name: doxygen Epoch: 1 Version: 1.8.15 -Release: 8%{?dist} +Release: 9%{?dist} # No version is specified. License: GPL+ @@ -24,6 +24,7 @@ Patch1: doxygen-1.8.15-test_for_XML_output_with_an_empty_TOC.patch Patch2: doxygen-1.8.15-inconsistent_whitespace_removal_for_operators.patch Patch3: doxygen-1.8.15-crash.patch Patch4: doxygen-1.8.15-multilib.patch +Patch5: https://github.com/doxygen/doxygen/pull/6893.patch BuildRequires: %{_bindir}/python3 @@ -192,6 +193,9 @@ make tests -C %{_target_platform} %endif %changelog +* Tue Mar 19 2019 Christoph Junghans - 1:1.8.15-9 +- Incl. xml fix for c++11 + * Sat Mar 16 2019 Than Ngo - 1:1.8.15-8 - added license file