update to 0.9-5, rebuild for R 4.2.1
This commit is contained in:
parent
8c3f9c803e
commit
92b5a44042
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
||||
/showtext_0.9.tar.gz
|
||||
/showtext_0.9-1.tar.gz
|
||||
/showtext_0.9-2.tar.gz
|
||||
/showtext_0.9-5.tar.gz
|
||||
|
@ -1,20 +1,21 @@
|
||||
%global packname showtext
|
||||
%global packver 0.9-2
|
||||
%global packver 0.9
|
||||
%global packrel 5
|
||||
%global rlibdir %{_libdir}/R/library
|
||||
|
||||
# knitr suggests this package and vice versa.
|
||||
%bcond_with bootstrap
|
||||
%bcond_without bootstrap
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: 0.9.2
|
||||
Release: 6%{?dist}
|
||||
Version: %{packver}.%{packrel}
|
||||
Release: 1%{?dist}
|
||||
Summary: Using Fonts More Easily in R Graphs
|
||||
|
||||
# Main: ASL 2.0
|
||||
# src/tidy.h, src/utf8.c and src/utf8.h: libpng/zlib
|
||||
License: ASL 2.0 and zlib
|
||||
URL: https://CRAN.R-project.org/package=%{packname}
|
||||
Source0: https://cran.r-project.org/src/contrib/%{packname}_%{packver}.tar.gz
|
||||
Source0: https://cran.r-project.org/src/contrib/%{packname}_%{packver}-%{packrel}.tar.gz
|
||||
|
||||
# Here's the R view of the dependencies world:
|
||||
# Depends: R-sysfonts >= 0.7.1, R-showtextdb >= 2.0
|
||||
@ -88,6 +89,10 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --ignore-vignettes
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Sep 2 2022 Tom Callaway <spot@fedoraproject.org> - 0.9.5-1
|
||||
- update to 0.9-5
|
||||
- rebuild for R 4.2.1
|
||||
|
||||
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.2-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (showtext_0.9-2.tar.gz) = 2cdc2a3487c9577d1593443c2b633c620c37ab90cae41de27c818a9fa7020e70978051c734fc3e23d446616ef016e14ca25b45126c5208fccf6a493a6dbe3123
|
||||
SHA512 (showtext_0.9-5.tar.gz) = 1b27d3a4e5f06dcd42264c49b6a7c0b082c1ae7c9f72efb21593bc80b40e8bc6941a178cb360223b3840b24264836495a127876f3973bc4bcd9c01ad9b5f35fe
|
||||
|
Loading…
Reference in New Issue
Block a user