From 6c9a025f136de5f5dcc401dbd2377cec67290302 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 6 Jan 2025 11:51:47 +0000 Subject: [PATCH] NVR bump to allow rebuilding against LLVM version 18. Resolves: RHEL-50803 --- annobin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/annobin.spec b/annobin.spec index 4a0e932..4d2b3d1 100644 --- a/annobin.spec +++ b/annobin.spec @@ -9,7 +9,7 @@ BuildRequires: scl-utils-build Name: %{?scl_prefix}annobin Summary: Annotate and examine compiled binary files Version: 12.69 -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 URL: https://sourceware.org/annobin/ # Maintainer: nickc@redhat.com @@ -574,6 +574,9 @@ make check GCC=%gcc_for_annobin #--------------------------------------------------------------------------------- %changelog +* Mon Jan 06 2025 Nick Clifton - 12.69-2 +- NVR bump to allow rebuilding against LLVM version 18. (RHEL-50803) + * Mon Aug 12 2024 Nick Clifton - 12.69-1 - BuiltBy: Fix seg-fault when comparing language version strings. (RHEL-53497) - Spec File: Use correct names for the symlinks. (RHEL-53572)