From 1e95c472c2e69db21182806398a5632f404a68af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Mon, 21 Jan 2019 11:54:35 +0100 Subject: [PATCH] Rebuilt for GCC 9 --- annobin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/annobin.spec b/annobin.spec index 7d13604..8adf6b6 100644 --- a/annobin.spec +++ b/annobin.spec @@ -16,7 +16,7 @@ Name: annobin Summary: Binary annotation plugin for GCC Version: 8.67 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv3+ URL: https://fedoraproject.org/wiki/Toolchain/Watermark @@ -200,6 +200,9 @@ make check #--------------------------------------------------------------------------------- %changelog +* Mon Jan 21 2019 Björn Esser - 8.67-2 +- Rebuilt for GCC 9 + * Thu Jan 17 2019 Nick Clifton - 8.67-1 - Annocheck: Only skip specific checks for specific symbols. (#1666823) - Annobin: Record the setting of the -fomit-frame-pointer option.