Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
273b780ece | ||
|
|
ec31d88ce6 | ||
|
|
29024311a9 | ||
|
|
d5b868afcb |
3 changed files with 17 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -98,3 +98,4 @@
|
||||||
/annobin-8.68.tar.xz
|
/annobin-8.68.tar.xz
|
||||||
/annobin-8.69.tar.xz
|
/annobin-8.69.tar.xz
|
||||||
/annobin-8.70.tar.xz
|
/annobin-8.70.tar.xz
|
||||||
|
/annobin-8.71.tar.xz
|
||||||
|
|
|
||||||
17
annobin.spec
17
annobin.spec
|
|
@ -15,8 +15,8 @@
|
||||||
|
|
||||||
Name: annobin
|
Name: annobin
|
||||||
Summary: Binary annotation plugin for GCC
|
Summary: Binary annotation plugin for GCC
|
||||||
Version: 8.70
|
Version: 8.71
|
||||||
Release: 1%{?dist}
|
Release: 4%{?dist}
|
||||||
|
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: https://fedoraproject.org/wiki/Toolchain/Watermark
|
URL: https://fedoraproject.org/wiki/Toolchain/Watermark
|
||||||
|
|
@ -203,6 +203,7 @@ make check
|
||||||
%doc %{_mandir}/man1/run-on-binaries-in.1.gz
|
%doc %{_mandir}/man1/run-on-binaries-in.1.gz
|
||||||
|
|
||||||
%if %{with annocheck}
|
%if %{with annocheck}
|
||||||
|
%files annocheck
|
||||||
%{_bindir}/annocheck
|
%{_bindir}/annocheck
|
||||||
%doc %{_mandir}/man1/annocheck.1.gz
|
%doc %{_mandir}/man1/annocheck.1.gz
|
||||||
%endif
|
%endif
|
||||||
|
|
@ -210,6 +211,18 @@ make check
|
||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 09 2020 Nick Clifton <nickc@redhat.com> - 8.71-4
|
||||||
|
- NVR bump to allow rebuild against new gcc.
|
||||||
|
|
||||||
|
* Wed Sep 04 2019 Nick Clifton <nickc@redhat.com> - 8.71-3
|
||||||
|
- NVR bump in order to allow rebuild against latest F30 gcc.
|
||||||
|
|
||||||
|
* Thu Jun 06 2019 Panu Matilainen <pmatilai@redhat.com> - 8.71-2
|
||||||
|
- Really enable annocheck sub-package
|
||||||
|
|
||||||
|
* 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)
|
||||||
|
|
||||||
* Fri Feb 01 2019 Nick Clifton <nickc@redhat.com> - 8.70-1
|
* Fri Feb 01 2019 Nick Clifton <nickc@redhat.com> - 8.70-1
|
||||||
- Add section flag matching ability to section size tool.
|
- Add section flag matching ability to section size tool.
|
||||||
|
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
SHA512 (annobin-8.70.tar.xz) = 8a963a82200c3b073290c808f46f076dc73f08c60bbff37f22dd3447bb099d2ef2e05035c4fc90567047cc02dbcd1900b63de32b1596fe1068d36ee6327512c0
|
SHA512 (annobin-8.71.tar.xz) = 32831fafd60cf02c5ae8898e3d6c0343ae8f3891e8e06ef358678093aa4e63740c94fae85c4306f3d6856b3811d81ce34885834ef975fd555dae2e21194b93e3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue