From 573690a3ec3808a503a1404c7b9561593e1c6afe Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Wed, 25 Feb 2026 09:41:02 +0000 Subject: [PATCH] Annocheck: Add more files to the gcc heuristics list. Resolves: RHEL-150659 --- annobin.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/annobin.spec b/annobin.spec index 82c0ce4..59462bd 100644 --- a/annobin.spec +++ b/annobin.spec @@ -1,8 +1,8 @@ Name: annobin Summary: Annotate and examine compiled binary files -Version: 13.02 -Release: 2%{?dist} +Version: 13.06 +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/ # Maintainer: nickc@redhat.com @@ -537,6 +537,12 @@ make check #--------------------------------------------------------------------------------- %changelog +* 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. +- Annocheck: Fix compile time warnings from GCC-15 re: strchr returning a const char *. +- Annocheck: Skip production test for gcc libraries. (RHEL-123175) + * Tue Jan 13 2026 Nick Clifton - 13.02-2 - Rebuild against LLVM 21. (RHEL-108331)