From 194e9ac62528f2ce1d3d1829f397906a1896af06 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Wed, 13 Dec 2023 17:45:49 +0200 Subject: [PATCH] Bootstrap (riscv64) Signed-off-by: David Abdurachmanov --- R-profvis.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/R-profvis.spec b/R-profvis.spec index e562459..2be1f4d 100644 --- a/R-profvis.spec +++ b/R-profvis.spec @@ -1,4 +1,4 @@ -%bcond_with bootstrap +%bcond_without bootstrap %global packname profvis %global packver 0.3.7 @@ -6,7 +6,7 @@ Name: R-%{packname} Version: %{packver} -Release: 9%{?dist} +Release: 9.0.riscv64%{?dist} Summary: Interactive Visualizations for Profiling R Code License: GPLv3 @@ -92,6 +92,9 @@ rm -f %{buildroot}%{rlibdir}/R.css %changelog +* Wed Dec 13 2023 David Abdurachmanov - 0.3.7-9.0.riscv64 +- Bootstrap (riscv64) + * Wed Jul 19 2023 Fedora Release Engineering - 0.3.7-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild