Update to latest version.
This commit is contained in:
parent
c4e52d72b7
commit
729ec67a6e
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/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
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
%global with_doc 1
|
%global with_doc 1
|
||||||
|
|
||||||
Name: R-%{packname}
|
Name: R-%{packname}
|
||||||
Version: 0.6
|
Version: 0.7
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Using Fonts More Easily in R Graphs
|
Summary: Using Fonts More Easily in R Graphs
|
||||||
|
|
||||||
@ -43,12 +43,12 @@ BuildRequires: R-prettydoc
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Making it easy to use various types of fonts (TrueType, OpenType, Type 1,
|
Making it easy to use various types of fonts (TrueType, OpenType, Type 1, web
|
||||||
web fonts, etc.) in R graphs, and supporting most output formats of R
|
fonts, etc.) in R graphs, and supporting most output formats of R graphics
|
||||||
graphics including PNG, PDF and SVG. Text glyphs will be converted into
|
including PNG, PDF and SVG. Text glyphs will be converted into polygons or
|
||||||
polygons or raster images, hence after the plot has been created, it no
|
raster images, hence after the plot has been created, it no longer relies on
|
||||||
longer relies on the font files. No external software such as Ghostscript
|
the font files. No external software such as Ghostscript is needed to use this
|
||||||
is needed to use this package.
|
package.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -91,6 +91,9 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --ignore-vignettes
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 12 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.7-1
|
||||||
|
- Update to latest version
|
||||||
|
|
||||||
* Wed Feb 20 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.6-1
|
* Wed Feb 20 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.6-1
|
||||||
- Update to latest version
|
- Update to latest version
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (showtext_0.6.tar.gz) = bb1538437dc4f1ba293101c03569bd7f7a8b9467f057a071a143ec00fb2aff6aec10cdd644848f8b1df7282ff2008201e9dd0e361164a3eb2e33dfef43efa460
|
SHA512 (showtext_0.7.tar.gz) = b89bdd63ec35cb127639eb3dd741238799f0fade8076d1598d3839fbbcf6c7e3437a1ca76cfe75b5dc2fca81e677ab3be045200ea9c157a7ab23f5c0ea82c986
|
||||||
|
Loading…
Reference in New Issue
Block a user