From 32e4c64e13e6f24d71df8146f8dae4bc0065bd30 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Thu, 26 Nov 2020 08:32:35 +0200 Subject: [PATCH] Bump release and add changelog entry Signed-off-by: David Abdurachmanov --- gdb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gdb.spec b/gdb.spec index 172b100..d75e8f9 100644 --- a/gdb.spec +++ b/gdb.spec @@ -37,7 +37,7 @@ Version: 10.1 # The release always contains a leading reserved number, start it at 1. # `upstream' is not a part of `name' to stay fully rpm dependencies compatible for the testing. -Release: 2%{?dist} +Release: 2.0.riscv64%{?dist} License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ and GPLv2+ with exceptions and GPL+ and LGPLv2+ and LGPLv3+ and BSD and Public Domain and GFDL # Do not provide URL for snapshots as the file lasts there only for 2 days. @@ -1184,6 +1184,9 @@ fi %endif %changelog +* Thu Nov 26 2020 David Abdurachmanov - 10.1-2.0.riscv64 +- Add riscv64-linux-gnu to enabled targets + * Wed Nov 04 2020 Kevin Buettner - 10.1-2 - Fix bug in local patch gdb-6.6-buildid-locate.patch which prevented debuginfod from working.