update to 5.6-2, bootstrap on, rebuild for R 4.2.1
This commit is contained in:
parent
2b7cb7672e
commit
111f060319
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
||||
/ape_5.4.tar.gz
|
||||
/ape_5.4-1.tar.gz
|
||||
/ape_5.5.tar.gz
|
||||
/ape_5.6-2.tar.gz
|
||||
|
16
R-ape.spec
16
R-ape.spec
@ -1,20 +1,21 @@
|
||||
%global packname ape
|
||||
%global packver 5.5
|
||||
%global packver 5.6
|
||||
%global packrev 2
|
||||
%global rlibdir %{_libdir}/R/library
|
||||
|
||||
# Cannot enable until phangorn is added
|
||||
%global with_suggests 0
|
||||
|
||||
%bcond_with bootstrap
|
||||
%bcond_without bootstrap
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: 5.5
|
||||
Release: 4%{?dist}
|
||||
Version: %{packver}.%{packrev}
|
||||
Release: 1%{?dist}
|
||||
Summary: Analyses of Phylogenetics and Evolution
|
||||
|
||||
License: GPLv2 or GPLv3
|
||||
URL: https://CRAN.R-project.org/package=%{packname}
|
||||
Source0: https://cran.r-project.org/src/contrib/%{packname}_%{packver}.tar.gz
|
||||
Source0: https://cran.r-project.org/src/contrib/%{packname}_%{packver}-%{packrev}.tar.gz
|
||||
|
||||
# Here's the R view of the dependencies world:
|
||||
# Depends:
|
||||
@ -103,6 +104,11 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --no-examples
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Sep 2 2022 Tom Callaway <spot@fedoraproject.org> - 5.6.2-1
|
||||
- update to 5.6-2
|
||||
- rebuild for R 4.2.1
|
||||
- bootstrap on
|
||||
|
||||
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.5-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ape_5.5.tar.gz) = 875c7eb61b7c8a4077e134fc150bcea56229ee90014a6dcbd601ca1fdb85f3e83a8f127978a803fd9e69257129a95f69195b47a1f207414b7697fe491d40b1b6
|
||||
SHA512 (ape_5.6-2.tar.gz) = 3d37e32b8de0775be69d23124c46737b6ca1a976593a872c802286600de60044cbe6ce2baa0ad9929c7b9afd7ae1466a2b99a22ad513965528a26006929fd219
|
||||
|
Loading…
Reference in New Issue
Block a user