From 3d5f6cf283ce134557615435b7c60476f30aa003 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Fri, 11 Feb 2022 13:54:10 +0000 Subject: [PATCH] NVR bump to allow rebuilding against latest gcc. Resolves: #2053507 --- annobin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/annobin.spec b/annobin.spec index 71e0476..5629521 100644 --- a/annobin.spec +++ b/annobin.spec @@ -2,7 +2,7 @@ Name: annobin Summary: Annotate and examine compiled binary files Version: 10.53 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv3+ # Maintainer: nickc@redhat.com # Web Page: https://sourceware.org/annobin/ @@ -375,6 +375,9 @@ fi #--------------------------------------------------------------------------------- %changelog +* Fri Feb 11 2022 Nick Clifton - 10.53-2 +- NVR bump to allow rebuilding against latest gcc. (#2053507) + * Fri Jan 28 2022 Nick Clifton - 10.53-1 - gcc-plugin: Fix libtool so that extraneous runpaths are not added to the plugin. (#2047356) - gcc-plugin: Use canonical_option field of save_decoded_options array. (#2047148)