!4 [sync] PR-3: fix compile fail

From: @openeuler-sync-bot 
Reviewed-by: @leeffo 
Signed-off-by: @leeffo
This commit is contained in:
openeuler-ci-bot 2023-08-17 08:52:13 +00:00 committed by Gitee
commit 3d1f137221
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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 <liweiganga@uniontech.com> - 0.6.1-2
- fix compile fail
* Fri Apr 28 2023 liweiganga <liweiganga@uniontech.com> - 0.6.1-1
- Init packaging for openEuler