update to 1.0.10, bootstrap on, rebuild for R 4.2.1
This commit is contained in:
parent
43a540c074
commit
964170383a
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
|||||||
/dplyr_1.0.4.tar.gz
|
/dplyr_1.0.4.tar.gz
|
||||||
/dplyr_1.0.5.tar.gz
|
/dplyr_1.0.5.tar.gz
|
||||||
/dplyr_1.0.6.tar.gz
|
/dplyr_1.0.6.tar.gz
|
||||||
|
/dplyr_1.0.10.tar.gz
|
||||||
|
26
R-dplyr.spec
26
R-dplyr.spec
@ -1,14 +1,14 @@
|
|||||||
%bcond_with bootstrap
|
%bcond_without bootstrap
|
||||||
|
|
||||||
%global packname dplyr
|
%global packname dplyr
|
||||||
%global packver 1.0.6
|
%global packver 1.0.10
|
||||||
%global rlibdir %{_libdir}/R/library
|
%global rlibdir %{_libdir}/R/library
|
||||||
|
|
||||||
%global __suggests_exclude ^R\\((Lahman|RMySQL|RPostgreSQL)\\)
|
%global __suggests_exclude ^R\\((Lahman|RMySQL|RPostgreSQL)\\)
|
||||||
|
|
||||||
Name: R-%{packname}
|
Name: R-%{packname}
|
||||||
Version: 1.0.6
|
Version: %{packver}
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A Grammar of Data Manipulation
|
Summary: A Grammar of Data Manipulation
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -24,18 +24,17 @@ Source0: https://cran.r-project.org/src/contrib/%{packname}_%{packver}.
|
|||||||
|
|
||||||
BuildRequires: R-devel
|
BuildRequires: R-devel
|
||||||
BuildRequires: tex(latex)
|
BuildRequires: tex(latex)
|
||||||
BuildRequires: R-ellipsis
|
|
||||||
BuildRequires: R-generics
|
BuildRequires: R-generics
|
||||||
BuildRequires: R-glue >= 1.3.2
|
BuildRequires: R-glue >= 1.3.2
|
||||||
BuildRequires: R-lifecycle >= 1.0.0
|
BuildRequires: R-lifecycle >= 1.0.1
|
||||||
BuildRequires: R-magrittr >= 1.5
|
BuildRequires: R-magrittr >= 1.5
|
||||||
BuildRequires: R-methods
|
BuildRequires: R-methods
|
||||||
BuildRequires: R-R6
|
BuildRequires: R-R6
|
||||||
BuildRequires: R-rlang >= 0.4.10
|
BuildRequires: R-rlang >= 1.0.2
|
||||||
BuildRequires: R-tibble >= 2.1.3
|
BuildRequires: R-tibble >= 2.1.3
|
||||||
BuildRequires: R-tidyselect >= 1.1.0
|
BuildRequires: R-tidyselect >= 1.1.1
|
||||||
BuildRequires: R-utils
|
BuildRequires: R-utils
|
||||||
BuildRequires: R-vctrs >= 0.3.5
|
BuildRequires: R-vctrs >= 0.4.1
|
||||||
BuildRequires: R-pillar >= 1.5.1
|
BuildRequires: R-pillar >= 1.5.1
|
||||||
BuildRequires: R-callr
|
BuildRequires: R-callr
|
||||||
BuildRequires: R-DBI
|
BuildRequires: R-DBI
|
||||||
@ -45,7 +44,7 @@ BuildRequires: R-microbenchmark
|
|||||||
BuildRequires: R-purrr
|
BuildRequires: R-purrr
|
||||||
BuildRequires: R-rmarkdown
|
BuildRequires: R-rmarkdown
|
||||||
BuildRequires: R-RSQLite
|
BuildRequires: R-RSQLite
|
||||||
BuildRequires: R-testthat >= 3.0.2
|
BuildRequires: R-testthat >= 3.1.1
|
||||||
BuildRequires: R-withr
|
BuildRequires: R-withr
|
||||||
%if %{without bootstrap}
|
%if %{without bootstrap}
|
||||||
BuildRequires: R-bench
|
BuildRequires: R-bench
|
||||||
@ -90,7 +89,7 @@ export LANG=C.UTF-8
|
|||||||
%if %{without bootstrap}
|
%if %{without bootstrap}
|
||||||
%{_bindir}/R CMD check %{packname}
|
%{_bindir}/R CMD check %{packname}
|
||||||
%else
|
%else
|
||||||
_R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname}
|
_R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --no-vignettes
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
@ -112,6 +111,11 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 1 2022 Tom Callaway <spot@fedoraproject.org> - 1.0.10-1
|
||||||
|
- update to 1.0.10
|
||||||
|
- rebuild for R 4.2.1
|
||||||
|
- bootstrap on
|
||||||
|
|
||||||
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.6-5
|
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.6-5
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (dplyr_1.0.6.tar.gz) = e09f5c3b5e215926f7c96eeb705e79db73eae147f557c386bc18e47f0407bac4c1c795c842aa1e152707ae3f2d7de21f8e9984ea9fc9a59addb1cb04a6f65d89
|
SHA512 (dplyr_1.0.10.tar.gz) = c0848b809c699b4fcc0a3e097868dad9ca2957b87387e310b4b2915a106137bad121e570e9f2f69c155149042f68c76201ed739c043b99e02c506cb2cf5a8cf2
|
||||||
|
Loading…
Reference in New Issue
Block a user