run tests in utf8 on aarch64
This commit is contained in:
parent
4cc108b595
commit
e904a3d4c2
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.8.0.1
|
Version: 0.8.0.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Conversion between formats used to represent mathematics
|
Summary: Conversion between formats used to represent mathematics
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -73,6 +73,9 @@ cabal-tweak-flag network-uri False
|
|||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
%ifarch aarch64
|
||||||
|
LANG=en_US.utf8
|
||||||
|
%endif
|
||||||
%cabal_test
|
%cabal_test
|
||||||
|
|
||||||
|
|
||||||
@ -93,6 +96,9 @@ cabal-tweak-flag network-uri False
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 15 2015 Jens Petersen <petersen@redhat.com> - 0.8.0.1-2
|
||||||
|
- run tests in utf8 on aarch64
|
||||||
|
|
||||||
* Sun Feb 1 2015 Jens Petersen <petersen@redhat.com> - 0.8.0.1-1
|
* Sun Feb 1 2015 Jens Petersen <petersen@redhat.com> - 0.8.0.1-1
|
||||||
- update to 0.8.0.1
|
- update to 0.8.0.1
|
||||||
- disable tests on armv7
|
- disable tests on armv7
|
||||||
|
Loading…
Reference in New Issue
Block a user