From bbb64b20ec104d3a4ba0c2537655e08f304aa57e Mon Sep 17 00:00:00 2001 From: Mamoru Tasaka Date: Aug 21 2009 17:33:20 +0000 Subject: - Fix test failure on sparc --- diff --git a/rubygem-nokogiri.spec b/rubygem-nokogiri.spec index 33d21e9..18dc0f8 100644 --- a/rubygem-nokogiri.spec +++ b/rubygem-nokogiri.spec @@ -13,7 +13,7 @@ Summary: An HTML, XML, SAX, and Reader parser Name: rubygem-%{gemname} Version: 1.3.3 -Release: 1%{?dist} +Release: 2%{?dist} Group: Development/Languages License: MIT URL: http://nokogiri.rubyforge.org/nokogiri/ @@ -169,6 +169,10 @@ create_symlink_rec %{geminstdir}/lib %{ruby_sitelib} rm -rf %{buildroot} %check +# test_exslt(TestXsltTransforms) [./test/test_xslt_transforms.rb:93] +# fails without TZ on sparc +export TZ="Asia/Tokyo" + pushd ./%{geminstdir} rake test --trace popd @@ -198,6 +202,9 @@ popd %{ruby_sitelib}/xsd/ %changelog +* Sat Aug 22 2009 Mamoru Tasaka - 1.3.3-2 +- Fix test failure on sparc + * Wed Jul 29 2009 Mamoru Tasaka - 1.3.3-1 - 1.3.3