Update to latest version.
This commit is contained in:
parent
d1461c9648
commit
30de0b98fc
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/showtext_0.5-1.tar.gz
|
/showtext_0.5-1.tar.gz
|
||||||
/showtext_0.6.tar.gz
|
/showtext_0.6.tar.gz
|
||||||
/showtext_0.7.tar.gz
|
/showtext_0.7.tar.gz
|
||||||
|
/showtext_0.8.tar.gz
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
%global packname showtext
|
%global packname showtext
|
||||||
|
%global packver 0.8
|
||||||
%global rlibdir %{_libdir}/R/library
|
%global rlibdir %{_libdir}/R/library
|
||||||
|
|
||||||
# knitr suggests this package and vice versa.
|
# knitr suggests this package and vice versa.
|
||||||
%global with_doc 1
|
%global with_doc 1
|
||||||
|
|
||||||
Name: R-%{packname}
|
Name: R-%{packname}
|
||||||
Version: 0.7
|
Version: 0.8
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Using Fonts More Easily in R Graphs
|
Summary: Using Fonts More Easily in R Graphs
|
||||||
|
|
||||||
@ -13,7 +14,7 @@ Summary: Using Fonts More Easily in R Graphs
|
|||||||
# src/tidy.h, src/utf8.c and src/utf8.h: libpng/zlib
|
# src/tidy.h, src/utf8.c and src/utf8.h: libpng/zlib
|
||||||
License: ASL 2.0 and zlib
|
License: ASL 2.0 and zlib
|
||||||
URL: https://CRAN.R-project.org/package=%{packname}
|
URL: https://CRAN.R-project.org/package=%{packname}
|
||||||
Source0: https://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
|
Source0: https://cran.r-project.org/src/contrib/%{packname}_%{packver}.tar.gz
|
||||||
|
|
||||||
# Here's the R view of the dependencies world:
|
# Here's the R view of the dependencies world:
|
||||||
# Depends: R-sysfonts >= 0.7.1, R-showtextdb >= 2.0
|
# Depends: R-sysfonts >= 0.7.1, R-showtextdb >= 2.0
|
||||||
@ -90,6 +91,9 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --ignore-vignettes
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 21 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.8-1
|
||||||
|
- Update to latest version
|
||||||
|
|
||||||
* Wed Jun 12 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.7-1
|
* Wed Jun 12 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.7-1
|
||||||
- Update to latest version
|
- Update to latest version
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (showtext_0.7.tar.gz) = b89bdd63ec35cb127639eb3dd741238799f0fade8076d1598d3839fbbcf6c7e3437a1ca76cfe75b5dc2fca81e677ab3be045200ea9c157a7ab23f5c0ea82c986
|
SHA512 (showtext_0.8.tar.gz) = 0614a97c95d7d3d81fc579b62af1878fc2e1e8bf1ed9e67998ca05d3ffad7a1c56ad1ecbf501e41f774f0605cb36f19d445b43894636c1f49dc7b463aa2527b9
|
||||||
|
Loading…
Reference in New Issue
Block a user