From 1988b810d01962f90170630e301cbe15ad1217b5 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Sun, 7 Jun 2020 11:58:35 -0400 Subject: [PATCH] bootstrap off --- R-Rmpfr.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/R-Rmpfr.spec b/R-Rmpfr.spec index 8227c84..27ced9d 100644 --- a/R-Rmpfr.spec +++ b/R-Rmpfr.spec @@ -5,12 +5,9 @@ %global packver 0.8-1 %global rlibdir %{_libdir}/R/library -# Force bootstrap until we get Bessel built -%global bootstrap 1 - Name: R-%{packname} Version: 0.8.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: R MPFR - Multiple Precision Floating-Point Reliable License: GPLv2+ @@ -90,6 +87,9 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} %changelog +* Sun Jun 7 2020 Tom Callaway - 0.8.1-3 +- bootstrap off + * Fri Jun 5 2020 Tom Callaway - 0.8.1-2 - bootstrap build for R 4