diff --git a/R-callr.spec b/R-callr.spec index 88f1325..3d10bf4 100644 --- a/R-callr.spec +++ b/R-callr.spec @@ -1,4 +1,4 @@ -%bcond_with bootstrap +%bcond_without bootstrap %global packname callr %global packver 3.7.0 @@ -6,7 +6,7 @@ Name: R-%{packname} Version: 3.7.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Call R from R License: MIT @@ -80,6 +80,10 @@ rm -f %{buildroot}%{rlibdir}/R.css %changelog +* Wed Jun 9 2021 Tom Callaway - 3.7.0-2 +- Rebuilt for R 4.1.0 +- bootstrap + * Sun Apr 25 2021 Elliott Sales de Andrade - 3.7.0-1 - Update to latest version (#1951665) - Rename check conditional to bootstrap