diff --git a/annobin.spec b/annobin.spec index 3623c93..4334f99 100644 --- a/annobin.spec +++ b/annobin.spec @@ -2,7 +2,7 @@ Name: annobin Summary: Annotate and examine compiled binary files Version: 12.65 -Release: 1%{?dist} +Release: 2%{?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 # Maintainer: nickc@redhat.com # Web Page: https://sourceware.org/annobin/ @@ -370,6 +370,9 @@ exit $res #--------------------------------------------------------------------------------- %changelog +* Mon Nov 18 2024 Nick Clifton - 12.65-2 +- Spec File: NVR bump in order to allow rebuilding with LLVM 19. (RHEL-66058) + * Mon Jul 29 2024 Nick Clifton - 12.65-1 - Annocheck: Fix recording arguments for later re-use. (RHEL-50802) - Spec File: Add LTO option to clang and llvm plugin builds. (RHEL-50796)