forked from pool/doxygen
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
This commit is contained in:
parent
dc3f3f7f3c
commit
050e63bf37
@ -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
|
Wed Jan 3 12:52:54 UTC 2018 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@ -67,6 +67,7 @@ export CXXFLAGS="%{optflags} -fPIC"
|
|||||||
|
|
||||||
%if 0%{?suse_version} > 1230 && 0%{?suse_version} != 1315
|
%if 0%{?suse_version} > 1230 && 0%{?suse_version} != 1315
|
||||||
%check
|
%check
|
||||||
|
export LANG=C.UTF-8
|
||||||
# testing doxygen package here to avoid build
|
# testing doxygen package here to avoid build
|
||||||
# cycle between latex and doxygen
|
# cycle between latex and doxygen
|
||||||
pushd build
|
pushd build
|
||||||
|
Loading…
Reference in New Issue
Block a user