Spec File: NVR bump in order to allow rebuilding with LLVM 19.

Resolves: RHEL-66058
This commit is contained in:
Nick Clifton 2024-11-18 11:44:28 +00:00
parent ce738497df
commit 2bf6eee716

View File

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