[ruby/ruby-2.0] Upgrade to Ruby 2.0.0 (r35922).

Vít Ondruch vondruch at fedoraproject.org
Wed Jun 6 06:10:34 UTC 2012


commit e814bd3766dd564162c8fb220b59dcfbd2251c82
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Tue Jun 5 14:52:00 2012 +0200

    Upgrade to Ruby 2.0.0 (r35922).

 ruby-1.9.3-custom-rubygems-location.patch |    2 +-
 ruby.spec                                 |    8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/ruby-1.9.3-custom-rubygems-location.patch b/ruby-1.9.3-custom-rubygems-location.patch
index 1db16aa..8ea2162 100644
--- a/ruby-1.9.3-custom-rubygems-location.patch
+++ b/ruby-1.9.3-custom-rubygems-location.patch
@@ -59,7 +59,7 @@ index 6bfc73e..31dc446 100755
  vendorarchlibdir = CONFIG["vendorarchdir"]
 +rubygemsdir = CONFIG["rubygemsdir"]
  mandir = CONFIG["mandir", true]
- capidir = CONFIG["docdir", true]
+ docdir = CONFIG["docdir", true]
  configure_args = Shellwords.shellwords(CONFIG["configure_args"])
 @@ -498,7 +499,15 @@ end
  install?(:local, :comm, :lib) do
diff --git a/ruby.spec b/ruby.spec
index cf6c4c5..e7737a6 100644
--- a/ruby.spec
+++ b/ruby.spec
@@ -13,7 +13,7 @@
 
 # If revision is removed/commented out, the official release build is expected.
 # Keep the revision enabled for pre-releases from SVN.
-%global revision 35368
+%global revision 35922
 
 %global release 1
 
@@ -51,8 +51,8 @@
 %global rdoc_version 3.9.4
 %global bigdecimal_version 1.1.0
 %global io_console_version 0.3
-%global json_version 1.6.6
-%global minitest_version 2.8.1
+%global json_version 1.7.1
+%global minitest_version 3.0.0
 
 %global	_normalized_cpu	%(echo %{_target_cpu} | sed 's/^ppc/powerpc/;s/i.86/i386/;s/sparcv./sparc/;s/armv.*/arm/')
 
@@ -523,6 +523,7 @@ make check TESTS="-v -x test_drbssl.rb -x test_time_tz.rb -x test_httprequest.rb
 %{ruby_libdir}/rss
 %{ruby_libdir}/shell
 %{ruby_libdir}/syck
+%{ruby_libdir}/syslog
 %{ruby_libdir}/test
 %exclude %{ruby_libdir}/tk
 %exclude %{ruby_libdir}/tkextlib
@@ -609,7 +610,6 @@ make check TESTS="-v -x test_drbssl.rb -x test_time_tz.rb -x test_httprequest.rb
 %{ruby_libarchdir}/fiber.so
 %{ruby_libarchdir}/fiddle.so
 %{ruby_libarchdir}/gdbm.so
-%{ruby_libarchdir}/iconv.so
 %dir %{ruby_libarchdir}/io
 %{ruby_libarchdir}/io/nonblock.so
 %{ruby_libarchdir}/io/wait.so


More information about the scm-commits mailing list