From 5b4731b0ac32d9e8708cc5680ff944f62e94fbae Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Sun, 6 Feb 2022 17:45:26 +0100 Subject: [PATCH] 10.53-2 --- annobin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/annobin.spec b/annobin.spec index 7108d58..d40df36 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/ @@ -491,6 +491,9 @@ fi #--------------------------------------------------------------------------------- %changelog +* Sun Feb 06 2022 Jakub Jelinek - 10.53-2 +- NVR bump to allow rebuild in yet another side tag. + * Thu Jan 27 2022 Nick Clifton - 10.53-1 - gcc-plugin: Fix libtool so that extraneous runpaths are not added to the plugin. (#2030667)