From 55099074361fd2d2e9d25de3a9dc6d7f710cb952 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Fri, 11 Dec 2020 17:04:35 +0000 Subject: [PATCH] NVR bump in order to allow the new gating tests to be run. --- annobin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/annobin.spec b/annobin.spec index fb25bd8..8f39353 100644 --- a/annobin.spec +++ b/annobin.spec @@ -2,7 +2,7 @@ Name: annobin Summary: Annotate and examine compiled binary files Version: 9.52 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv3+ # ProtocolURL: https://fedoraproject.org/wiki/Toolchain/Watermark # Maintainer: nickc@redhat.com @@ -323,6 +323,9 @@ fi #--------------------------------------------------------------------------------- %changelog +* Fri Dec 11 2020 Nick Clifton - 9.52-2 +- NVR bump in order to allow the new gating tests to be run. + * Fri Dec 11 2020 Nick Clifton - 9.52-1 - annocheck: When a binary is produced both by GAS and GCC, select GAS as the real producer. (#1906171)