Rebuild against debugedit 5.1.2. (RHEL-72712)

This commit is contained in:
Nick Clifton 2025-01-06 11:59:27 +00:00
parent 4c86f12d50
commit a259279dc8

View File

@ -2,7 +2,7 @@
Name: annobin
Summary: Annotate and examine compiled binary files
Version: 12.80
Release: 1%{?dist}
Release: 2%{?dist}
License: GPL-3.0-or-later AND LGPL-2.0-or-later AND (GPL-2.0-or-later WITH GCC-exception-2.0) AND (LGPL-2.0-or-later WITH GCC-exception-2.0) AND GFDL-1.3-or-later
URL: https://sourceware.org/annobin/
# Maintainer: nickc@redhat.com
@ -533,6 +533,9 @@ make check
#---------------------------------------------------------------------------------
%changelog
* Fri Dec 13 2024 Nick Clifton <nickc@redhat.com> - 12.80-2
- Rebuild against debugedit 5.1.2. (RHEL-72712)
* Fri Dec 13 2024 Nick Clifton <nickc@redhat.com> - 12.80-1
- Annocheck: Add support for sys-root'ed glibc packages. (RHEL-71296)
- GCC Plugin: Tidy up use of gcc's diagnoatic headers. (#32429)