Merge branch 'f30'
This commit is contained in:
commit
70eddff3da
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
/purrr_0.3.1.tar.gz
|
/purrr_0.3.1.tar.gz
|
||||||
/purrr_0.3.2.tar.gz
|
/purrr_0.3.2.tar.gz
|
||||||
/purrr_0.3.3.tar.gz
|
/purrr_0.3.3.tar.gz
|
||||||
|
/purrr_0.3.4.tar.gz
|
||||||
|
10
R-purrr.spec
10
R-purrr.spec
@ -2,16 +2,17 @@
|
|||||||
%bcond_with bootstrap
|
%bcond_with bootstrap
|
||||||
|
|
||||||
%global packname purrr
|
%global packname purrr
|
||||||
|
%global packver 0.3.4
|
||||||
%global rlibdir %{_libdir}/R/library
|
%global rlibdir %{_libdir}/R/library
|
||||||
|
|
||||||
Name: R-%{packname}
|
Name: R-%{packname}
|
||||||
Version: 0.3.3
|
Version: 0.3.4
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Functional Programming Tools
|
Summary: Functional Programming Tools
|
||||||
|
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
URL: https://CRAN.R-project.org/package=%{packname}
|
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:
|
# Here's the R view of the dependencies world:
|
||||||
# Depends:
|
# Depends:
|
||||||
@ -80,6 +81,9 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --no-examples
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 21 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.3.4-1
|
||||||
|
- Update to latest version
|
||||||
|
|
||||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.3-2
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.3-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (purrr_0.3.3.tar.gz) = 9ab50215e3b7410d3b12af008a33713120b6f3417a73d649355288f502ef3eacd696250549efb389f2528701d8f5d186e2ef51a584cab663cee3f069a78fb20c
|
SHA512 (purrr_0.3.4.tar.gz) = 30f121c751e6c85b986b872ed1bae6464d2f0f3b79493537d4f1b673d55725218dd982a2ed7b8b8a12b2aad586db3133e49721812f35bf3b2c692612759bb2ca
|
||||||
|
Loading…
Reference in New Issue
Block a user