Update to latest version.
This commit is contained in:
parent
f1fd6a921a
commit
3651973434
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/rlang_0.2.0.tar.gz
|
||||
/rlang_0.2.1.tar.gz
|
||||
|
22
R-rlang.spec
22
R-rlang.spec
@ -7,8 +7,8 @@
|
||||
%global with_loop 0
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: 0.2.0
|
||||
Release: 2%{?dist}
|
||||
Version: 0.2.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Functions for Base Types and Core R and 'Tidyverse' Features
|
||||
|
||||
License: GPLv3
|
||||
@ -18,15 +18,20 @@ Source0: https://cran.r-project.org/src/contrib/%{packname}_%{version}.
|
||||
# Here's the R view of the dependencies world:
|
||||
# Depends:
|
||||
# Imports:
|
||||
# Suggests: R-crayon R-knitr R-methods R-pillar R-rmarkdown R-testthat R-covr
|
||||
# Suggests: R-crayon, R-knitr, R-methods, R-pillar, R-rmarkdown >= 0.2.65, R-testthat, R-covr
|
||||
# LinkingTo:
|
||||
# Enhances:
|
||||
|
||||
Suggests: R-crayon R-methods R-pillar
|
||||
BuildRequires: R-devel tex(latex)
|
||||
BuildRequires: R-crayon R-methods
|
||||
Suggests: R-crayon
|
||||
Suggests: R-methods
|
||||
Suggests: R-pillar
|
||||
BuildRequires: R-devel
|
||||
BuildRequires: tex(latex)
|
||||
BuildRequires: R-crayon
|
||||
BuildRequires: R-methods
|
||||
%if %{with_doc}
|
||||
BuildRequires: R-knitr, R-rmarkdown >= 0.2.65
|
||||
BuildRequires: R-knitr
|
||||
BuildRequires: R-rmarkdown >= 0.2.65
|
||||
%endif
|
||||
%if %{with_loop}
|
||||
BuildRequires: R-testthat >= 2.0.0
|
||||
@ -83,6 +88,9 @@ args="$args --no-tests"
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed May 30 2018 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.2.1-1
|
||||
- Update to latest version
|
||||
|
||||
* Wed May 16 2018 Tom Callaway <spot@fedoraproject.org> - 0.2.0-2
|
||||
- rebuild for R 3.5.0
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (rlang_0.2.0.tar.gz) = aa093245fb4d13b1b0ba6d951a9a1f3ed75e6568d81ed3130ebadf57b44cad6c3d87175274af9978cb972022828a46c78c44c7c0d44e14c5055baafd287b60ed
|
||||
SHA512 (rlang_0.2.1.tar.gz) = ae03d86426d1ef8abfa7f74249036b8a81e1e28b09018f7b8a6b244418697e6723f2e2b3ca1abc3bbd9354c1de9aaa8cf0423291754901573fb73bd6f777b7d1
|
||||
|
Loading…
Reference in New Issue
Block a user