From 2804d0bda0cf7ec3be548757c19848f0a4e194fa Mon Sep 17 00:00:00 2001 From: zhouwenpei Date: Wed, 21 Sep 2022 18:02:45 +0800 Subject: [PATCH] set clang_support to default OFF (cherry picked from commit 8c7aaf653f4a92895df8b4e97a9d3bb969595eb0) --- doxygen.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doxygen.spec b/doxygen.spec index 51a500f..b0dd684 100644 --- a/doxygen.spec +++ b/doxygen.spec @@ -1,10 +1,10 @@ %global xapian_core_support "ON" %global BuildDir "Out" -%global clang_support ON +%global clang_support OFF Name: doxygen Epoch: 1 Version: 1.9.3 -Release: 2 +Release: 3 Summary: A documentation system for C/C++ License: GPL+ Url: https://www.doxygen.nl @@ -104,6 +104,9 @@ make tests -C %{BuildDir} %{_datadir}/icons/hicolor/*/apps/doxywizard.png %changelog +* Wed Sep 21 2022 zhouwenpei - 1:1.9.3-3 +- set clang_support to default OFF + * Mon Aug 15 2022 caodongxia - 1:1.9.3-2 - RTFGenerator should exit with 0 when gengrate file success -- Gitee