diff --git a/SPECS/binutils.spec b/SPECS/binutils.spec index 1a4924e..9894307 100644 --- a/SPECS/binutils.spec +++ b/SPECS/binutils.spec @@ -43,7 +43,7 @@ Summary: A GNU collection of binary utilities Name: binutils%{?name_cross}%{?_with_debug:-debug} Version: 2.30 -Release: 101%{?dist} +Release: 102%{?dist} License: GPLv3+ URL: https://sourceware.org/binutils @@ -1249,6 +1249,9 @@ exit 0 #---------------------------------------------------------------------------- %changelog +* Mon Apr 26 2021 Nick Clifton - 2.30-102 +- Bump NVR to allow rebuild against binutils-2.30-101. + * Wed Apr 14 2021 Nick Clifton - 2.30-101 - Fix excessive memory consumption in the BFD librart when parsing corrupt DWARF information. (#1947134)