Update to latest version
This commit is contained in:
parent
a02674e874
commit
c0d2e625f8
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
||||
/dplyr_1.0.6.tar.gz
|
||||
/dplyr_1.0.10.tar.gz
|
||||
/dplyr_1.1.0.tar.gz
|
||||
/dplyr_1.1.2.tar.gz
|
||||
|
15
R-dplyr.spec
15
R-dplyr.spec
@ -1,14 +1,14 @@
|
||||
%bcond_with bootstrap
|
||||
|
||||
%global packname dplyr
|
||||
%global packver 1.1.0
|
||||
%global packver 1.1.2
|
||||
%global rlibdir %{_libdir}/R/library
|
||||
|
||||
%global __suggests_exclude ^R\\((Lahman|RMySQL|RPostgreSQL)\\)
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: %{packver}
|
||||
Release: 2%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: A Grammar of Data Manipulation
|
||||
|
||||
License: MIT
|
||||
@ -30,13 +30,13 @@ BuildRequires: R-glue >= 1.3.2
|
||||
BuildRequires: R-lifecycle >= 1.0.3
|
||||
BuildRequires: R-magrittr >= 1.5
|
||||
BuildRequires: R-methods
|
||||
BuildRequires: R-pillar >= 1.5.1
|
||||
BuildRequires: R-pillar >= 1.9.0
|
||||
BuildRequires: R-R6
|
||||
BuildRequires: R-rlang >= 1.0.6
|
||||
BuildRequires: R-tibble >= 2.1.3
|
||||
BuildRequires: R-rlang >= 1.1.0
|
||||
BuildRequires: R-tibble >= 3.2.0
|
||||
BuildRequires: R-tidyselect >= 1.2.0
|
||||
BuildRequires: R-utils
|
||||
BuildRequires: R-vctrs >= 0.5.2
|
||||
BuildRequires: R-vctrs >= 0.6.0
|
||||
BuildRequires: R-callr
|
||||
BuildRequires: R-DBI
|
||||
BuildRequires: R-ggplot2
|
||||
@ -115,8 +115,9 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check --ignore-vignettes %{packname}
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Apr 21 2023 Iñaki Úcar <iucar@fedoraproject.org> - 1.1.0-2
|
||||
* Fri Apr 21 2023 Iñaki Úcar <iucar@fedoraproject.org> - 1.1.2-1
|
||||
- R-maint-sig mass rebuild
|
||||
- Update to the latest version
|
||||
|
||||
* Mon Feb 27 2023 Tom Callaway <spot@fedoraproject.org> - 1.1.0-1
|
||||
- update to 1.1.0
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dplyr_1.1.0.tar.gz) = 6522db6560b0e136378dc5a5adb470a874fa9fef1813b6736ee02b0c37be1723a88a407d83c72bd77098f08fb610e81702efb8d1b2715612182e6676f68f368f
|
||||
SHA512 (dplyr_1.1.2.tar.gz) = 62ebede505506a410111189073bb35efb971aad9b09f4622f34b9dcbf8e739c07f1b85a68d95ac9d76a1df2d800358ff4b3b79e4cf3df9911683e2cf472c9aa5
|
||||
|
Loading…
Reference in New Issue
Block a user