This commit is contained in:
Jakub Jelinek 2022-03-09 15:28:56 +01:00
parent c712a9f799
commit 6cdacc7a72
1 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Name: annobin
Summary: Annotate and examine compiled binary files
Version: 10.57
Release: 1%{?dist}
Release: 2%{?dist}
License: GPLv3+
# Maintainer: nickc@redhat.com
# Web Page: https://sourceware.org/annobin/
@ -483,6 +483,9 @@ fi
#---------------------------------------------------------------------------------
%changelog
* Wed Mar 09 2022 Jakub Jelinek <jakub@redhat.com> - 10.57-2
- NVR bump to allow rebuild for new GCC.
* Mon Mar 07 2022 Nick Clifton <nickc@redhat.com> - 10.57-1
- Annocheck: Update documentation and fix typo in annocheck. (#2061291)