diff --git a/annobin.spec b/annobin.spec index 30e8391..a35a105 100644 --- a/annobin.spec +++ b/annobin.spec @@ -1,7 +1,7 @@ Name: annobin Summary: Annotate and examine compiled binary files -Version: 10.94 +Version: 10.96 Release: 1%{?dist} License: GPLv3+ # Maintainer: nickc@redhat.com @@ -313,12 +313,10 @@ rm -f %{buildroot}%{_infodir}/dir %if %{with tests} %check -# Change the following line to "make check || :" on RHEL7 or if you need to see the -# test suite logs in order to diagnose a test failure. -make -k check CLANG_TESTS="check-pre-clang-13" -if [ -f tests/test-suite.log ]; then - cat tests/test-suite.log -fi +make check CLANG_TESTS="check-pre-clang-13" || : +res=$? +cat tests/*.log +exit $res %endif #--------------------------------------------------------------------------------- @@ -363,6 +361,12 @@ fi #--------------------------------------------------------------------------------- %changelog +* Wed Dec 14 2022 Nick Clifton - 10.96-1 +- Annocheck: Improve heuristic used to detect binaries without code. (#2144533) + +* Mon Dec 12 2022 Nick Clifton - 10.95-1 +- Annocheck: Avoid using debug filename when parsing notes in a debuginfo file. (#2152280) + * Wed Dec 07 2022 Nick Clifton - 10.94-1 - Rebase to 10.94. (#2151308) - Annocheck: Better detection of binaries which do not contain code. (#2144533) diff --git a/sources b/sources index a22ea39..bc474c0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (annobin-10.94.tar.xz) = da6cee60c5640ed30ee8c359e0f0450cafd41164a0136144350216403347de90e8ed417b370007f444eba202dcd45e13639c4defcf4e6da90337d4d65f3e2187 +SHA512 (annobin-10.96.tar.xz) = b2629aa48004db79d9a69812df63bee8c2b1b0d5ab04140b253b94f4a607962693b43e0dc9d933b1a9b21163c64b2b20b836c22085bf844a3a72d763aeea9492