update to 0.5.3, bootstrap on, rebuild for R 4.2.1
This commit is contained in:
parent
c114763d08
commit
aafda2cf9d
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/htmltools_0.4.0.tar.gz
|
||||
/htmltools_0.5.0.tar.gz
|
||||
/htmltools_0.5.1.1.tar.gz
|
||||
/htmltools_0.5.3.tar.gz
|
||||
|
@ -1,12 +1,12 @@
|
||||
%bcond_with bootstrap
|
||||
%bcond_without bootstrap
|
||||
|
||||
%global packname htmltools
|
||||
%global packver 0.5.1.1
|
||||
%global packver 0.5.3
|
||||
%global rlibdir %{_libdir}/R/library
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: 0.5.1.1
|
||||
Release: 6%{?dist}
|
||||
Version: %{packver}
|
||||
Release: 1%{?dist}
|
||||
Summary: Tools for HTML
|
||||
|
||||
License: GPLv2+
|
||||
@ -26,7 +26,8 @@ BuildRequires: R-utils
|
||||
BuildRequires: R-digest
|
||||
BuildRequires: R-grDevices
|
||||
BuildRequires: R-base64enc
|
||||
BuildRequires: R-rlang
|
||||
BuildRequires: R-rlang >= 0.4.10
|
||||
BuildRequires: R-fastmap >= 1.1.0
|
||||
%if %{without bootstrap}
|
||||
BuildRequires: R-markdown
|
||||
BuildRequires: R-testthat
|
||||
@ -76,6 +77,11 @@ export LANG=C.UTF-8
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Aug 25 2022 Tom Callaway <spot@fedoraproject.org> - 0.5.3-1
|
||||
- update to 0.5.3
|
||||
- rebuild for R 4.2.1
|
||||
- bootstrap on
|
||||
|
||||
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1.1-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (htmltools_0.5.1.1.tar.gz) = 45414e7d71a1d554f89086fbac9938c1cfd299b4480ee678abd86571af84b53acfa021bdd5d2c40194f4acf1163787e2b7539ebe1d1abf7eea57297cca7888b8
|
||||
SHA512 (htmltools_0.5.3.tar.gz) = d5d9b6277aa3d7220186b4d98e8d2d7963151dd21eb6b8914c9db2a9cd79b831ffda18ae2e267b0349cfd292ccddb29a385f8eae4ed75141d27bc18c591375be
|
||||
|
Loading…
Reference in New Issue
Block a user