From 2a1023673d8e80a2dd83e05abc85c7e922789792 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Matos?= Date: Fri, 26 Jun 2020 23:30:30 +0100 Subject: [PATCH] bump version to ensure upgrade path (due to a F32 rebuild) --- R-testthat.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/R-testthat.spec b/R-testthat.spec index 11a709a..72b98f7 100644 --- a/R-testthat.spec +++ b/R-testthat.spec @@ -7,7 +7,7 @@ Name: R-%{packname} Version: %{packver} -Release: 2%{?dist} +Release: 3%{?dist} Source0: ftp://cran.r-project.org/pub/R/contrib/main/%{packname}_%{packver}.tar.gz License: MIT URL: https://cran.r-project.org/package=testthat @@ -79,6 +79,9 @@ export _R_CHECK_FORCE_SUGGESTS_=0 LANG=C.UTF-8 %{_libdir}/R/library/%{packname}/include/ %changelog +* Fri Jun 26 2020 José Abílio Matos - 2.3.2-3 +- bump version to ensure upgrade path (due to a F32 rebuild) + * Thu Jun 4 2020 Tom Callaway - 2.3.2-2 - rebuild for R 4