Update to latest version.
This commit is contained in:
parent
c8e70efc3c
commit
42684bd4cb
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/systemfonts_0.1.1.tar.gz
|
||||
/systemfonts_0.2.2.tar.gz
|
||||
/systemfonts_0.3.0.tar.gz
|
||||
|
@ -1,10 +1,10 @@
|
||||
%global packname systemfonts
|
||||
%global packver 0.2.2
|
||||
%global packver 0.3.0
|
||||
%global rlibdir %{_libdir}/R/library
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: %{packver}
|
||||
Release: 4%{?dist}
|
||||
Version: 0.3.0
|
||||
Release: 1%{?dist}
|
||||
Summary: System Native Font Finding
|
||||
|
||||
License: MIT
|
||||
@ -13,13 +13,14 @@ Source0: https://cran.r-project.org/src/contrib/%{packname}_%{packver}.
|
||||
|
||||
# Here's the R view of the dependencies world:
|
||||
# Depends:
|
||||
# Imports:
|
||||
# Imports: R-cpp11
|
||||
# Suggests: R-testthat >= 2.1.0, R-covr, R-knitr, R-rmarkdown, R-tools
|
||||
# LinkingTo:
|
||||
# Enhances:
|
||||
|
||||
BuildRequires: R-devel
|
||||
BuildRequires: tex(latex)
|
||||
BuildRequires: R-cpp11-devel
|
||||
BuildRequires: R-testthat >= 2.1.0
|
||||
BuildRequires: R-knitr
|
||||
BuildRequires: R-rmarkdown
|
||||
@ -89,6 +90,9 @@ rm -f %{buildroot}%{rlibdir}/R.css
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Sep 03 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.3.0-1
|
||||
- Update to latest version (#1874447)
|
||||
|
||||
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.2-4
|
||||
- Second attempt - Rebuilt for
|
||||
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (systemfonts_0.2.2.tar.gz) = 650923a973e64620716476b5797b2ccdef7dfd9e9cd122f6bcdbe820042dbe9ab9e9a7506b4346f6fbab15693320499bf6741da388162412ebefe02d266cd994
|
||||
SHA512 (systemfonts_0.3.0.tar.gz) = db579e8c636467411abc66293263637a317af273273fb9ce3e51b589c7c014a019ba159e12455731aa3f851c391627288fa84d92281bb8ca03f0125f6045b322
|
||||
|
Loading…
Reference in New Issue
Block a user