Update to latest version.
This commit is contained in:
parent
7f59e1d183
commit
da67b5eb34
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@
|
||||
/rlang_0.4.4.tar.gz
|
||||
/rlang_0.4.5.tar.gz
|
||||
/rlang_0.4.6.tar.gz
|
||||
/rlang_0.4.7.tar.gz
|
||||
|
12
R-rlang.spec
12
R-rlang.spec
@ -2,12 +2,12 @@
|
||||
%bcond_with bootstrap
|
||||
|
||||
%global packname rlang
|
||||
%global packver 0.4.6
|
||||
%global packver 0.4.7
|
||||
%global rlibdir %{_libdir}/R/library
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: 0.4.6
|
||||
Release: 4%{?dist}
|
||||
Version: 0.4.7
|
||||
Release: 1%{?dist}
|
||||
Summary: Functions for Base Types and Core R and 'Tidyverse' Features
|
||||
|
||||
License: GPLv3
|
||||
@ -17,7 +17,7 @@ Source0: https://cran.r-project.org/src/contrib/%{packname}_%{packver}.
|
||||
# Here's the R view of the dependencies world:
|
||||
# Depends:
|
||||
# Imports:
|
||||
# Suggests: R-cli, R-covr, R-crayon, R-glue, R-magrittr, R-methods, R-pillar, R-rmarkdown, R-testthat >= 2.3.0, R-vctrs >= 0.2.3
|
||||
# Suggests: R-cli, R-covr, R-crayon, R-glue, R-magrittr, R-methods, R-pillar, R-rmarkdown, R-testthat >= 2.3.0, R-vctrs >= 0.2.3, R-withr
|
||||
# LinkingTo:
|
||||
# Enhances:
|
||||
|
||||
@ -33,6 +33,7 @@ BuildRequires: R-pillar
|
||||
BuildRequires: R-rmarkdown
|
||||
BuildRequires: R-testthat >= 2.3.0
|
||||
BuildRequires: R-vctrs >= 0.2.3
|
||||
BuildRequires: R-withr
|
||||
%endif
|
||||
|
||||
%description
|
||||
@ -80,6 +81,9 @@ export LANG=C.UTF-8
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jul 21 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.4.7-1
|
||||
- Update to latest version
|
||||
|
||||
* Fri Jul 3 2020 José Matos <jamatos@fedoraproject.org> - 0.4.6-4
|
||||
- skip check on bootstrap (testthat is required for tests)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (rlang_0.4.6.tar.gz) = d128a49a098de75d672d9f7bada3234aa2a2bdced69fd680822b9d2320431f01ec95440a3925038aabd493c83834a8d1f53b6dadac66974ad0e13d0ab3f1aec1
|
||||
SHA512 (rlang_0.4.7.tar.gz) = 5854acad351414e0686ebcecda356a24d5263ba329eef1f766b76b4e3a377305437901b41e8188c61db993f0f865eca3949470abe7b4f67b1991d14d82cce397
|
||||
|
Loading…
Reference in New Issue
Block a user