Use C.UTF-8 locale
This commit is contained in:
parent
4ada0e9763
commit
93ee9c0485
8
ghc.spec
8
ghc.spec
@ -38,7 +38,7 @@ Version: 8.2.2
|
|||||||
# - release can only be reset if *all* library versions get bumped simultaneously
|
# - release can only be reset if *all* library versions get bumped simultaneously
|
||||||
# (sometimes after a major release)
|
# (sometimes after a major release)
|
||||||
# - minor release numbers for a branch should be incremented monotonically
|
# - minor release numbers for a branch should be incremented monotonically
|
||||||
Release: 70%{?dist}
|
Release: 71%{?dist}
|
||||||
Summary: Glasgow Haskell Compiler
|
Summary: Glasgow Haskell Compiler
|
||||||
|
|
||||||
License: BSD and HaskellReport
|
License: BSD and HaskellReport
|
||||||
@ -361,7 +361,7 @@ export CC=%{_bindir}/gcc
|
|||||||
%{nil}
|
%{nil}
|
||||||
|
|
||||||
# avoid "ghc: hGetContents: invalid argument (invalid byte sequence)"
|
# avoid "ghc: hGetContents: invalid argument (invalid byte sequence)"
|
||||||
export LANG=en_US.utf8
|
export LANG=C.utf8
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
|
||||||
@ -640,6 +640,10 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Nov 18 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 8.2.2-71
|
||||||
|
- Use C.UTF-8 locale
|
||||||
|
See https://fedoraproject.org/wiki/Changes/Remove_glibc-langpacks-all_from_buildroot
|
||||||
|
|
||||||
* Mon Oct 22 2018 Jens Petersen <petersen@redhat.com>
|
* Mon Oct 22 2018 Jens Petersen <petersen@redhat.com>
|
||||||
- Recommends for ghc-manual and ghc-doc-cron
|
- Recommends for ghc-manual and ghc-doc-cron
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user