Update to latest version.
This commit is contained in:
parent
848084e0fd
commit
f7f985f08d
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
/lubridate_1.7.4.tar.gz
|
/lubridate_1.7.4.tar.gz
|
||||||
/lubridate_1.7.8.tar.gz
|
/lubridate_1.7.8.tar.gz
|
||||||
/lubridate_1.7.9.tar.gz
|
/lubridate_1.7.9.tar.gz
|
||||||
|
/lubridate_1.7.9.2.tar.gz
|
||||||
|
@ -1,13 +1,10 @@
|
|||||||
%global packname lubridate
|
%global packname lubridate
|
||||||
%global packver 1.7.9
|
%global packver 1.7.9.2
|
||||||
%global rlibdir %{_libdir}/R/library
|
%global rlibdir %{_libdir}/R/library
|
||||||
|
|
||||||
# knitr is not yet available.
|
|
||||||
%global with_doc 1
|
|
||||||
|
|
||||||
Name: R-%{packname}
|
Name: R-%{packname}
|
||||||
Version: 1.7.9
|
Version: 1.7.9.2
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Make dealing with dates a little easier
|
Summary: Make dealing with dates a little easier
|
||||||
|
|
||||||
License: GPLv2+ and ASL 2.0
|
License: GPLv2+ and ASL 2.0
|
||||||
@ -17,7 +14,7 @@ Source0: https://cran.r-project.org/src/contrib/%{packname}_%{packver}.
|
|||||||
# Here's the R view of the dependencies world:
|
# Here's the R view of the dependencies world:
|
||||||
# Depends: R-methods
|
# Depends: R-methods
|
||||||
# Imports: R-generics, R-Rcpp >= 0.12.13
|
# Imports: R-generics, R-Rcpp >= 0.12.13
|
||||||
# Suggests: R-covr, R-knitr, R-testthat >= 2.1.0, R-vctrs >= 0.3.0
|
# Suggests: R-covr, R-knitr, R-testthat >= 2.1.0, R-vctrs >= 0.3.0, R-rmarkdown
|
||||||
# LinkingTo:
|
# LinkingTo:
|
||||||
# Enhances:
|
# Enhances:
|
||||||
|
|
||||||
@ -27,11 +24,10 @@ BuildRequires: tex(latex)
|
|||||||
BuildRequires: R-methods
|
BuildRequires: R-methods
|
||||||
BuildRequires: R-generics
|
BuildRequires: R-generics
|
||||||
BuildRequires: R-Rcpp-devel >= 0.12.13
|
BuildRequires: R-Rcpp-devel >= 0.12.13
|
||||||
|
BuildRequires: R-knitr
|
||||||
BuildRequires: R-testthat >= 2.1.0
|
BuildRequires: R-testthat >= 2.1.0
|
||||||
BuildRequires: R-vctrs >= 0.3.0
|
BuildRequires: R-vctrs >= 0.3.0
|
||||||
%if %{with_doc}
|
BuildRequires: R-rmarkdown
|
||||||
BuildRequires: R-knitr
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Functions to work with date-times and time-spans: fast and user friendly
|
Functions to work with date-times and time-spans: fast and user friendly
|
||||||
@ -73,11 +69,7 @@ rm %{buildroot}%{rlibdir}/%{packname}/cctz.sh
|
|||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%if %{with_doc}
|
|
||||||
%{_bindir}/R CMD check %{packname}
|
%{_bindir}/R CMD check %{packname}
|
||||||
%else
|
|
||||||
_R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --ignore-vignettes
|
|
||||||
%endif
|
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
@ -99,6 +91,9 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --ignore-vignettes
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 13 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.7.9.2-1
|
||||||
|
- Update to latest version (#1897632)
|
||||||
|
|
||||||
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.9-3
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.9-3
|
||||||
- Second attempt - Rebuilt for
|
- Second attempt - Rebuilt for
|
||||||
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (lubridate_1.7.9.tar.gz) = 344cb68f9943f9cec50a191fa7d6527d5f5c5dbb6d967f5d90088bda8d2997fbfe3e729d06afa95cfdb634dbf396c1c7b0a60338bd417f34741e30f60087daec
|
SHA512 (lubridate_1.7.9.2.tar.gz) = e6df5e70423ec2418db783721da565191398d1fc08d7fbe1eb663c591b8d8630946ae5fbe73af22e207953a381dbf4ad32882b3522bcb3128ef0dc77a875a7f5
|
||||||
|
Loading…
Reference in New Issue
Block a user