From 4762ee9ac0f024d333181b89ce921aaa6a83b35d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sun, 18 Nov 2018 22:32:41 +0100 Subject: [PATCH] Use C.UTF-8 locale --- rubygem-em-http-request.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/rubygem-em-http-request.spec b/rubygem-em-http-request.spec index 66c3e3a..99db78d 100644 --- a/rubygem-em-http-request.spec +++ b/rubygem-em-http-request.spec @@ -3,7 +3,7 @@ Name: rubygem-%{gem_name} Version: 1.1.5 -Release: 4%{?dist} +Release: 5%{?dist} Summary: EventMachine based, async HTTP Request client License: MIT URL: http://github.com/igrigorik/em-http-request @@ -77,7 +77,7 @@ sed -i '/it "should keep default http port in redirect url that include it" do/ sed -i '/it "should keep default https port in redirect url that include it" do/ ,/^ end$/ s/^/#/' spec/redirect_spec.rb # One of the tests is expecting UTF-8 encoding enviroment -LANG=en_US.UTF-8 rspec spec -f d +LANG=C.UTF-8 rspec spec -f d popd %files @@ -99,6 +99,10 @@ popd %{gem_instdir}/spec %changelog +* Sun Nov 18 2018 Zbigniew Jędrzejewski-Szmek - 1.1.5-5 +- Use C.UTF-8 locale + See https://fedoraproject.org/wiki/Changes/Remove_glibc-langpacks-all_from_buildroot + * Sat Jul 14 2018 Jaroslav Prokop - 1.1.5-4 - Delete "Requires: rubygem(cookiejar)".