Update to Ruby 2.0.0 (r38422).

This commit is contained in:
Vít Ondruch 2012-12-17 10:52:59 +01:00
commit 6fe6b00adf
7 changed files with 20 additions and 20 deletions

View file

@ -17,7 +17,7 @@
#%%global milestone preview2
# Keep the revision enabled for pre-releases from SVN.
%global revision 38297
%global revision 38422
%global ruby_archive %{name}-%{ruby_version}
@ -63,10 +63,10 @@
# 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}
%global rdoc_version 4.0.0.preview2
%global rdoc_version 4.0.0.preview2.1
%global bigdecimal_version 1.1.0
%global io_console_version 0.3
%global json_version 1.7.1
%global json_version 1.7.5
%global minitest_version 4.3.2
%global psych_version 2.0.0
@ -781,8 +781,8 @@ make check TESTS="-v $DISABLE_TESTS"
%{ruby_libdir}/tkextlib
%changelog
* Mon Dec 10 2012 Vít Ondruch <vondruch@redhat.com> - 2.0.0.0-0.1.r38297
- Upgrade to Ruby 2.0.0 (r38297).
* Mon Dec 10 2012 Vít Ondruch <vondruch@redhat.com> - 2.0.0.0-0.1.r38422
- Upgrade to Ruby 2.0.0 (r38422).
- RDoc now depends on JSON.
- Try to make -doc subpackage noarch again, since the new RDoc should resolve
the arch dependent issues (https://github.com/rdoc/rdoc/issues/71).