From 9875bda4b1a0f5eeefc4d6ab306627c4238f1125 Mon Sep 17 00:00:00 2001 From: Tom spot Callaway Date: Thu, 17 Jun 2021 17:41:14 -0400 Subject: [PATCH] bootstrap off --- R-stringr.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/R-stringr.spec b/R-stringr.spec index f2ea5e7..caa57dd 100644 --- a/R-stringr.spec +++ b/R-stringr.spec @@ -1,4 +1,4 @@ -%bcond_without bootstrap +%bcond_with bootstrap %global packname stringr %global rlibdir %{_datadir}/R/library @@ -8,7 +8,7 @@ Name: R-%{packname} Version: 1.4.0 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Simple, Consistent Wrappers for Common String Operations License: GPLv2 @@ -89,6 +89,9 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --ignore-vignettes %changelog +* Thu Jun 17 2021 Tom Callaway - 1.4.0-10 +- bootstrap off + * Thu Jun 10 2021 Tom Callaway - 1.4.0-9 - Rebuilt for R 4.1.0 - bootstrap