Add command line options to annocheck to disable individual tests.
This commit is contained in:
parent
9657bbe901
commit
b8b6c8608e
1
.gitignore
vendored
1
.gitignore
vendored
@ -27,3 +27,4 @@
|
||||
/annobin-5.11.tar.xz
|
||||
/annobin-6.0.tar.xz
|
||||
/annobin-6.1.tar.xz
|
||||
/annobin-6.2.tar.xz
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
Name: annobin
|
||||
Summary: Binary annotation plugin for GCC
|
||||
Version: 6.1
|
||||
Version: 6.2
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: GPLv3+
|
||||
@ -216,6 +216,9 @@ exit 0
|
||||
#---------------------------------------------------------------------------------
|
||||
|
||||
%changelog
|
||||
* Tue Jun 19 2018 Nick Clifton <nickc@redhat.com> - 6.2-1
|
||||
- Add command line options to annocheck to disable individual tests.
|
||||
|
||||
* Fri Jun 08 2018 Nick Clifton <nickc@redhat.com> - 6.1-1
|
||||
- Remove C99-ism from annocheck sources.
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (annobin-6.1.tar.xz) = 8c367648673a673aa78d6bc6f23296e4cf5672b740663c17be2f5cce95ab16c23a93a6d47fc82dbabb6f5d246568402f0c0b6f23e8968bfc6c266f729c14884d
|
||||
SHA512 (annobin-6.2.tar.xz) = b8979739e21ee5c886c772add4fa175da8ae6de73909cde7584fc1805896afd4d30bd50f6194dee52172dc45b26a2e55f77d76440135ea09f1914702ea686102
|
||||
|
Loading…
Reference in New Issue
Block a user