Annocheck: Do not skip tests of the short-enums notes.
This commit is contained in:
parent
9f46ccb4ce
commit
6fd2366132
1
.gitignore
vendored
1
.gitignore
vendored
@ -137,3 +137,4 @@
|
||||
/annobin-9.20.tar.xz
|
||||
/annobin-9.21.tar.xz
|
||||
/annobin-9.22.tar.xz
|
||||
/annobin-9.23.tar.xz
|
||||
|
@ -1,7 +1,7 @@
|
||||
|
||||
Name: annobin
|
||||
Summary: Annotate and examine compiled binary files
|
||||
Version: 9.22
|
||||
Version: 9.23
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3+
|
||||
# ProtocolURL: https://fedoraproject.org/wiki/Toolchain/Watermark
|
||||
@ -174,7 +174,7 @@ hardening options.
|
||||
# knowing about this location.
|
||||
# FIXME2: Currently this same path is hardcoded into the Makefile.in
|
||||
# files in the clang-plugin and llvm-plugin source directories...
|
||||
%global ANNOBIN_CLANG_PLUGIN_DIR /usr/lib64/clang/%(clang -dumpversion)/lib
|
||||
%global ANNOBIN_CLANG_PLUGIN_DIR /usr/lib64/clang/%(llvm-config --version)/lib
|
||||
%endif
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
@ -292,6 +292,9 @@ fi
|
||||
#---------------------------------------------------------------------------------
|
||||
|
||||
%changelog
|
||||
* Wed Jul 01 2020 Nick Clifton <nickc@redhat.com> - 9.23-1
|
||||
- Annocheck: Do not skip tests of the short-enums notes. (#1743635)
|
||||
|
||||
* Mon Jun 15 2020 Nick Clifton <nickc@redhat.com> - 9.22-1
|
||||
- Add (optional) llvm plugin.
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (annobin-9.22.tar.xz) = c39e6086993acca320db5e02aa72d1bfe4428bec18c98e38fad5d67afe617b7f06c2c5b9c7bad09d0df9d3b2585411e88598c9ab5e4930f5e0c27b36a5c4fc69
|
||||
SHA512 (annobin-9.23.tar.xz) = 9187a58d357768780cc24f1666769eca89ac391e1b59843676c008bddcfdc797ea1d1bba6e3c759dbdc574b5990f99c2ed62bf87290f8fb4cece880664a6e497
|
||||
|
Loading…
Reference in New Issue
Block a user