From 92892c94378cb87abd3f4c59ae21a810540bdc84 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 10 May 2018 11:22:26 +0100 Subject: [PATCH] Version bump in order to allow a rebuild with the latest version of gcc. --- annobin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/annobin.spec b/annobin.spec index 3623102..7a324e1 100644 --- a/annobin.spec +++ b/annobin.spec @@ -12,7 +12,7 @@ Name: annobin Summary: Binary annotation plugin for GCC Version: 5.7 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv3+ URL: https://fedoraproject.org/wiki/Toolchain/Watermark @@ -195,6 +195,9 @@ exit 0 #--------------------------------------------------------------------------------- %changelog +* Thu May 10 2018 Nick Clifton - 5.7-2 +- Version bump in order to allow a rebuild with the latest version of gcc. + * Tue May 08 2018 Nick Clifton - 5.7-1 - Fix script bug in hardended.sh. (Thanks to: Stefan Sørensen )