diff --git a/annobin.spec b/annobin.spec index c115b9b..df11c4a 100644 --- a/annobin.spec +++ b/annobin.spec @@ -2,7 +2,7 @@ Name: annobin Summary: Annotate and examine compiled binary files Version: 9.68 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv3+ # ProtocolURL: https://fedoraproject.org/wiki/Toolchain/Watermark # Maintainer: nickc@redhat.com @@ -311,6 +311,9 @@ fi #--------------------------------------------------------------------------------- %changelog +* Sun Apr 25 2021 Jakub Jelinek - 9.68-2 +- Rebuilt for gcc 10.3.1-1 + * Wed Apr 21 2021 Nick Clifton - 9.68-1 - Annocheck: WARN if the annobin plugin was built for a newer version of the compiler than the one on which it was run. (#1950657) - Annocheck: Improve detection of missing GNU-stack support.