Allow compiler used to run tests to be specified on the command line.
Resolves: #1723401
This commit is contained in:
parent
4a6b895755
commit
b6d4688b8a
1
.gitignore
vendored
1
.gitignore
vendored
@ -105,3 +105,4 @@
|
|||||||
/annobin-8.76.tar.xz
|
/annobin-8.76.tar.xz
|
||||||
/annobin-8.77.tar.xz
|
/annobin-8.77.tar.xz
|
||||||
/annobin-8.78.tar.xz
|
/annobin-8.78.tar.xz
|
||||||
|
/annobin-8.79.tar.xz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
Name: annobin
|
Name: annobin
|
||||||
Summary: Binary annotation plugin for GCC
|
Summary: Binary annotation plugin for GCC
|
||||||
Version: 8.78
|
Version: 8.79
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
@ -220,6 +220,9 @@ fi
|
|||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 06 2019 Nick Clifton <nickc@redhat.com> - 8.79-1
|
||||||
|
- Allow compiler used to run tests to be specified on the command line. (#1723401)
|
||||||
|
|
||||||
* Tue Aug 06 2019 Nick Clifton <nickc@redhat.com> - 8.78-1
|
* Tue Aug 06 2019 Nick Clifton <nickc@redhat.com> - 8.78-1
|
||||||
- Fix a memory allocation error in the annobin plugin. (#1737306)
|
- Fix a memory allocation error in the annobin plugin. (#1737306)
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (annobin-8.78.tar.xz) = 63073981b1d92d724dd70be64084cfd5e146735dd128455721fe5750c2f63d8fc0984e2907729fa39f9c5b2827e8f83c9c0801a143bff4a41d51b3a01e8a8a92
|
SHA512 (annobin-8.79.tar.xz) = 6a66d3d2e4125881965aee9ae55af9cb6e289f47581e8aebfa7f4ab708d0280d331d55a8261fa1ff7cb70c1daf08daf622c4c851a5fb449eb6c93d2a8808f6a8
|
||||||
|
Loading…
Reference in New Issue
Block a user