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)