Initial checkin of libannocheck
This commit is contained in:
parent
14b9ff320e
commit
3bf68f34bb
@ -1,7 +1,7 @@
|
||||
|
||||
Name: annobin
|
||||
Summary: Annotate and examine compiled binary files
|
||||
Version: 10.29
|
||||
Version: 10.30
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3+
|
||||
# Maintainer: nickc@redhat.com
|
||||
@ -489,6 +489,8 @@ fi
|
||||
|
||||
%if %{with annocheck}
|
||||
%files annocheck
|
||||
%{_includedir}/libannocheck.h
|
||||
%{_libdir}/libannocheck.*
|
||||
%{_bindir}/annocheck
|
||||
%{_mandir}/man1/annocheck.1*
|
||||
%endif
|
||||
@ -496,6 +498,9 @@ fi
|
||||
#---------------------------------------------------------------------------------
|
||||
|
||||
%changelog
|
||||
* Wed Dec 01 2021 Nick Clifton <nickc@redhat.com> - 10.30-1
|
||||
- Annocheck: Initial deployment of libannocheck.
|
||||
|
||||
* Wed Nov 24 2021 Nick Clifton <nickc@redhat.com> - 10.29-1
|
||||
- gcc-plugin: Fix bug creating empty attachments.
|
||||
- Annocheck: Change MAYB result to SKIP for DT_RPATH. (#2026300)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (annobin-10.29.tar.xz) = 21b9ef999f2cb3b93aa24d5e71959d9573d782547e938ff90196d430c9ae9edab641c486068bd40eea6b4a1498cbcab88cec47dcb8b177f8874643415191bff1
|
||||
SHA512 (annobin-10.30.tar.xz) = 4bcdfed0fbb1f35bcae940c10f252fea94c1072cd2b6b032bf6fc2a6eef4357ecd0a62ca1a73b0dd3cca659978b68dd6be6ce8cdab76d0133882ee9363c03a10
|
||||
|
Loading…
Reference in New Issue
Block a user