From faf19fceadef76e28b241b6df10e7c80298262c1 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Fri, 5 Jun 2020 23:57:14 -0400 Subject: [PATCH] rebuild for R 4, turnoff bootstrap --- R-ape.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/R-ape.spec b/R-ape.spec index 906d60c..b0bdf91 100644 --- a/R-ape.spec +++ b/R-ape.spec @@ -1,11 +1,11 @@ %global packname ape %global rlibdir %{_libdir}/R/library -%bcond_without bootstrap +%bcond_with bootstrap Name: R-%{packname} Version: 5.3 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Analyses of Phylogenetics and Evolution License: GPLv2+ @@ -94,6 +94,10 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --no-examples %changelog +* Fri Jun 5 2020 Tom Callaway - 5.3-7 +- rebuild for R 4 +- turnoff bootstrap + * Sun Feb 23 2020 Elliott Sales de Andrade - 5.3-6 - Add bootstrap setup to build without igraph