diff options
author | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2025-02-04 01:39:35 +0000 |
---|---|---|
committer | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2025-02-04 01:39:35 +0000 |
commit | 89de8d8d511fdb90af29608ebd69b57f1677e5b6 (patch) | |
tree | cb12000a5f230a85efaecc027068d22d69a3770b | |
parent | bee453881805dbcfed5b00e6cae0e7f019d6b8dc (diff) |
automatic import of R-CRAN-FedData
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | R-CRAN-FedData.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -4,3 +4,4 @@ /FedData_4.0.0.tar.gz /FedData_4.0.1.tar.gz /FedData_4.1.0.tar.gz +/FedData_4.2.0.tar.gz diff --git a/R-CRAN-FedData.spec b/R-CRAN-FedData.spec index 56f63ee..1b18d7f 100644 --- a/R-CRAN-FedData.spec +++ b/R-CRAN-FedData.spec @@ -1,11 +1,11 @@ %global __brp_check_rpaths %{nil} %global __requires_exclude ^libmpi %global packname FedData -%global packver 4.1.0 +%global packver 4.2.0 %global rlibdir /usr/local/lib/R/library Name: R-CRAN-%{packname} -Version: 4.1.0 +Version: 4.2.0 Release: 1%{?dist}%{?buildtag} Summary: Download Geospatial Data Available from Several Federated Data Sources @@ -19,7 +19,6 @@ Requires: R-core >= 3.2.0 BuildArch: noarch BuildRequires: R-CRAN-terra >= 1.0 BuildRequires: R-CRAN-sf >= 1.0 -BuildRequires: R-CRAN-arcgislayers >= 0.2.0 BuildRequires: R-CRAN-curl BuildRequires: R-CRAN-httr BuildRequires: R-CRAN-dplyr @@ -36,9 +35,9 @@ BuildRequires: R-CRAN-readr BuildRequires: R-CRAN-ggplot2 BuildRequires: R-CRAN-glue BuildRequires: R-CRAN-magrittr +BuildRequires: R-CRAN-jsonlite Requires: R-CRAN-terra >= 1.0 Requires: R-CRAN-sf >= 1.0 -Requires: R-CRAN-arcgislayers >= 0.2.0 Requires: R-CRAN-curl Requires: R-CRAN-httr Requires: R-CRAN-dplyr @@ -55,6 +54,7 @@ Requires: R-CRAN-readr Requires: R-CRAN-ggplot2 Requires: R-CRAN-glue Requires: R-CRAN-magrittr +Requires: R-CRAN-jsonlite %description Download geospatial data available from several federated data sources @@ -1 +1 @@ -92ecfe241e3f1a1e53fc8c8ee89c56b0 FedData_4.1.0.tar.gz +1325996439bbce093088ecff694272b7 FedData_4.2.0.tar.gz |