From 900792db71354f3b5ef41d70a39afceb4c89aaad Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Wed, 20 Mar 2024 17:55:37 +0800 Subject: [PATCH] rebuild for new clang --- doxygen.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doxygen.spec b/doxygen.spec index a31e5cd..1528fa4 100644 --- a/doxygen.spec +++ b/doxygen.spec @@ -1,4 +1,4 @@ -%define anolis_release 3 +%define anolis_release 4 %global xapian_core_support ON %global clang_support ON @@ -100,6 +100,9 @@ BuildRequires: xapian-core-devel BuildRequires: llvm-devel BuildRequires: clang-devel %endif +BuildRequires: llvm-googletest +BuildRequires: python3-setuptools + Requires: perl-interpreter Requires: graphviz @@ -290,6 +293,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE1} %endif %changelog +* Wed Mar 20 2024 mgb01105731 - 1:1.9.6-4 +- Rebuild for new clang + * Fri Apr 14 2023 Funda Wang - 1:1.9.6-3 - Rebuild for new clang -- Gitee