From 310dd7193359798002866221164f8f7985742cbb Mon Sep 17 00:00:00 2001 From: leeffo Date: Thu, 17 Aug 2023 15:43:54 +0800 Subject: [PATCH] fix compile fail (cherry picked from commit 6513a83fe1cd87fdf014349171f53708b9a3f6a4) --- castxml.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/castxml.spec b/castxml.spec index 250f457..c97da8d 100644 --- a/castxml.spec +++ b/castxml.spec @@ -2,7 +2,7 @@ Name: castxml Version: 0.6.1 -Release: 1 +Release: 2 Summary: C-family abstract syntax tree XML output tool License: Apache-2.0 URL: https://github.com/CastXML/CastXML @@ -16,6 +16,9 @@ BuildRequires: clang-devel >= 3.6.0 BuildRequires: libedit-devel BuildRequires: zlib-devel BuildRequires: python3-sphinx +BuildRequires: llvm-test +BuildRequires: clang-tools-extra +BuildRequires: clang Obsoletes: gccxml < 0.9.0-0.28 %description @@ -60,5 +63,8 @@ ctest -v %license LICENSE NOTICE %changelog +* Thu Aug 17 2023 leeffo - 0.6.1-2 +- fix compile fail + * Fri Apr 28 2023 liweiganga - 0.6.1-1 - Init packaging for openEuler -- Gitee