diff --git a/castxml.spec b/castxml.spec index 72b4d76e84d774d3e6ce57deb428dc75770f0150..169d9278d2fb347ea6ab2361e93574174a3d3065 100644 --- a/castxml.spec +++ b/castxml.spec @@ -1,7 +1,7 @@ %undefine __cmake_in_source_build Name: castxml -Version: 0.6.10 +Version: 0.6.13 Release: 1 Summary: C-family abstract syntax tree XML output tool License: Apache-2.0 @@ -19,6 +19,8 @@ BuildRequires: python3-sphinx BuildRequires: llvm-test BuildRequires: clang-tools-extra BuildRequires: clang +BuildRequires: libxml2-devel +BuildRequires: libffi-devel Obsoletes: gccxml < 0.9.0-0.28 %description @@ -63,6 +65,9 @@ rm %{buildroot}%{_pkgdocdir}/NOTICE %license LICENSE NOTICE %changelog +* Sat Oct 11 2025 wangxiaomeng - 0.6.13-1 +- update to 0.6.13 + * Mon Dec 09 2024 Funda Wang - 0.6.10-1 - update to 0.6.10 diff --git a/v0.6.10.tar.gz b/v0.6.10.tar.gz deleted file mode 100644 index 61216056975bb4c7a09fcf0e96f237367f83bd39..0000000000000000000000000000000000000000 Binary files a/v0.6.10.tar.gz and /dev/null differ diff --git a/v0.6.13.tar.gz b/v0.6.13.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..cbf97e3548837fd1218b47b149ee457700bb5cfb Binary files /dev/null and b/v0.6.13.tar.gz differ