From d753e9f16a7ae610b00ce55d9ddc81f568e8fbf7 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Wed, 21 Jun 2023 10:32:39 +0300 Subject: [PATCH] Bootstrap (riscv64) Signed-off-by: David Abdurachmanov --- R-Rmpfr.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/R-Rmpfr.spec b/R-Rmpfr.spec index 203b397..7ce4ed8 100644 --- a/R-Rmpfr.spec +++ b/R-Rmpfr.spec @@ -1,5 +1,5 @@ # When we are bootstrapping, we drop some dependencies, and/or build time tests. -%bcond_with bootstrap +%bcond_without bootstrap %global packname Rmpfr %global packver 0.8 @@ -8,7 +8,7 @@ Name: R-%{packname} Version: %{packver}.%{packrel} -Release: 3%{?dist} +Release: 3.0.riscv64%{?dist} Summary: R MPFR - Multiple Precision Floating-Point Reliable License: GPLv2+ @@ -88,6 +88,9 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} %changelog +* Wed Jun 21 2023 David Abdurachmanov - 0.8.9-3.0.riscv64 +- Bootstrap (riscv64) + * Fri Apr 21 2023 Iñaki Úcar - 0.8.9-3 - R-maint-sig mass rebuild