Reduce version check to gcc major version number only.
Skip compiler option checks if binary not built with gcc. Relates: #1603089
This commit is contained in:
parent
a8c8418bed
commit
57a69d60c2
1
.gitignore
vendored
1
.gitignore
vendored
@ -56,3 +56,4 @@
|
|||||||
/annobin-8.19.tar.xz
|
/annobin-8.19.tar.xz
|
||||||
/annobin-8.20.tar.xz
|
/annobin-8.20.tar.xz
|
||||||
/annobin-8.21.tar.xz
|
/annobin-8.21.tar.xz
|
||||||
|
/annobin-8.22.tar.xz
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
Name: annobin
|
Name: annobin
|
||||||
Summary: Binary annotation plugin for GCC
|
Summary: Binary annotation plugin for GCC
|
||||||
Version: 8.21
|
Version: 8.22
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
@ -200,6 +200,9 @@ make check
|
|||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 08 2018 Nick Clifton <nickc@redhat.com> - 8.22-1
|
||||||
|
- Reduce version check to gcc major version number only. Skip compiler option checks if binary not built with gcc. (#1603089)
|
||||||
|
|
||||||
* Tue Aug 07 2018 Nick Clifton <nickc@redhat.com> - 8.21-1
|
* Tue Aug 07 2018 Nick Clifton <nickc@redhat.com> - 8.21-1
|
||||||
- Fix bug in annobin plugin. Add --section-size=NAME option to annocheck.
|
- Fix bug in annobin plugin. Add --section-size=NAME option to annocheck.
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (annobin-8.21.tar.xz) = f9818d9e29295ffd3ff757b38df58d7ac60207f525dc434d4302d9b54d65483c214133639dc4a979f1dedefe414ceb8de43b70b64a7ac1b2445f2b722fb2f256
|
SHA512 (annobin-8.22.tar.xz) = 290e75b7e4e18f16f1c19aa8d14efa671527c212d6fda1ce26b02c11fb6b146771e15bbe4b945e059685db33732de7a3c68e2e7cbe1cc60b4f575691215d206a
|
||||||
|
Loading…
Reference in New Issue
Block a user