Annocheck: Detect Fortran compiled programs. (#1824393)
This commit is contained in:
parent
ec93f17ffa
commit
459acd6cb6
1
.gitignore
vendored
1
.gitignore
vendored
@ -134,3 +134,4 @@
|
|||||||
/annobin-9.16.tar.xz
|
/annobin-9.16.tar.xz
|
||||||
/annobin-9.18.tar.xz
|
/annobin-9.18.tar.xz
|
||||||
/annobin-9.19.tar.xz
|
/annobin-9.19.tar.xz
|
||||||
|
/annobin-9.20.tar.xz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
Name: annobin
|
Name: annobin
|
||||||
Summary: Annotate and examine compiled binary files
|
Summary: Annotate and examine compiled binary files
|
||||||
Version: 9.19
|
Version: 9.20
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
# ProtocolURL: https://fedoraproject.org/wiki/Toolchain/Watermark
|
# ProtocolURL: https://fedoraproject.org/wiki/Toolchain/Watermark
|
||||||
@ -9,8 +9,7 @@ License: GPLv3+
|
|||||||
|
|
||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
|
|
||||||
# Use "--without tests" to disable the testsuite. The default is to run them.
|
# Use "--without tests" to disable the testsuite.
|
||||||
# The default is to run the tests.
|
|
||||||
%bcond_without tests
|
%bcond_without tests
|
||||||
|
|
||||||
# Use "--without annocheck" to disable the installation of the annocheck program.
|
# Use "--without annocheck" to disable the installation of the annocheck program.
|
||||||
@ -24,7 +23,6 @@ License: GPLv3+
|
|||||||
%bcond_with debuginfod
|
%bcond_with debuginfod
|
||||||
|
|
||||||
# Use "--with clangplugin" to build the annobin plugin for clang.
|
# Use "--with clangplugin" to build the annobin plugin for clang.
|
||||||
# The default is not to build the plugin.
|
|
||||||
%bcond_with clangplugin
|
%bcond_with clangplugin
|
||||||
|
|
||||||
# Set this to zero to disable the requirement for a specific version of gcc.
|
# Set this to zero to disable the requirement for a specific version of gcc.
|
||||||
@ -276,6 +274,9 @@ fi
|
|||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 16 2020 Nick Clifton <nickc@redhat.com> - 9.20-1
|
||||||
|
- Annocheck: Detect Fortran compiled programs. (#1824393)
|
||||||
|
|
||||||
* Wed Apr 01 2020 Nick Clifton <nickc@redhat.com> - 9.19-1
|
* Wed Apr 01 2020 Nick Clifton <nickc@redhat.com> - 9.19-1
|
||||||
- Annobin: If option name mismatch occurs, seach for the real option. (#1817452)
|
- Annobin: If option name mismatch occurs, seach for the real option. (#1817452)
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (annobin-9.19.tar.xz) = 5fbedd42123f1c7ff73a3bd4afca3941cfcc702bc49e2de7b32548badd2f06cd0c69abea676fc11fb96c6e0ccdb94bbe9e445bbc6a0c4866d6353280cfc4248b
|
SHA512 (annobin-9.20.tar.xz) = 6cf4593da7eae3320c18d99df4580ad9bc25f1e275b8534510432246442c2e21cd11b75af4a682167e7f2068008a6a51012b8d472740c70d1c5ccd47a1dc7b3c
|
||||||
|
Loading…
Reference in New Issue
Block a user