From f909cbd19b19405bd2671f18b2ac39a1fc231d9d Mon Sep 17 00:00:00 2001 From: Tom spot Callaway Date: Thu, 10 Jun 2021 10:21:29 -0400 Subject: [PATCH] rebuild for R 4.1.0, bootstrap --- R-diffobj.spec | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/R-diffobj.spec b/R-diffobj.spec index f6938cf..255d6df 100644 --- a/R-diffobj.spec +++ b/R-diffobj.spec @@ -1,10 +1,12 @@ +%bcond_without bootstrap + %global packname diffobj %global packver 0.3.4 %global rlibdir %{_libdir}/R/library Name: R-%{packname} Version: 0.3.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Diffs for R Objects License: GPLv2+ @@ -25,8 +27,10 @@ BuildRequires: R-tools BuildRequires: R-methods BuildRequires: R-utils BuildRequires: R-stats +%if %{without bootstrap} BuildRequires: R-knitr BuildRequires: R-rmarkdown +%endif %description Generate a colorized diff of two R objects for an intuitive visualization @@ -48,8 +52,10 @@ rm -f %{buildroot}%{rlibdir}/R.css %check +%if %{without bootstrap} export LANG=C.UTF-8 %{_bindir}/R CMD check %{packname} +%endif %files @@ -71,6 +77,10 @@ export LANG=C.UTF-8 %changelog +* Thu Jun 10 2021 Tom Callaway - 0.3.4-2 +- Rebuilt for R 4.1.0 +- bootstrap + * Sat Apr 03 2021 Elliott Sales de Andrade - 0.3.4-1 - Update to latest version (#1941866)