From 460f93694f7a46c84279fe73907f5f25210fda1e Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 20 Apr 2026 10:41:42 +0100 Subject: [PATCH] Rebase and Rebuild against LLVM 22. Resolve: RHEL-140399 --- annobin.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/annobin.spec b/annobin.spec index 59462bd..3e21f37 100644 --- a/annobin.spec +++ b/annobin.spec @@ -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 - 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 - 13.06-1 - Annocheck: Add more files to the gcc heuristics list. (RHEL-150659) - Annocheck: Add .fc44 to list of known rpm file extensions.