Skip the isa_flags check in the ABI test because the crt[in].o files are compiled with different flags from the test files.
This commit is contained in:
parent
4f0a7c212f
commit
9d8fe91a43
3
.gitignore
vendored
3
.gitignore
vendored
@ -17,3 +17,6 @@
|
||||
/annobin-5.1.tar.xz
|
||||
/annobin-5.2.tar.xz
|
||||
/annobin-5.3.tar.xz
|
||||
/annobin-5.4.tar.xz
|
||||
/annobin-5.5.tar.xz
|
||||
/annobin-5.6.tar.xz
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
Name: annobin
|
||||
Summary: Binary annotation plugin for GCC
|
||||
Version: 5.3
|
||||
Version: 5.6
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: GPLv3+
|
||||
@ -29,6 +29,10 @@ URL: https://fedoraproject.org/wiki/Toolchain/Watermark
|
||||
Source: https://nickc.fedorapeople.org/annobin-%{version}.tar.xz
|
||||
# For the latest sources use: git clone git://sourceware.org/git/annobin.git
|
||||
|
||||
# Insert patches here, if needed.
|
||||
# Patch01: annobin-xxx.patch
|
||||
|
||||
|
||||
Requires(post): /sbin/install-info
|
||||
Requires(preun): /sbin/install-info
|
||||
|
||||
@ -164,6 +168,9 @@ exit 0
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
%changelog
|
||||
* Mon Apr 30 2018 Nick Clifton <nickc@redhat.com> - 5.6-1
|
||||
- Skip the isa_flags check in the ABI test because the crt[in].o files are compiled with different flags from the test files.
|
||||
|
||||
* Fri Apr 20 2018 Nick Clifton <nickc@redhat.com> - 5.3-1
|
||||
- Add manual pages for annobin and the scripts.
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (annobin-5.3.tar.xz) = ddbfb28cf2c81cab19ece9f3d8894273cf02bd99d115e48ab2a20cd59e96f9ab7c1685e2fbe9ae4091fab01fb29420a328df331bf97e330fe8ecf5cb081aae4c
|
||||
SHA512 (annobin-5.6.tar.xz) = f2451b950644dd90c5077773e4cf8576badb6f4bfeca389e57d1ea548efd4346fb76ac2e7a4da144e797c7be9d4cfe0ae4f60cc8659b589d46aef74317097af3
|
||||
|
Loading…
Reference in New Issue
Block a user