Fix --debug-rpm when used inside a directory.
This commit is contained in:
parent
f4130c1b24
commit
7fa87a24cf
1
.gitignore
vendored
1
.gitignore
vendored
@ -35,3 +35,4 @@
|
||||
/annobin-7.0.tar.xz
|
||||
/annobin-7.1.tar.xz
|
||||
/annobin-8.0.tar.xz
|
||||
/annobin-8.1.tar.xz
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
Name: annobin
|
||||
Summary: Binary annotation plugin for GCC
|
||||
Version: 8.0
|
||||
Version: 8.1
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: GPLv3+
|
||||
@ -216,6 +216,9 @@ exit 0
|
||||
#---------------------------------------------------------------------------------
|
||||
|
||||
%changelog
|
||||
* Mon Jul 02 2018 Nick Clifton <nickc@redhat.com> - 8.1-1
|
||||
- Fix --debug-rpm when used inside a directory.
|
||||
|
||||
* Thu Jun 28 2018 Nick Clifton <nickc@redhat.com> - 8.0-1
|
||||
- Use a prefix for all annobin generated symbols, and make them hidden.
|
||||
- Only generate weak symbol definitions for linkonce sections.
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (annobin-8.0.tar.xz) = 7291354b0502e5eb28a1ba8acdfbabe8ead1f058345e854a623b4f2a9774e6fee653ee017b72c8b09480963d2a23ffa97fca8c8f2d43aa9e43b1c86160add8d0
|
||||
SHA512 (annobin-8.1.tar.xz) = c0641e0b3f3d447f7acae6cc0a22ca7d531426641409456e09efc61303d5f35846268601b6e916f4ee42c936ee6f2836257280f85454761bf73b8765e19e6974
|
||||
|
Loading…
Reference in New Issue
Block a user