From 5b660fd1128e56df7f57c2a7432f6778cf4132c2 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Wed, 3 Oct 2018 09:37:55 +0100 Subject: [PATCH] Fix function section support (again). (#1630574) --- annobin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/annobin.spec b/annobin.spec index 77c6596..1c4ea33 100644 --- a/annobin.spec +++ b/annobin.spec @@ -15,7 +15,7 @@ Name: annobin Summary: Binary annotation plugin for GCC -Version: 8.44 +Version: 8.45 Release: 1%{?dist} License: GPLv3+ @@ -204,6 +204,9 @@ make check #--------------------------------------------------------------------------------- %changelog +* Mon Oct 01 2018 Nick Clifton - 8.45-1 +- Fix function section support (again). (#1630574) + * Fri Sep 28 2018 Nick Clifton - 8.44-1 - Skip compiler option checks for non-GNU producers. (#1633749)