Update to latest version.
This commit is contained in:
parent
82a9947462
commit
0401f7c900
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/iterators_1.0.9.tar.gz
|
/iterators_1.0.9.tar.gz
|
||||||
|
/iterators_1.0.10.tar.gz
|
||||||
|
@ -1,10 +1,9 @@
|
|||||||
%global packname iterators
|
%global packname iterators
|
||||||
%global rlibdir %{_datadir}/R/library
|
%global rlibdir %{_datadir}/R/library
|
||||||
|
|
||||||
|
|
||||||
Name: R-%{packname}
|
Name: R-%{packname}
|
||||||
Version: 1.0.9
|
Version: 1.0.10
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Provides Iterator Construct for R
|
Summary: Provides Iterator Construct for R
|
||||||
|
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -14,17 +13,20 @@ Source0: https://cran.r-project.org/src/contrib/%{packname}_%{version}.
|
|||||||
# Here's the R view of the dependencies world:
|
# Here's the R view of the dependencies world:
|
||||||
# Depends: R-utils
|
# Depends: R-utils
|
||||||
# Imports:
|
# Imports:
|
||||||
# Suggests: R-RUnit
|
# Suggests: R-RUnit, R-foreach
|
||||||
# LinkingTo:
|
# LinkingTo:
|
||||||
# Enhances:
|
# Enhances:
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Requires: R-core
|
Requires: R-core
|
||||||
|
|
||||||
Requires: R-utils
|
Requires: R-utils
|
||||||
Recommends: R-RUnit
|
Suggests: R-RUnit
|
||||||
BuildRequires: R-devel tex(latex) R-utils
|
Suggests: R-foreach
|
||||||
|
BuildRequires: R-devel
|
||||||
|
BuildRequires: tex(latex)
|
||||||
|
BuildRequires: R-utils
|
||||||
BuildRequires: R-RUnit
|
BuildRequires: R-RUnit
|
||||||
|
BuildRequires: R-foreach
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Support for iterators, which allow a programmer to traverse through all
|
Support for iterators, which allow a programmer to traverse through all
|
||||||
@ -67,6 +69,9 @@ rm -f %{buildroot}%{rlibdir}/R.css
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jul 22 2018 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.0.10-1
|
||||||
|
- Update to latest version
|
||||||
|
|
||||||
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.9-2
|
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.9-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (iterators_1.0.9.tar.gz) = 4bd86a8b33f008e2208d0a99638ac9f7f284ea0f4f8c9b969395f239e995f6d40a105ca9f88c8d271969cbcf8290ec22dcaf8b851f5e2735bb086091bae862da
|
SHA512 (iterators_1.0.10.tar.gz) = 9ce2989f79ed3aa0a0342a0954545a451eb20b1a11b18db4d81640392e37f7d244aba36fb1a5197276ac4f29f6d236c9db135549f7d5fbc64e70f2af83ba5244
|
||||||
|
Loading…
Reference in New Issue
Block a user