From f0723946df25e7d681d4d81a72baafc749bbcea0 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Wed, 13 Dec 2023 11:03:47 +0200 Subject: [PATCH] Bootstrap (riscv64) Signed-off-by: David Abdurachmanov --- R-hunspell.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/R-hunspell.spec b/R-hunspell.spec index a227847..62ff2dc 100644 --- a/R-hunspell.spec +++ b/R-hunspell.spec @@ -1,4 +1,4 @@ -%bcond_with bootstrap +%bcond_without bootstrap %global packname hunspell %global packver 3.0.2 @@ -13,7 +13,7 @@ Name: R-%{packname} Version: %{packver} -Release: 4%{?dist} +Release: 4.0.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 +* Wed Dec 13 2023 David Abdurachmanov - 3.0.2-4.0.riscv64 +- Bootstrap (riscv64) + * Wed Jul 19 2023 Fedora Release Engineering - 3.0.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild