NVR bump to allow rebuild against latest gcc.

Resolves: #1748529
This commit is contained in:
Nick Clifton 2019-09-04 08:30:12 +01:00
parent b6d4688b8a
commit 16503862ea
1 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Name: annobin
Summary: Binary annotation plugin for GCC
Version: 8.79
Release: 1%{?dist}
Release: 2%{?dist}
License: GPLv3+
URL: https://fedoraproject.org/wiki/Toolchain/Watermark
@ -220,6 +220,9 @@ fi
#---------------------------------------------------------------------------------
%changelog
* Wed Sep 04 2019 Nick Clifton <nickc@redhat.com> - 8.79-2
- NVR bump to allow rebuild against latest gcc. (#1748529)
* Tue Aug 06 2019 Nick Clifton <nickc@redhat.com> - 8.79-1
- Allow compiler used to run tests to be specified on the command line. (#1723401)