From 169daca74d5dce154ba2a9766acea44cc6209165 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Nov 18 2018 22:40:31 +0000 Subject: Use C.UTF-8 locale --- diff --git a/elixir.spec b/elixir.spec index 65a47a2..0283ecc 100644 --- a/elixir.spec +++ b/elixir.spec @@ -2,7 +2,7 @@ Name: elixir Version: 1.7.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A modern approach to programming for the Erlang VM License: ASL 2.0 @@ -53,7 +53,7 @@ find . -name .gitkeep -delete sed -i 's/$(Q)//g' Makefile %build -export LANG="en_US.UTF-8" +export LANG=C.UTF-8 export REBAR=/usr/bin/rebar export ERL_LIBS=/usr/share/erlang/lib/ export REBAR_DEPS_PREFER_LIBS=TRUE @@ -61,7 +61,7 @@ make compile make build_man %check -export LANG="en_US.UTF-8" +export LANG=C.UTF-8 make test %install @@ -99,6 +99,10 @@ HTML documentation for eex, elixir, iex, logger and mix. %doc docs/doc/eex docs/doc/elixir docs/doc/iex docs/doc/logger docs/doc/mix %changelog +* Sun Nov 18 2018 Zbigniew Jędrzejewski-Szmek - 1.7.3-2 +- Use C.UTF-8 locale + See https://fedoraproject.org/wiki/Changes/Remove_glibc-langpacks-all_from_buildroot + * Mon Oct 22 2018 Timothée Floure - 1.7.3-1 - New upstream release