RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/annobin#5b0e474e772c9734bbd52a102e4276dfc3e9b62d
This commit is contained in:
parent
3b0d1c5aba
commit
7198d99dec
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
Name: annobin
|
Name: annobin
|
||||||
Summary: Annotate and examine compiled binary files
|
Summary: Annotate and examine compiled binary files
|
||||||
Version: 9.42
|
Version: 9.43
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
# ProtocolURL: https://fedoraproject.org/wiki/Toolchain/Watermark
|
# ProtocolURL: https://fedoraproject.org/wiki/Toolchain/Watermark
|
||||||
@ -23,13 +23,13 @@ License: GPLv3+
|
|||||||
%bcond_with debuginfod
|
%bcond_with debuginfod
|
||||||
|
|
||||||
# Use "--without clangplugin" to disable the building of the annobin plugin for Clang.
|
# Use "--without clangplugin" to disable the building of the annobin plugin for Clang.
|
||||||
%bcond_with clangplugin
|
%bcond_without clangplugin
|
||||||
|
|
||||||
# Use "--without gccplugin" to disable the building of the annobin plugin for GCC.
|
# Use "--without gccplugin" to disable the building of the annobin plugin for GCC.
|
||||||
%bcond_without gccplugin
|
%bcond_without gccplugin
|
||||||
|
|
||||||
# Use "--without llvmplugin" to disable the building of the annobin plugin for LLVM.
|
# Use "--without llvmplugin" to disable the building of the annobin plugin for LLVM.
|
||||||
%bcond_with llvmplugin
|
%bcond_without llvmplugin
|
||||||
|
|
||||||
# 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.
|
||||||
# This should only be needed if there is some kind of problem with the version
|
# This should only be needed if there is some kind of problem with the version
|
||||||
@ -323,6 +323,9 @@ fi
|
|||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 16 2020 Nick Clifton <nickc@redhat.com> - 9.43-1
|
||||||
|
- Annocheck: Improve reporting of missing -D_FORTIFY_SOURCE option. (#1898075)
|
||||||
|
|
||||||
* Mon Nov 16 2020 Nick Clifton <nickc@redhat.com> - 9.42-1
|
* Mon Nov 16 2020 Nick Clifton <nickc@redhat.com> - 9.42-1
|
||||||
- Annocheck: Improve reporting of missing LTO option.
|
- Annocheck: Improve reporting of missing LTO option.
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (annobin-9.42.tar.xz) = b1a6e6fb3becce1c3f121e9002b6a5e5304a40e2c550825ea1b84f836c118012fa958b2395632c712d872cf820798855c6abd6ffd05b0dc24ad1024368dea68c
|
SHA512 (annobin-9.43.tar.xz) = c0efd8f65c18be220853c6f0c647ddc23d0b9e51e4124df65351ede5e395361bf1e2f8519b87d1782af50547161f780782398ec926d54fe06124df2c19d47d00
|
||||||
|
Loading…
Reference in New Issue
Block a user