Rebase and Rebuild against LLVM 22.

Resolve: RHEL-140399
This commit is contained in:
Nick Clifton 2026-04-20 10:41:42 +01:00
parent 1cbcf6e04b
commit 460f93694f

View File

@ -1,7 +1,7 @@
Name: annobin
Summary: Annotate and examine compiled binary files
Version: 13.06
Version: 13.10
Release: 1%{?dist}
License: GPL-3.0-or-later AND LGPL-2.0-or-later AND (GPL-2.0-or-later WITH GCC-exception-2.0) AND (LGPL-2.0-or-later WITH GCC-exception-2.0) AND GFDL-1.3-or-later
URL: https://sourceware.org/annobin/
@ -537,6 +537,13 @@ make check
#---------------------------------------------------------------------------------
%changelog
* Mon Feb 23 2026 Nick Clifton <nickc@redhat.com> - 13.10-1
- Rebuild against LLVM 22. (RHEL-140399)
- Require C++17 for building.
- Annocheck: Ignore Risc-V attribute sections.
- Annocheck: Change result of failing not-XXX tests from FAIL to MAYB. Update documentation.
- Annocheck: Process the .ARM.attributes section.
* Mon Feb 23 2026 Nick Clifton <nickc@redhat.com> - 13.06-1
- Annocheck: Add more files to the gcc heuristics list. (RHEL-150659)
- Annocheck: Add .fc44 to list of known rpm file extensions.