[ruby/ruby-2.0] Update to Ruby 2.0.0 (r37807).

Vít Ondruch vondruch at fedoraproject.org
Wed Dec 5 14:42:12 UTC 2012


commit 2f76408f178b54dab4ee8e825d5613ec1b2278da
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Thu Nov 22 16:02:09 2012 +0100

    Update to Ruby 2.0.0 (r37807).

 ruby.spec |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/ruby.spec b/ruby.spec
index 574c016..c9d64c0 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}
 
@@ -490,7 +490,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


More information about the scm-commits mailing list