NVR bump to allow rebuilding against LLVM version 18.

Resolves: RHEL-50803
This commit is contained in:
Nick Clifton 2025-01-06 11:51:47 +00:00
parent f1eb635ba8
commit 6c9a025f13

View File

@ -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 <nickc@redhat.com> - 12.69-2
- NVR bump to allow rebuilding against LLVM version 18. (RHEL-50803)
* Mon Aug 12 2024 Nick Clifton <nickc@redhat.com> - 12.69-1
- BuiltBy: Fix seg-fault when comparing language version strings. (RHEL-53497)
- Spec File: Use correct names for the symlinks. (RHEL-53572)