From c57ca6f04eef047904eaee9eebcc4371f9052d31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Matos?= Date: Fri, 12 May 2017 16:25:22 +0100 Subject: [PATCH] add TZ="Europe/Paris" to please make check --- R.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/R.spec b/R.spec index 8547802..60a80dd 100644 --- a/R.spec +++ b/R.spec @@ -96,7 +96,7 @@ Name: R Version: 3.4.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A language for data analysis and graphics URL: http://www.r-project.org Source0: ftp://cran.r-project.org/pub/R/src/base/R-3/R-%{version}.tar.gz @@ -727,7 +727,7 @@ mv %{buildroot}%{_libdir}/R/lib/libRblas.so %{buildroot}%{_libdir}/R/lib/libRref %ifnarch ppc64 ppc64le # Needed by tests/ok-error.R, which will smash the stack on PPC64. This is the purpose of the test. ulimit -s 16384 -make check +TZ="Europe/Paris" make check %endif %endif @@ -1170,6 +1170,9 @@ R CMD javareconf \ %{_libdir}/libRmath.a %changelog +* Fri May 12 2017 José Matos - 3.4.0-2 +- add TZ="Europe/Paris" to please make check + * Sat Apr 22 2017 Tom Callaway - 3.4.0-1 - update to 3.4.0