diff --git a/R-profvis.spec b/R-profvis.spec index 4910995..0335828 100644 --- a/R-profvis.spec +++ b/R-profvis.spec @@ -1,4 +1,4 @@ -%bcond_without bootstrap +%bcond_with bootstrap %global packname profvis %global packver 0.3.7 @@ -6,7 +6,7 @@ Name: R-%{packname} Version: %{packver} -Release: 13.0.riscv64%{?dist} +Release: 13.1.riscv64%{?dist} Summary: Interactive Visualizations for Profiling R Code License: GPLv3 @@ -92,6 +92,9 @@ rm -f %{buildroot}%{rlibdir}/R.css %changelog +* Mon Aug 12 2024 Jason Montleon - 0.3.7-13.1.riscv64 +- Turn off bootstrap (riscv64) + * Thu Jul 25 2024 David Abdurachmanov - 0.3.7-13.0.riscv64 - Bootstrap (riscv64)