Annocheck: Generate MAYB results for gaps in notes covering the .text section. (#1991943)
Annocheck: Close DWARF file descriptors once the debug info is no longer needed. (#1981410) LLVM Plugin: Update to build with Clang v13. (Thanks to: Tom Stellard <tstellar@redhat.com>)
This commit is contained in:
parent
438dd33afc
commit
6d69597433
25
annobin.spec
25
annobin.spec
@ -1,8 +1,8 @@
|
|||||||
|
|
||||||
Name: annobin
|
Name: annobin
|
||||||
Summary: Annotate and examine compiled binary files
|
Summary: Annotate and examine compiled binary files
|
||||||
Version: 9.87
|
Version: 9.88
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
# Maintainer: nickc@redhat.com
|
# Maintainer: nickc@redhat.com
|
||||||
# Web Page: https://sourceware.org/annobin/
|
# Web Page: https://sourceware.org/annobin/
|
||||||
@ -61,9 +61,6 @@ Source: https://nickc.fedorapeople.org/annobin-%{version}.tar.xz
|
|||||||
|
|
||||||
# Insert patches here, if needed. Eg:
|
# Insert patches here, if needed. Eg:
|
||||||
# Patch01: annobin-foo.patch
|
# Patch01: annobin-foo.patch
|
||||||
# We need to force use of legacy pass manager until annobin is ported to the new
|
|
||||||
# pass manager.
|
|
||||||
Patch0: 0001-llvm-plugin-Add-flegacy-pass-manager-option-to-the-t.patch
|
|
||||||
|
|
||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -410,19 +407,10 @@ rm -f %{buildroot}%{_infodir}/dir
|
|||||||
%check
|
%check
|
||||||
# Change the following line to "make check || :" on RHEL7 or if you need to see the
|
# 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.
|
# test suite logs in order to diagnose a test failure.
|
||||||
make check
|
make -k check
|
||||||
if [ -f tests/test-suite.log ]; then
|
if [ -f tests/test-suite.log ]; then
|
||||||
cat tests/test-suite.log
|
cat tests/test-suite.log
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%if %{with clangplugin}
|
|
||||||
# FIXME: RUN CLANG tests
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%if %{with llvmplugin}
|
|
||||||
# FIXME: RUN LLVM tests
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
@ -463,7 +451,12 @@ fi
|
|||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Aug 16 2021 Tom Stellard <tstellar@redhat.com> - 9.87-2
|
* Tue Aug 17 2021 Nick Clifton <nickc@redhat.com> - 9.88-1
|
||||||
|
- Annocheck: Generate MAYB results for gaps in notes covering the .text section. (#1991943)
|
||||||
|
- Annocheck: Close DWARF file descriptors once the debug info is no longer needed. (#1981410)
|
||||||
|
- LLVM Plugin: Update to build with Clang v13. (Thanks to: Tom Stellard <tstellar@redhat.com>)
|
||||||
|
|
||||||
|
* Mon Aug 16 2021 Tom Stellard <tstellar@redhat.com> - 9.87-2
|
||||||
- Rebuild for LLVM 13.0.0-rc1
|
- Rebuild for LLVM 13.0.0-rc1
|
||||||
|
|
||||||
* Mon Aug 16 2021 Nick Clifton <nickc@redhat.com> - 9.87-1
|
* Mon Aug 16 2021 Nick Clifton <nickc@redhat.com> - 9.87-1
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (annobin-9.87.tar.xz) = 04ce3881a149b1e609ecbfcd90b5eb37eddef923f2b6eb3b8e7cc15c6f2c645930ff4e01ff592d9eddd47767cd2b793e68a3dc4c5cc385519c8b6c041ac15a53
|
SHA512 (annobin-9.88.tar.xz) = 7ac19047cb617bf164f55e13fe0ce7ef2f72b56583bbd383d1632af47732a9e55409c456b2b717905179a6153bad40e15660dd5b8444acd819d273a21fe2e1e7
|
||||||
|
Loading…
Reference in New Issue
Block a user