diff --git a/R-desc.spec b/R-desc.spec index 5ebcf1a..123d598 100644 --- a/R-desc.spec +++ b/R-desc.spec @@ -1,4 +1,4 @@ -%bcond_with bootstrap +%bcond_without bootstrap %global packname desc %global packver 1.3.0 @@ -6,7 +6,7 @@ Name: R-%{packname} Version: 1.3.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Manipulate DESCRIPTION Files License: MIT @@ -81,6 +81,10 @@ export LANG=C.UTF-8 %changelog +* Wed Jun 9 2021 Tom Callaway - 1.3.0-2 +- Rebuilt for R 4.1.0 +- bootstrap + * Sat Mar 06 2021 Elliott Sales de Andrade - 1.3.0-1 - Update to latest version (#1936004) - Rename check conditional to bootstrap