From c44a5d8de96222fdd34e45e4baabaeb592f69bcf Mon Sep 17 00:00:00 2001 From: Jason Montleon Date: Mon, 12 Aug 2024 20:02:20 -0400 Subject: [PATCH] Turn off bootstrap (riscv64) Signed-off-by: Jason Montleon --- R-utf8.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/R-utf8.spec b/R-utf8.spec index 04f9c4d..fcebfb7 100644 --- a/R-utf8.spec +++ b/R-utf8.spec @@ -1,4 +1,4 @@ -%bcond_without bootstrap +%bcond_with bootstrap %global packname utf8 %global packver 1.2.2 @@ -9,7 +9,7 @@ Name: R-%{packname} Version: %{packver} -Release: 9.0.riscv64%{?dist} +Release: 9.1.riscv64%{?dist} Summary: Unicode Text Processing # Automatically converted from old format: ASL 2.0 - review is highly recommended. @@ -85,6 +85,9 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --ignore-vignettes %changelog +* Mon Aug 12 2024 Jason Montleon - 1.2.2-9.1.riscv64 +- Turn off bootstrap (riscv64) + * Thu Jul 25 2024 David Abdurachmanov - 1.2.2-9.0.riscv64 - Bootstrap (riscv64)