rebuild for R 4, turnoff bootstrap

This commit is contained in:
Tom Callaway 2020-06-05 23:57:14 -04:00
parent 4da93074ac
commit faf19fcead

View File

@ -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 <spot@fedoraproject.org> - 5.3-7
- rebuild for R 4
- turnoff bootstrap
* Sun Feb 23 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 5.3-6
- Add bootstrap setup to build without igraph