From 06f476eee0f14b8146c45958b8eed2bf7dfe65a1 Mon Sep 17 00:00:00 2001 From: Tom spot Callaway Date: Jun 09 2021 18:17:06 +0000 Subject: rebuild for R 4.1.0, bootstrap --- 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