From 050e63bf37c5b465f8261424801dd99b9869234a8c7b27e6fda0f5d6155fb668 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Fri, 5 Jan 2018 12:51:59 +0000 Subject: [PATCH] Accepting request 561872 from home:dimstar:Factory Fix test suite run of doxywizard; since the package was switched to py3, we need an UTF8 tty; note: this will fail in the devel prj until the cmake switch to prefer py3 is in TW; but you can still forward this to openSUSE:Factory so we can group it together with cmake into Staging:H OBS-URL: https://build.opensuse.org/request/show/561872 OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=126 --- doxywizard.changes | 6 ++++++ doxywizard.spec | 1 + 2 files changed, 7 insertions(+) diff --git a/doxywizard.changes b/doxywizard.changes index 9d61d43..47684f4 100644 --- a/doxywizard.changes +++ b/doxywizard.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jan 5 12:23:15 UTC 2018 - dimstar@opensuse.org + +- Export LANG=C.UTF-8 before running the test suite. Python3 is + kinda strict and generally expects an UTF8 terminal. + ------------------------------------------------------------------- Wed Jan 3 12:52:54 UTC 2018 - tchvatal@suse.com diff --git a/doxywizard.spec b/doxywizard.spec index 9952fa3..a1588d3 100644 --- a/doxywizard.spec +++ b/doxywizard.spec @@ -67,6 +67,7 @@ export CXXFLAGS="%{optflags} -fPIC" %if 0%{?suse_version} > 1230 && 0%{?suse_version} != 1315 %check +export LANG=C.UTF-8 # testing doxygen package here to avoid build # cycle between latex and doxygen pushd build