import annobin-10.37-1.el9
This commit is contained in:
parent
9973028a3b
commit
7e78cd97be
@ -1 +1 @@
|
|||||||
cb5a3c922fa3018c7df177d27357a04cfc9085e5 SOURCES/annobin-10.29.tar.xz
|
60ed1fa9365cf164e6a239dee4bdf595b8708c1f SOURCES/annobin-10.37.tar.xz
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/annobin-10.29.tar.xz
|
SOURCES/annobin-10.37.tar.xz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
Name: annobin
|
Name: annobin
|
||||||
Summary: Annotate and examine compiled binary files
|
Summary: Annotate and examine compiled binary files
|
||||||
Version: 10.29
|
Version: 10.37
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
# Maintainer: nickc@redhat.com
|
# Maintainer: nickc@redhat.com
|
||||||
@ -367,6 +367,8 @@ fi
|
|||||||
|
|
||||||
%if %{with annocheck}
|
%if %{with annocheck}
|
||||||
%files annocheck
|
%files annocheck
|
||||||
|
%{_includedir}/libannocheck.h
|
||||||
|
%{_libdir}/libannocheck.*
|
||||||
%{_bindir}/annocheck
|
%{_bindir}/annocheck
|
||||||
%{_mandir}/man1/annocheck.1*
|
%{_mandir}/man1/annocheck.1*
|
||||||
%endif
|
%endif
|
||||||
@ -374,6 +376,25 @@ fi
|
|||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Nov 25 2021 Nick Clifton <nickc@redhat.com> - 10.29-1
|
||||||
- gcc-plugin: Fix bug creating empty attachments.
|
- gcc-plugin: Fix bug creating empty attachments.
|
||||||
- Annocheck: Change MAYB result to SKIP for DT_RPATH. (#2026300)
|
- Annocheck: Change MAYB result to SKIP for DT_RPATH. (#2026300)
|
||||||
|
Loading…
Reference in New Issue
Block a user