diff --git a/castxml.spec b/castxml.spec index 250f4574dd47cc81970ece79a1db2a766270fc2e..c97da8d44aedfb8b9d389d149cd90236dceb4494 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