From 3f46e867bfff2488cd3f1529d7aae5b84be0d100 Mon Sep 17 00:00:00 2001 From: Scott Talbert Date: Sep 19 2019 23:50:44 +0000 Subject: Force timezone to UTC when running tests (#1753405) --- diff --git a/wxGTK3.spec b/wxGTK3.spec index 19d6e1f..03ecf51 100644 --- a/wxGTK3.spec +++ b/wxGTK3.spec @@ -18,7 +18,7 @@ Name: %{wxgtkname} Version: 3.0.4 -Release: 10%{?snapshottag}%{?dist} +Release: 11%{?snapshottag}%{?dist} Summary: GTK port of the wxWidgets GUI library License: wxWidgets URL: https://www.wxwidgets.org/ @@ -341,12 +341,12 @@ cat wxmsw3.lang >> wxstd3.lang %check pushd %{gtk2dir}/tests make %{?_smp_mflags} -LD_LIBRARY_PATH=%{buildroot}%{_libdir} ./test +LD_LIBRARY_PATH=%{buildroot}%{_libdir} TZ=UTC ./test popd pushd %{gtk3dir}/tests make %{?_smp_mflags} -LD_LIBRARY_PATH=%{buildroot}%{_libdir} ./test +LD_LIBRARY_PATH=%{buildroot}%{_libdir} TZ=UTC ./test popd # Drop the pre script in F32 @@ -441,6 +441,9 @@ fi %doc html %changelog +* Thu Sep 19 2019 Scott Talbert - 3.0.4-11 +- Force timezone to UTC when running tests (#1753405) + * Sat Jul 27 2019 Fedora Release Engineering - 3.0.4-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild