diff --git a/R-testthat.spec b/R-testthat.spec index e7ff980..8f71c2e 100644 --- a/R-testthat.spec +++ b/R-testthat.spec @@ -5,7 +5,7 @@ Name: R-%{packname} Version: %{packver} -Release: 2%{?dist} +Release: 3%{?dist} Source0: ftp://cran.r-project.org/pub/R/contrib/main/%{packname}_%{packver}.tar.gz License: MIT URL: http://cran.r-project.org/web/packages/testthat/index.html @@ -23,16 +23,6 @@ BuildRequires: R-withr >= 2.0.0 %if %{with check} BuildRequires: R-xml2 %endif -Requires: R-core >= 3.4.0 -Requires: R-cli -Requires: R-crayon >= 1.3.4 -Requires: R-digest -Requires: R-magrittr -Requires: R-methods -Requires: R-praise -Requires: R-R6 >= 2.2.0 -Requires: R-rlang >= 0.3.0 -Requires: R-withr >= 2.0.0 %description A unit testing system designed to be fun, flexible, and easy to set up. @@ -74,6 +64,9 @@ export _R_CHECK_FORCE_SUGGESTS_=0 LANG=C.UTF-8 %{_libdir}/R/library/%{packname}/include/ %changelog +* Sun Aug 11 2019 Elliott Sales de Andrade - 2.1.1-3 +- Remove explicit dependencies provided by automatic dependency generator + * Wed Jul 24 2019 Fedora Release Engineering - 2.1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild