From 1c80f81911701e77474cdc850b5cace535db0c0a Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Wed, 28 Sep 2022 11:30:28 +0300 Subject: [PATCH] Rebuilt for Fedora/RISCV Signed-off-by: David Abdurachmanov --- binutils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/binutils.spec b/binutils.spec index eda2dd3..18af2c8 100644 --- a/binutils.spec +++ b/binutils.spec @@ -39,7 +39,7 @@ Summary: A GNU collection of binary utilities Name: binutils%{?name_cross}%{?_with_debug:-debug} Version: 2.39 -Release: 3%{?dist} +Release: 3%{?dist}.rvre0 License: GPLv3+ URL: https://sourceware.org/binutils @@ -959,6 +959,9 @@ exit 0 #---------------------------------------------------------------------------- %changelog +* Wed Sep 28 2022 David Abdurachmanov - 2.39-3.rvre0 +- Rebuilt for Fedora/RISCV (riscv64) + * Wed Aug 31 2022 Nick Clifton - 2.39-3 - Stop a potential infinite loop in the binutils DWARF parser. (#2122675)