Generate notes for comdat sections.
This commit is contained in:
parent
59960d354a
commit
ccb481d55d
1
.gitignore
vendored
1
.gitignore
vendored
@ -63,3 +63,4 @@
|
||||
/annobin-8.26.tar.xz
|
||||
/annobin-8.27.tar.xz
|
||||
/annobin-8.29.tar.xz
|
||||
/annobin-8.30.tar.xz
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
Name: annobin
|
||||
Summary: Binary annotation plugin for GCC
|
||||
Version: 8.29
|
||||
Version: 8.30
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: GPLv3+
|
||||
@ -94,7 +94,8 @@ hardening options.
|
||||
# the chroots created by our build system
|
||||
#
|
||||
# So we instead query the version from gcc's output.
|
||||
## gcc.spec has:
|
||||
#
|
||||
# gcc.spec has:
|
||||
# Version: %%{gcc_version}
|
||||
# Release: %%{gcc_release}%%{?dist}
|
||||
# ...snip...
|
||||
@ -199,6 +200,9 @@ make check
|
||||
#---------------------------------------------------------------------------------
|
||||
|
||||
%changelog
|
||||
* Wed Aug 29 2018 Nick Clifton <nickc@redhat.com> - 8.30-1
|
||||
- Generate notes for comdat sections. (#1619267)
|
||||
|
||||
* Thu Aug 23 2018 Nick Clifton <nickc@redhat.com> - 8.29-1
|
||||
- Add more names to the gap skip list. (#1619267)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (annobin-8.29.tar.xz) = 402aded8addf878f2b3244805f8c0938302f525c0615e992cc7b961c808c64508685dbbdcfaeb2a4ad8a9b40190e637e0475d2e73b427ed8b2a6e29825f209c5
|
||||
SHA512 (annobin-8.30.tar.xz) = 9dc9987662ddb8b16c828957547b16f4ffd50f0587daf68d1a3dc9e4425765693cf09f3b134ad9a7520207edd27724513f4e13e81437697a0ca70fe53bcc3d8b
|
||||
|
Loading…
Reference in New Issue
Block a user