diff options
author | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2021-05-14 02:12:19 +0000 |
---|---|---|
committer | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2021-05-14 02:12:19 +0000 |
commit | 0898b9968038efa14e7c15c7124c0f1a7bdb4db3 (patch) | |
tree | 9988a088ac24ec0b96161b6ad9d795b4bfd97a30 | |
parent | 9f8f1300cec423df1ee3c947946f5cd819fe7a40 (diff) |
automatic import of R-CRAN-RPESE
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | R-CRAN-RPESE.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -6,3 +6,4 @@ /RPESE_1.1.0.tar.gz /RPESE_1.2.0.tar.gz /RPESE_1.2.1.tar.gz +/RPESE_1.2.2.tar.gz diff --git a/R-CRAN-RPESE.spec b/R-CRAN-RPESE.spec index 9d74b21..c09b4f8 100644 --- a/R-CRAN-RPESE.spec +++ b/R-CRAN-RPESE.spec @@ -1,9 +1,9 @@ %global packname RPESE -%global packver 1.2.1 +%global packver 1.2.2 %global rlibdir /usr/local/lib/R/library Name: R-CRAN-%{packname} -Version: 1.2.1 +Version: 1.2.2 Release: 1%{?dist}%{?buildtag} Summary: Estimates of Standard Errors for Risk and Performance Measures @@ -12,8 +12,8 @@ URL: https://cran.r-project.org/package=%{packname} Source0: %{url}&version=%{packver}#/%{packname}_%{packver}.tar.gz -BuildRequires: R-devel >= 3.5.0 -Requires: R-core >= 3.5.0 +BuildRequires: R-devel +Requires: R-core BuildArch: noarch BuildRequires: R-CRAN-xts BuildRequires: R-CRAN-zoo @@ -1 +1 @@ -ed0d6677cd700388fd450caf00883e72 RPESE_1.2.1.tar.gz +03eb12ea91ebfa1ecd82137e20512139 RPESE_1.2.2.tar.gz |