From bd1e6cf6431e5fdc5757b86cc12d86fec396fd15 Mon Sep 17 00:00:00 2001 From: Jason Montleon Date: Mon, 12 Aug 2024 20:00:43 -0400 Subject: [PATCH] Turn off bootstrap (riscv64) Signed-off-by: Jason Montleon --- R-hunspell.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/R-hunspell.spec b/R-hunspell.spec index bce05cd..5fc3c9f 100644 --- a/R-hunspell.spec +++ b/R-hunspell.spec @@ -1,4 +1,4 @@ -%bcond_without bootstrap +%bcond_with bootstrap %global packname hunspell %global packver 3.0.2 @@ -13,7 +13,7 @@ Name: R-%{packname} Version: %{packver} -Release: 8.0.riscv64%{?dist} +Release: 8.1.riscv64%{?dist} Summary: High-Performance Stemmer, Tokenizer, and Spell Checker License: GPLv2 or LGPLv2 or MPLv1.1 @@ -113,6 +113,9 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} $ARGS %changelog +* Mon Aug 12 2024 Jason Montleon - 3.0.2-8.1.riscv64 +- Turn off bootstrap (riscv64) + * Thu Jul 25 2024 David Abdurachmanov - 3.0.2-8.0.riscv64 - Bootstrap (riscv64)