From dcfbb7a72eee825efd841e3b8f2b26574a08d399 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ondruch?= Date: Thu, 22 Nov 2012 16:02:09 +0100 Subject: [PATCH] Update to Ruby 2.0.0 (r37807). --- ruby.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ruby.spec b/ruby.spec index ed6896a..75059e2 100644 --- a/ruby.spec +++ b/ruby.spec @@ -15,7 +15,7 @@ #%%global milestone preview1 # Keep the revision enabled for pre-releases from SVN. -%global revision 37773 +%global revision 37807 %global ruby_archive %{name}-%{ruby_version} @@ -523,7 +523,8 @@ sed -i '8 a\ %check # https://bugs.ruby-lang.org/issues/7386 -DISABLE_TESTS="-x test_rake_functional.rb" +# http://bugs.ruby-lang.org/issues/7422 +DISABLE_TESTS="-x test_rake_functional.rb -x test_rubyoptions.rb" %ifarch armv7l armv7hl armv7hnl # test_call_double(DL::TestDL) fails on ARM HardFP