Update to latest version.
This commit is contained in:
parent
9e6df48ad8
commit
56cd01fe2f
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/later_0.7.4.tar.gz
|
||||
/later_0.7.5.tar.gz
|
||||
/later_0.8.0.tar.gz
|
||||
/later_1.0.0.tar.gz
|
||||
|
11
R-later.spec
11
R-later.spec
@ -5,9 +5,9 @@
|
||||
%global with_doc 1
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: 0.8.0
|
||||
Version: 1.0.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Utilities for Delaying Function Execution
|
||||
Summary: Utilities for Scheduling Functions to Execute Later with Event Loops
|
||||
|
||||
License: GPLv2+
|
||||
URL: https://CRAN.R-project.org/package=%{packname}
|
||||
@ -36,8 +36,8 @@ BuildRequires: R-rmarkdown
|
||||
%endif
|
||||
|
||||
%description
|
||||
Executes arbitrary R or C functions some time after the current time,
|
||||
after the R execution stack has emptied.
|
||||
Executes arbitrary R or C functions some time after the current time, after the
|
||||
R execution stack has emptied. The functions are scheduled in an event loop.
|
||||
|
||||
|
||||
%package devel
|
||||
@ -97,6 +97,9 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --ignore-vignettes
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Oct 05 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.0.0-1
|
||||
- Update to latest version
|
||||
|
||||
* Mon Feb 11 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.8.0-1
|
||||
- Update to latest version
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (later_0.8.0.tar.gz) = 4a5080cca1f51de5e2cd90a11946613a795acbad6d8bd694e8a658d80305f0f9a53214a4d7b4542a9d92a5389fb0249ebccecd6d84a17116f71a48f049aa99e2
|
||||
SHA512 (later_1.0.0.tar.gz) = 44f2575cc51511e81880e0903923e9dbebc4cc93a37becb06637371bd6ef3780619b9c29a5e5c4141ce314b985092d32fba240fa619a323529f265412bb73937
|
||||
|
Loading…
Reference in New Issue
Block a user