update to 1.6.2, rebuild for R 4.2.1, bootstrap on
This commit is contained in:
parent
18a6803393
commit
90a71154f6
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/glue_1.3.2.tar.gz
|
||||
/glue_1.4.1.tar.gz
|
||||
/glue_1.4.2.tar.gz
|
||||
/glue_1.6.2.tar.gz
|
||||
|
40
R-glue.spec
40
R-glue.spec
@ -1,13 +1,13 @@
|
||||
%global packname glue
|
||||
%global packver 1.4.2
|
||||
%global packver 1.6.2
|
||||
%global rlibdir %{_libdir}/R/library
|
||||
|
||||
# When we are bootstrapping, we drop some dependencies, and/or build time tests.
|
||||
%bcond_with bootstrap
|
||||
%bcond_without bootstrap
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: 1.4.2
|
||||
Release: 7%{?dist}
|
||||
Version: %{packver}
|
||||
Release: 1%{?dist}
|
||||
Summary: Interpreted String Literals
|
||||
|
||||
License: MIT
|
||||
@ -17,7 +17,7 @@ Source0: https://cran.r-project.org/src/contrib/%{packname}_%{packver}.
|
||||
# Here's the R view of the dependencies world:
|
||||
# Depends:
|
||||
# Imports: R-methods
|
||||
# Suggests: R-testthat, R-covr, R-magrittr, R-crayon, R-knitr, R-rmarkdown, R-DBI, R-RSQLite, R-R.utils, R-forcats, R-microbenchmark, R-rprintf, R-stringr, R-ggplot2, R-dplyr, R-withr, R-vctrs >= 0.3.0
|
||||
# Suggests: R-testthat, R-covr, R-magrittr, R-crayon, R-knitr, R-rmarkdown, R-DBI, R-RSQLite, R-R.utils, R-forcats, R-microbenchmark, R-rprintf, R-stringr, R-ggplot2, R-dplyr, R-withr, R-vctrs >= 0.3.0, R-waldo >= 0.3.0
|
||||
# LinkingTo:
|
||||
# Enhances:
|
||||
|
||||
@ -25,22 +25,23 @@ BuildRequires: R-devel
|
||||
BuildRequires: tex(latex)
|
||||
BuildRequires: R-methods
|
||||
%if %{without bootstrap}
|
||||
BuildRequires: R-testthat
|
||||
BuildRequires: R-magrittr
|
||||
BuildRequires: R-crayon
|
||||
BuildRequires: R-knitr
|
||||
BuildRequires: R-rmarkdown
|
||||
BuildRequires: R-DBI
|
||||
BuildRequires: R-RSQLite
|
||||
BuildRequires: R-R.utils
|
||||
BuildRequires: R-forcats
|
||||
BuildRequires: R-microbenchmark
|
||||
BuildRequires: R-rprintf
|
||||
BuildRequires: R-stringr
|
||||
BuildRequires: R-ggplot2
|
||||
BuildRequires: R-dplyr
|
||||
BuildRequires: R-withr
|
||||
BuildRequires: R-forcats
|
||||
BuildRequires: R-ggplot2
|
||||
BuildRequires: R-knitr
|
||||
BuildRequires: R-magrittr
|
||||
BuildRequires: R-microbenchmark
|
||||
BuildRequires: R-R.utils
|
||||
BuildRequires: R-rmarkdown
|
||||
BuildRequires: R-rprintf
|
||||
BuildRequires: R-RSQLite
|
||||
BuildRequires: R-stringr
|
||||
BuildRequires: R-testthat >= 3.0.0
|
||||
BuildRequires: R-vctrs >= 0.3.0
|
||||
BuildRequires: R-waldo >= 0.3.0
|
||||
BuildRequires: R-withr
|
||||
%endif
|
||||
|
||||
%description
|
||||
@ -92,6 +93,11 @@ export LANG=C.UTF-8
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Aug 18 2022 Tom Callaway <spot@fedoraproject.org> - 1.6.2-1
|
||||
- update to 1.6.2
|
||||
- rebuild for R 4.2.1
|
||||
- bootstrap
|
||||
|
||||
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.2-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (glue_1.4.2.tar.gz) = d4c43c95fedf881be2fbe0e406a282e9af30b741533b653cb3c84ead8952e971d94cb4b6a98df07551b17726630b426e6178296e1c146e6cf04e9a7bd6d0562c
|
||||
SHA512 (glue_1.6.2.tar.gz) = f3fdfa83bb162750a213b434ee14c8ec7973369f07224ae312d2a35567d2d7f68ab051dbe2de69ae56b454bbd8ec407e1b3a65b3f16eee329098d9fdd02b5502
|
||||
|
Loading…
Reference in New Issue
Block a user