From afe9a09fd400eb7dfbcca425630301d6b5783474 Mon Sep 17 00:00:00 2001 From: Tom spot Callaway Date: Thu, 17 Jun 2021 16:45:34 -0400 Subject: [PATCH] bootstrap off --- R-highr.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/R-highr.spec b/R-highr.spec index ee2e0ba..ae17801 100644 --- a/R-highr.spec +++ b/R-highr.spec @@ -3,11 +3,11 @@ %global rlibdir %{_datadir}/R/library # Needs knitr (build loop) -%bcond_without bootstrap +%bcond_with bootstrap Name: R-%{packname} Version: 0.9 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Syntax Highlighting for R Source Code License: GPLv2+ @@ -74,6 +74,9 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --ignore-vignettes %changelog +* Thu Jun 17 2021 Tom Callaway - 0.9-3 +- bootstrap off + * Fri Jun 11 2021 Tom Callaway - 0.9-2 - Rebuilt for R 4.1.0 - bootstrap