From e8fe6f28894537c1f52f618d6a8ffc5ab72bd6fb Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Sun, 6 Dec 2020 10:35:16 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/annobin.git#ebfb4177703b749a68fe63c4d93e78d43c48b9d9 --- annobin.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/annobin.spec b/annobin.spec index b843888..6d68c57 100644 --- a/annobin.spec +++ b/annobin.spec @@ -2,7 +2,7 @@ Name: annobin Summary: Annotate and examine compiled binary files Version: 9.48 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv3+ # ProtocolURL: https://fedoraproject.org/wiki/Toolchain/Watermark # Maintainer: nickc@redhat.com @@ -34,9 +34,9 @@ License: GPLv3+ # 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 # checking logic or when building on RHEL-7 or earlier. -%global with_hard_gcc_version_requirement 1 +%global with_hard_gcc_version_requirement 0 -%bcond_without plugin_rebuild +%bcond_with plugin_rebuild # Allow the building of annobin without using annobin itself. # This is because if we are bootstrapping a new build environment we can have # a new version of gcc installed, but without a new of annobin installed. @@ -323,10 +323,13 @@ fi #--------------------------------------------------------------------------------- %changelog -* Wed Dec 02 2020 Jakub Jelinek - 9.47-2 +* Sun Dec 06 2020 Jakub Jelinek - 9.48-2 +- NVR bump for GCC 11 rebuild. + +* Wed Dec 02 2020 Nick Clifton - 9.48-1 - gcc plugin: Tweak generation of end symbols for PPC64 when LTO is active. (#1898075) -* Tue Dec 01 2020 Jakub Jelinek - 9.47-1 +* Tue Dec 01 2020 Nick Clifton - 9.47-1 - gcc plugin: Add support for GCC 11's cl_vars array. * Fri Nov 27 2020 Jakub Jelinek - 9.46-2