From 54510504b53fcadae39327a9642f23b1b1422761 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Jun 06 2020 02:21:31 +0000 Subject: move ape within the with_suggests conditional to break the loop, rebuild for R 4 --- diff --git a/R-igraph.spec b/R-igraph.spec index c35b3b2..98b4302 100644 --- a/R-igraph.spec +++ b/R-igraph.spec @@ -13,7 +13,7 @@ Name: R-%{packname} Version: 1.2.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Network Analysis and Visualization # Main: GPLv2+; html_library.tcl: TCL @@ -46,13 +46,13 @@ BuildRequires: R-Matrix BuildRequires: R-pkgconfig >= 2.0.0 BuildRequires: R-stats BuildRequires: R-utils -BuildRequires: R-ape BuildRequires: R-digest BuildRequires: R-stats4 BuildRequires: R-tcltk BuildRequires: R-testthat BuildRequires: R-withr %if %{with_suggests} +BuildRequires: R-ape BuildRequires: R-graph BuildRequires: R-igraphdata BuildRequires: R-rgl @@ -147,6 +147,10 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} $ARGS %changelog +* Fri Jun 5 2020 Tom Callaway - 1.2.5-2 +- move ape within the with_suggests conditional to break the loop +- rebuild for R 4 + * Fri Mar 20 2020 Tom Callaway - 1.2.5-1 - update to 1.2.5 - use bundled arpack for now