diff --git a/R-purrr.spec b/R-purrr.spec index c150941..1e376bb 100644 --- a/R-purrr.spec +++ b/R-purrr.spec @@ -1,13 +1,13 @@ # When we are bootstrapping, we drop some dependencies, and/or build time tests. -%bcond_with bootstrap +%bcond_without bootstrap %global packname purrr %global packver 0.3.4 %global rlibdir %{_libdir}/R/library Name: R-%{packname} -Version: 0.3.4 -Release: 10%{?dist} +Version: %{packver} +Release: 11%{?dist} Summary: Functional Programming Tools License: GPLv3 @@ -81,6 +81,10 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --no-examples %changelog +* Thu Sep 1 2022 Tom Callaway - 0.3.4-11 +- rebuild for R 4.2.1 +- bootstrap on + * Wed Jul 20 2022 Fedora Release Engineering - 0.3.4-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild