From 4be39381657e609fe790ae2c14b3519a8d2b11ad Mon Sep 17 00:00:00 2001 From: Tom spot Callaway Date: Thu, 17 Jun 2021 17:34:28 -0400 Subject: [PATCH] bootstrap off --- R-Rmpfr.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/R-Rmpfr.spec b/R-Rmpfr.spec index 2e0c370..5f4dad3 100644 --- a/R-Rmpfr.spec +++ b/R-Rmpfr.spec @@ -1,5 +1,5 @@ # When we are bootstrapping, we drop some dependencies, and/or build time tests. -%bcond_without bootstrap +%bcond_with bootstrap %global packname Rmpfr %global packver 0.8-4 @@ -7,7 +7,7 @@ Name: R-%{packname} Version: 0.8.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: R MPFR - Multiple Precision Floating-Point Reliable License: GPLv2+ @@ -87,6 +87,9 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} %changelog +* Thu Jun 17 2021 Tom Callaway - 0.8.4-2 +- bootstrap off + * Tue Jun 15 2021 Tom Callaway - 0.8.4-1 - update to 0.8.4 - bootstrap