Update to latest version.
This commit is contained in:
parent
1c5c32457f
commit
05f22cca21
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/cliapp_0.1.0.tar.gz
|
||||
/cliapp_0.1.1.tar.gz
|
||||
|
@ -1,17 +1,18 @@
|
||||
%global packname cliapp
|
||||
%global packver 0.1.1
|
||||
%global rlibdir %{_datadir}/R/library
|
||||
|
||||
# Depends on callr, which depends on this.
|
||||
%global with_loop 1
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: 0.1.0
|
||||
Release: 6%{?dist}
|
||||
Version: 0.1.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Create Rich Command Line Applications
|
||||
|
||||
License: MIT
|
||||
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:
|
||||
# Depends:
|
||||
@ -92,6 +93,9 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname}
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Oct 08 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.1.1-1
|
||||
- Update to latest version (#1886002)
|
||||
|
||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.0-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cliapp_0.1.0.tar.gz) = 0597defd0310fc2e8de7d6ea9ae16bb62fac3d0ebb13659e6d3dd3ee9a54182ea10dece629543c82ee205de0c5d0e840a39f47799c4b38713b6e0b2f4f7b9af9
|
||||
SHA512 (cliapp_0.1.1.tar.gz) = a3434b2fec2e221b36ce72e36f67733412cccf11f3c8a39b309566da5b53e897c10a5542e3b5aefbf02ad1d309c5b95c1ddc4365c3de3c0e52eed8a13c51c0aa
|
||||
|
Loading…
Reference in New Issue
Block a user