From 076053b6d614c64bf2af85a7d870f1402ccf126d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sun, 18 Nov 2018 22:40:33 +0100 Subject: [PATCH] Use C.UTF-8 locale --- rubygem-rspec-expectations.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/rubygem-rspec-expectations.spec b/rubygem-rspec-expectations.spec index 412a984..f98a9b9 100644 --- a/rubygem-rspec-expectations.spec +++ b/rubygem-rspec-expectations.spec @@ -14,13 +14,13 @@ Summary: RSpec expectations (should and matchers) Name: rubygem-%{gem_name} Version: %{majorver} -Release: %{?preminorver:0.}%{fedorarel}%{?preminorver:%{rpmminorver}}%{?dist}.1 +Release: %{?preminorver:0.}%{fedorarel}%{?preminorver:%{rpmminorver}}%{?dist}.2 Group: Development/Languages License: MIT URL: http://github.com/rspec/rspec-expectations Source0: https://rubygems.org/gems/%{gem_name}-%{fullver}.gem -# %%{SOURCE2} %%{name} %%{version} +# %%{SOURCE2} %%{name} %%{version} Source1: rubygem-%{gem_name}-%{version}-full.tar.gz Source2: rspec-related-create-full-tarball.sh # https://github.com/rspec/rspec-expectations/pull/1037 @@ -69,7 +69,7 @@ rm -f %{buildroot}%{gem_instdir}/{.document,.yardopts} %if 0%{?need_bootstrap_set} < 1 %check -LANG=en_US.UTF-8 +LANG=C.UTF-8 ruby -rrubygems -Ilib/ -S rspec spec/ %endif @@ -89,6 +89,10 @@ ruby -rrubygems -Ilib/ -S rspec spec/ %{gem_docdir} %changelog +* Sun Nov 18 2018 Zbigniew Jędrzejewski-Szmek - 3.7.0-3.2 +- Use C.UTF-8 locale + See https://fedoraproject.org/wiki/Changes/Remove_glibc-langpacks-all_from_buildroot + * Sat Jul 14 2018 Fedora Release Engineering - 3.7.0-3.1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild @@ -197,7 +201,7 @@ ruby -rrubygems -Ilib/ -S rspec spec/ - 2.14.4 * Fri Sep 27 2013 Mamoru TASAKA - 2.14.3-1 -- 2.14.3 +- 2.14.3 * Fri Aug 16 2013 Mamoru TASAKA - 2.14.2-2 - Enable test suite again