Update to latest version.
This commit is contained in:
parent
d4f0c13d1f
commit
f2177e1b60
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/lubridate_1.7.3.tar.gz
|
/lubridate_1.7.3.tar.gz
|
||||||
|
/lubridate_1.7.4.tar.gz
|
||||||
|
@ -5,33 +5,35 @@
|
|||||||
%global with_doc 1
|
%global with_doc 1
|
||||||
|
|
||||||
Name: R-%{packname}
|
Name: R-%{packname}
|
||||||
Version: 1.7.3
|
Version: 1.7.4
|
||||||
Release: 4%{?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
|
||||||
URL: https://cran.r-project.org/web/packages/%{packname}/index.html
|
URL: https://cran.r-project.org/web/packages/%{packname}/index.html
|
||||||
Source0: https://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
|
Source0: https://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
|
||||||
# https://github.com/tidyverse/lubridate/pull/649
|
|
||||||
Patch0001: 0001-Fix-system-timezone-memoization.patch
|
|
||||||
|
|
||||||
# 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-stringr R-Rcpp
|
# Imports: R-stringr, R-Rcpp >= 0.12.13
|
||||||
# Suggests: R-testthat R-knitr R-covr
|
# Suggests: R-testthat, R-knitr, R-covr
|
||||||
# LinkingTo:
|
# LinkingTo:
|
||||||
# Enhances:
|
# Enhances:
|
||||||
|
|
||||||
Requires: R-methods
|
Requires: R-methods
|
||||||
Requires: R-stringr R-Rcpp
|
Requires: R-stringr
|
||||||
|
Requires: R-Rcpp >= 0.12.13
|
||||||
Requires: tzdata
|
Requires: tzdata
|
||||||
%if %{fedora} >= 28
|
%if %{fedora} >= 28
|
||||||
BuildRequires: cctz-devel
|
BuildRequires: cctz-devel
|
||||||
%else
|
%else
|
||||||
BuildRequires: tzdata
|
BuildRequires: tzdata
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: R-devel tex(latex) R-methods
|
BuildRequires: R-devel
|
||||||
BuildRequires: R-stringr R-Rcpp-devel
|
BuildRequires: tex(latex)
|
||||||
|
BuildRequires: R-methods
|
||||||
|
BuildRequires: R-stringr
|
||||||
|
BuildRequires: R-Rcpp-devel >= 0.12.13
|
||||||
BuildRequires: R-testthat
|
BuildRequires: R-testthat
|
||||||
%if %{with_doc}
|
%if %{with_doc}
|
||||||
BuildRequires: R-knitr
|
BuildRequires: R-knitr
|
||||||
@ -50,9 +52,6 @@ License, are included in this package. See
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -c -n %{packname}
|
%setup -q -c -n %{packname}
|
||||||
pushd %{packname}
|
|
||||||
%patch0001 -p1
|
|
||||||
popd
|
|
||||||
|
|
||||||
# Don't need coverage; it's not packaged either.
|
# Don't need coverage; it's not packaged either.
|
||||||
sed -i 's/, covr//g' %{packname}/DESCRIPTION
|
sed -i 's/, covr//g' %{packname}/DESCRIPTION
|
||||||
@ -109,6 +108,9 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --ignore-vignettes
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 26 2018 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.7.4-1
|
||||||
|
- Update to latest release
|
||||||
|
|
||||||
* Sun Mar 18 2018 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.7.3-4
|
* Sun Mar 18 2018 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.7.3-4
|
||||||
- Add missing Rcpp Requires.
|
- Add missing Rcpp Requires.
|
||||||
- Make library name explicit.
|
- Make library name explicit.
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (lubridate_1.7.3.tar.gz) = 66d9912ae0fdb61a07acc7ba245918c78a46493f88cc03bf732882908906a30105bc8dd87b59e913488851e1afa66f0d18490647d055202f66f7206320040a87
|
SHA512 (lubridate_1.7.4.tar.gz) = b77af2a16c07a24278bf59eab2231524f81c6f4ce92d9e8b5ffe3d4cb8fe8af229c8bbe1c94d596cb858c2f7cef83a7b99b6e15654402f12d911d887dc04ab5b
|
||||||
|
Loading…
Reference in New Issue
Block a user