From e1307a9927a8e9be9750ab65760f6eebea4e9871 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Mon, 31 Aug 2020 16:27:25 -0400 Subject: [PATCH] bootstrap off --- R-ape.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/R-ape.spec b/R-ape.spec index d5e5d07..1836b54 100644 --- a/R-ape.spec +++ b/R-ape.spec @@ -2,11 +2,11 @@ %global packver 5.4-1 %global rlibdir %{_libdir}/R/library -%bcond_without bootstrap +%bcond_with bootstrap Name: R-%{packname} Version: 5.4.1 -Release: 1%{?dist}.2 +Release: 1%{?dist}.3 Summary: Analyses of Phylogenetics and Evolution License: GPLv2 or GPLv3 @@ -95,6 +95,9 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --no-examples %changelog +* Mon Aug 31 2020 Tom Callaway - 5.4.1-1.3 +- for real this time + * Mon Aug 31 2020 Tom Callaway - 5.4.1-1.2 - bootstrap off