From af25bf63a70278f54c3bac89cbe798562650f5a3 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Fri, 15 Apr 2022 11:17:01 +0200 Subject: [PATCH] 10.66-2 --- annobin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/annobin.spec b/annobin.spec index f1d977a..f2d827e 100644 --- a/annobin.spec +++ b/annobin.spec @@ -2,7 +2,7 @@ Name: annobin Summary: Annotate and examine compiled binary files Version: 10.66 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv3+ # Maintainer: nickc@redhat.com # Web Page: https://sourceware.org/annobin/ @@ -484,6 +484,9 @@ fi #--------------------------------------------------------------------------------- %changelog +* Fri Apr 15 2022 Jakub Jelinek - 10.66-2 +- NVR bump to allow rebuild for new GCC. + * Wed Apr 13 2022 Nick Clifton - 10.66-1 - Annocheck: Do not complain about missing -mbranch-protection option in AArch64 binaries if compiled in LTO mode.