Rebuilt against GCC 13.

This commit is contained in:
Jakub Jelinek 2023-01-16 13:06:48 +01:00
parent 886835160d
commit 4cdb52a0c2
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: 11.06
Release: 1%{?dist}
Release: 2%{?dist}
License: GPLv3+
URL: https://sourceware.org/annobin/
# Maintainer: nickc@redhat.com
@ -514,6 +514,9 @@ fi
#---------------------------------------------------------------------------------
%changelog
* Mon Jan 16 2023 Jakub Jelinek <jakub@redhat.com> - 11.06-2
- Rebuilt against GCC 13.
* Fri Jan 13 2023 Nick Clifton <nickc@redhat.com> - 11.06-1
- Annocheck: Fix handling of file built by multiple versions of gcc. (#2160700)