parent
d04910897b
commit
fa38621aaf
32
annobin.spec
32
annobin.spec
@ -1,8 +1,8 @@
|
||||
|
||||
Name: annobin
|
||||
Summary: Annotate and examine compiled binary files
|
||||
Version: 10.73
|
||||
Release: 3%{?dist}
|
||||
Version: 10.94
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3+
|
||||
# Maintainer: nickc@redhat.com
|
||||
# Web Page: https://sourceware.org/annobin/
|
||||
@ -355,6 +355,7 @@ fi
|
||||
%files annocheck
|
||||
%{_includedir}/libannocheck.h
|
||||
%{_libdir}/libannocheck.*
|
||||
%{_libdir}/pkgconfig/libannocheck.pc
|
||||
%{_bindir}/annocheck
|
||||
%{_mandir}/man1/annocheck.1*
|
||||
%endif
|
||||
@ -362,6 +363,33 @@ fi
|
||||
#---------------------------------------------------------------------------------
|
||||
|
||||
%changelog
|
||||
* Wed Dec 07 2022 Nick Clifton <nickc@redhat.com> - 10.94-1
|
||||
- Rebase to 10.94. (#2151308)
|
||||
- Annocheck: Better detection of binaries which do not contain code. (#2144533)
|
||||
- Annocheck: Provide more information when a test is skipped because the file being tested was not compiled.
|
||||
- Annocheck: Try harder not to run mutually exclusive tests.
|
||||
- Tests: Fix future-test so that it properly handles the situation where the compiler does not support the new options.
|
||||
- Libannocheck: Actually set result fields after tests are run.
|
||||
- Libannocheck: Replace libannocheck_version variable with LIBANNOCHECK_VERSION define.
|
||||
- Libannocheck: Remove 'Requires binutils-devel' from libannocheck.pc.
|
||||
- Libannocheck: Move into separate sub-package.
|
||||
- Libannocheck: Add libannocheck.pc pkgconfig file.
|
||||
- Libannocheck: Add libannocheck_reinit().
|
||||
- GCC Plugin: Record -ftrivial-auto-var-init and -fzero-call-used-regs.
|
||||
- Annocheck: Add future tests for -ftrivial-auto-var-init and -fzero-call-used-regs.
|
||||
- Clang Plugin: Fix for building with Clang-15. (#2125875)
|
||||
- Annocheck: Add a test for the inconsistent use of -Ofast. (#1248744)
|
||||
- GCC Plugin: Fix top level configuration support for RiscV.
|
||||
- Annocheck: Improvements to the size tool.
|
||||
- Annocheck: Fixes for libannocheck.h.
|
||||
- Annocheck: Add automatic profile selection.
|
||||
- Annocheck: Improve gap detection and reporting.
|
||||
- Annocheck: Check build-id of separate debuginfo files.
|
||||
- Annocheck: Add GAPS test replacing --ignore-gaps.
|
||||
- Annocheck: Fix covscan detected race condition between stat() and open().
|
||||
- Annocheck: Handle binaries created by Rust 1.18. (#2094420)
|
||||
- Annocheck: Add optional function name to --skip arguments. (PR 29229)
|
||||
|
||||
* Wed Jul 20 2022 Florian Weimer <fweimer@redhat.com> - 10.73-3
|
||||
- Rebuild to switch back to system annobin (#2106262)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (annobin-10.73.tar.xz) = 264bd43279526095b4bc11accc0c6a9e8a6fdaa9adf9b8a12076b0d55f34ecc7df0c4653ec48210aff7cefabac208fcab52922babb9e404f22db809976a6a3e8
|
||||
SHA512 (annobin-10.94.tar.xz) = da6cee60c5640ed30ee8c359e0f0450cafd41164a0136144350216403347de90e8ed417b370007f444eba202dcd45e13639c4defcf4e6da90337d4d65f3e2187
|
||||
|
Loading…
Reference in New Issue
Block a user