Update to latest version.
This commit is contained in:
parent
bafaee1d08
commit
ff7e16c7ac
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/lubridate_1.7.3.tar.gz
|
||||
/lubridate_1.7.4.tar.gz
|
||||
/lubridate_1.7.8.tar.gz
|
||||
/lubridate_1.7.9.tar.gz
|
||||
|
@ -1,13 +1,13 @@
|
||||
%global packname lubridate
|
||||
%global packver 1.7.8
|
||||
%global packver 1.7.9
|
||||
%global rlibdir %{_libdir}/R/library
|
||||
|
||||
# knitr is not yet available.
|
||||
%global with_doc 1
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: %{packver}
|
||||
Release: 2%{?dist}
|
||||
Version: 1.7.9
|
||||
Release: 1%{?dist}
|
||||
Summary: Make dealing with dates a little easier
|
||||
|
||||
License: GPLv2+ and ASL 2.0
|
||||
@ -17,7 +17,7 @@ Source0: https://cran.r-project.org/src/contrib/%{packname}_%{packver}.
|
||||
# Here's the R view of the dependencies world:
|
||||
# Depends: R-methods
|
||||
# Imports: R-generics, R-Rcpp >= 0.12.13
|
||||
# Suggests: R-covr, R-knitr, R-testthat
|
||||
# Suggests: R-covr, R-knitr, R-testthat >= 2.1.0, R-vctrs >= 0.3.0
|
||||
# LinkingTo:
|
||||
# Enhances:
|
||||
|
||||
@ -27,7 +27,8 @@ BuildRequires: tex(latex)
|
||||
BuildRequires: R-methods
|
||||
BuildRequires: R-generics
|
||||
BuildRequires: R-Rcpp-devel >= 0.12.13
|
||||
BuildRequires: R-testthat
|
||||
BuildRequires: R-testthat >= 2.1.0
|
||||
BuildRequires: R-vctrs >= 0.3.0
|
||||
%if %{with_doc}
|
||||
BuildRequires: R-knitr
|
||||
%endif
|
||||
@ -98,6 +99,9 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --ignore-vignettes
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jul 21 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.7.9-1
|
||||
- Update to latest version
|
||||
|
||||
* Sat Jun 6 2020 Tom Callaway <spot@fedoraproject.org> - 1.7.8-2
|
||||
- rebuild for R 4
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (lubridate_1.7.8.tar.gz) = c5436639627c713d79733b11ad51319933a49a5283dab8c542201480dd6f58fb35768f11c74b91e096e0eb7c9264bfef8f267eef748fd2a8deee46584470df3d
|
||||
SHA512 (lubridate_1.7.9.tar.gz) = 344cb68f9943f9cec50a191fa7d6527d5f5c5dbb6d967f5d90088bda8d2997fbfe3e729d06afa95cfdb634dbf396c1c7b0a60338bd417f34741e30f60087daec
|
||||
|
Loading…
Reference in New Issue
Block a user