Upgrade to Ruby 2.0.0 (r38894).

Enable test_stack_size(TestFiber) on PPC, since it was fixed upstream.
This commit is contained in:
Vít Ondruch 2013-01-22 15:52:00 +01:00
commit f5934325a4
7 changed files with 23 additions and 29 deletions

View file

@ -13,7 +13,7 @@
#%%global milestone preview2
# Keep the revision enabled for pre-releases from SVN.
%global revision 38848
%global revision 38894
%global ruby_archive %{name}-%{ruby_version}
@ -539,12 +539,6 @@ DISABLE_TESTS="-x test_dl2.rb $DISABLE_TESTS"
DISABLE_TESTS="-x test_io.rb $DISABLE_TESTS"
%endif
%ifarch ppc
# test_stack_size(TestFiber) fails.
# https://bugs.ruby-lang.org/issues/7719
DISABLE_TESTS="-x test_fiber.rb $DISABLE_TESTS"
%endif
make check TESTS="-v $DISABLE_TESTS"
%post libs -p /sbin/ldconfig