import annobin-10.37-1.el9

This commit is contained in:
CentOS Sources 2022-01-11 12:11:40 -05:00 committed by Stepan Oksanichenko
parent 9973028a3b
commit 7e78cd97be
3 changed files with 24 additions and 3 deletions

View File

@ -1 +1 @@
cb5a3c922fa3018c7df177d27357a04cfc9085e5 SOURCES/annobin-10.29.tar.xz
60ed1fa9365cf164e6a239dee4bdf595b8708c1f SOURCES/annobin-10.37.tar.xz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/annobin-10.29.tar.xz
SOURCES/annobin-10.37.tar.xz

View File

@ -1,7 +1,7 @@
Name: annobin
Summary: Annotate and examine compiled binary files
Version: 10.29
Version: 10.37
Release: 1%{?dist}
License: GPLv3+
# Maintainer: nickc@redhat.com
@ -367,6 +367,8 @@ fi
%if %{with annocheck}
%files annocheck
%{_includedir}/libannocheck.h
%{_libdir}/libannocheck.*
%{_bindir}/annocheck
%{_mandir}/man1/annocheck.1*
%endif
@ -374,6 +376,25 @@ fi
#---------------------------------------------------------------------------------
%changelog
* Tue Dec 14 2021 Nick Clifton <nickc@redhat.com> - 10.37-1
- Annocheck: Do not complaining about missing -mstackrealign notes in LTO mode. (#2030298)
- GCC Plugin: Do not record missing -mstackrealign in LTO mode.
* Mon Dec 13 2021 Nick Clifton <nickc@redhat.com> - 10.34-1
- Tests: Fix gaps and stat tests to use newly built annobin plugin. (#2028063)
* Mon Dec 06 2021 Nick Clifton <nickc@redhat.com> - 10.33-1
- NVR bump to allow rebuilding against new GCC. (#2028063)
* Mon Dec 06 2021 Nick Clifton <nickc@redhat.com> - 10.32-1
- Annocheck: Ignore gaps in binaries at least partial built by golang. (#2028583)
* Fri Dec 03 2021 Nick Clifton <nickc@redhat.com> - 10.31-1
- Annocheck: Allow spaces in gloang symbols. (#2028583)
* Wed Dec 01 2021 Nick Clifton <nickc@redhat.com> - 10.30-1
- Annocheck: Initial deployment of libannocheck. (#2028063)
* Thu Nov 25 2021 Nick Clifton <nickc@redhat.com> - 10.29-1
- gcc-plugin: Fix bug creating empty attachments.
- Annocheck: Change MAYB result to SKIP for DT_RPATH. (#2026300)