Upgrade to Ruby 2.0.0 (r37773).
This commit is contained in:
parent
b3f2794361
commit
dc03cfc635
6 changed files with 18 additions and 19 deletions
|
|
@ -15,7 +15,7 @@
|
|||
#%%global milestone preview1
|
||||
|
||||
# Keep the revision enabled for pre-releases from SVN.
|
||||
%global revision 37589
|
||||
%global revision 37773
|
||||
|
||||
%global ruby_archive %{name}-%{ruby_version}
|
||||
|
||||
|
|
@ -57,7 +57,7 @@
|
|||
# http://rpm.org/ticket/78
|
||||
%global gem_extdir %{_exec_prefix}/lib{,64}/gems
|
||||
|
||||
%global rake_version 0.9.2.2
|
||||
%global rake_version 0.9.4
|
||||
# TODO: The IRB has strange versioning. Keep the Ruby's versioning ATM.
|
||||
# http://redmine.ruby-lang.org/issues/5313
|
||||
%global irb_version %{ruby_version_patch_level}
|
||||
|
|
@ -522,9 +522,8 @@ sed -i '8 a\
|
|||
s.require_paths = ["lib"]' %{buildroot}%{gem_dir}/specifications/minitest-%{minitest_version}.gemspec
|
||||
|
||||
%check
|
||||
# http://bugs.ruby-lang.org/issues/7298
|
||||
# http://bugs.ruby-lang.org/issues/7312
|
||||
DISABLE_TESTS="-x test_enumerator.rb -x test_m17n_comb.rb"
|
||||
# https://bugs.ruby-lang.org/issues/7386
|
||||
DISABLE_TESTS="-x test_rake_functional.rb"
|
||||
|
||||
%ifarch armv7l armv7hl armv7hnl
|
||||
# test_call_double(DL::TestDL) fails on ARM HardFP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue