From c81492bd988818862277dd3b0bdc0e2729cc17b1 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Mon, 27 Mar 2023 12:52:40 +0300 Subject: [PATCH] Rebuild with a new GCC and binutils Signed-off-by: David Abdurachmanov --- elfutils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/elfutils.spec b/elfutils.spec index 861ff72..2d5321a 100644 --- a/elfutils.spec +++ b/elfutils.spec @@ -1,7 +1,7 @@ Name: elfutils Version: 0.189 %global baserelease 1 -Release: %{baserelease}.0.riscv64%{?dist} +Release: %{baserelease}.1.riscv64%{?dist} URL: http://elfutils.org/ %global source_url ftp://sourceware.org/pub/elfutils/%{version}/ License: GPLv3+ and (GPLv2+ or LGPLv3+) and GFDL @@ -446,6 +446,9 @@ exit 0 %systemd_postun_with_restart debuginfod.service %changelog +* Mon Mar 27 2023 David Abdurachmanov - 0.189-1.1.riscv64 +- Rebuild with a new GCC and binutils + * Sun Mar 12 2023 David Abdurachmanov - 0.189-1.0.riscv64 - Ignore testsuite failures on riscv64