Rebuild annobin with the latest rawhide gcc sources.
Resolves: #1700923
This commit is contained in:
parent
6e6ab3bb26
commit
276edb1e4f
1
.gitignore
vendored
1
.gitignore
vendored
@ -99,3 +99,4 @@
|
||||
/annobin-8.69.tar.xz
|
||||
/annobin-8.70.tar.xz
|
||||
/annobin-8.71.tar.xz
|
||||
/annobin-8.72.tar.xz
|
||||
|
@ -15,7 +15,7 @@
|
||||
|
||||
Name: annobin
|
||||
Summary: Binary annotation plugin for GCC
|
||||
Version: 8.71
|
||||
Version: 8.72
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: GPLv3+
|
||||
@ -181,6 +181,9 @@ rm %{_tmppath}/tmp_annobin.so
|
||||
%if %{with tests}
|
||||
%check
|
||||
make check
|
||||
if [ -f tests/test-suite.log ]; then
|
||||
cat tests/test-suite.log
|
||||
fi
|
||||
%endif
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
@ -210,6 +213,9 @@ make check
|
||||
#---------------------------------------------------------------------------------
|
||||
|
||||
%changelog
|
||||
* Thu Apr 18 2019 Nick Clifton <nickc@redhat.com> - 8.72-1
|
||||
- Rebuild annobin with the latest rawhide gcc sources. (#1700923)
|
||||
|
||||
* Thu Feb 28 2019 Nick Clifton <nickc@redhat.com> - 8.71-1
|
||||
- Annobin: Suppress more calls to free() which are triggering memory checker errors. (#1684148)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (annobin-8.71.tar.xz) = 32831fafd60cf02c5ae8898e3d6c0343ae8f3891e8e06ef358678093aa4e63740c94fae85c4306f3d6856b3811d81ce34885834ef975fd555dae2e21194b93e3
|
||||
SHA512 (annobin-8.72.tar.xz) = e66610f7ad499a15e63e834e8387ed1da6ac3c48da1db127d335b0ba6e4e9b3b913a3b266b37dc21cc6ff8d20f5a8b49870d372261208555b16897b8a557eccb
|
||||
|
Loading…
Reference in New Issue
Block a user