From 7337b5694a2d3c0c8248a8a4b880bc033b221a80 Mon Sep 17 00:00:00 2001 From: Josef Stribny Date: Feb 06 2013 15:25:11 +0000 Subject: Encoding issue in tests still unresolved --- diff --git a/rubygem-rdoc.spec b/rubygem-rdoc.spec index 4b36ba4..2f9e1f0 100644 --- a/rubygem-rdoc.spec +++ b/rubygem-rdoc.spec @@ -6,7 +6,7 @@ Summary: RDoc produces HTML and command-line documentation for Ruby projects Name: rubygem-%{gem_name} Version: 3.12.1 -Release: 1%{?dist} +Release: 2%{?dist} Group: Development/Languages License: GPLv2 and Ruby and MIT URL: http://docs.seattlerb.org/rdoc/ @@ -69,6 +69,8 @@ find %{buildroot}%{gem_instdir}/bin -type f | xargs chmod a+x %check pushd .%{gem_instdir} +# Wrong assumptions about encoding. LANG has to be used. +# https://github.com/rdoc/rdoc/issues/99 LANG=en_US.utf8 RUBYOPT="-Ilib" testrb test popd @@ -98,6 +100,9 @@ popd %changelog +* Wed Feb 06 2013 Josef Stribny - 3.12.1-2 +- Encoding issue is still unresolved in upstream. + * Wed Feb 06 2013 Josef Stribny - 3.12.1-1 - Update to version 3.12.1