diff --git a/atf-0.21.tar.gz b/atf-0.21.tar.gz deleted file mode 100644 index 6566cf2901db5decea7e0284da9067740385a800..0000000000000000000000000000000000000000 Binary files a/atf-0.21.tar.gz and /dev/null differ diff --git a/atf-0.22.tar.gz b/atf-0.22.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..14c1765aa25d898c51a90496fa21b69adfc11016 Binary files /dev/null and b/atf-0.22.tar.gz differ diff --git a/atf.spec b/atf.spec index aa1641c96ac202ab712c4a2e305fbf76bfc5ab82..050d3a43d5ec0097be6d88bd4d1fb2866fef6a88 100644 --- a/atf.spec +++ b/atf.spec @@ -1,6 +1,6 @@ Name: atf -Version: 0.21 -Release: 3 +Version: 0.22 +Release: 1 License: BSD Summary: Testing Framework for Automated URL: https://github.com/jmmv/atf/ @@ -139,6 +139,13 @@ make check %{_mandir}/man7/* %changelog +* Mon Jul 07 2025 openeuler_bot - 0.22-1 +- Fix various style issues which were blocking `make dist` from completing cleanly. (version:0.22) +- Fix `atf_utils_file_exists` declaration in atf-c(3). (version:0.22) +- Fix various memory leaks and logic errors. (version:0.22) +- `atf-test-case(4)`: update reference to the "descr" metadata property so it's marked Optional. (version:0.22) +- Remove `auto_array` with `std::vector` (fixes modern C++ compliance). (version:0.22) + * Sun Sep 29 2024 xu_ping <707078654@qq.com> - 0.21-3 - Replace auto_ptr with unique_ptr