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

Vít Ondruch vondruch at fedoraproject.org
Mon Dec 10 15:23:05 UTC 2012


commit f20e944d8aa7cfde8927a567eb93062ab193fda1
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Fri Dec 7 13:51:54 2012 +0100

    Update to Ruby 2.0.0 (r38260).

 ruby.spec                               |    3 ++-
 rubygems-1.8.11-binary-extensions.patch |   12 ++++++------
 2 files changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/ruby.spec b/ruby.spec
index 25b74d8..520c55a 100644
--- a/ruby.spec
+++ b/ruby.spec
@@ -17,7 +17,7 @@
 #%%global milestone preview2
 
 # Keep the revision enabled for pre-releases from SVN.
-%global revision 38184
+%global revision 38260
 
 %global ruby_archive %{name}-%{ruby_version}
 
@@ -686,6 +686,7 @@ make check TESTS="-v $DISABLE_TESTS"
 %{ruby_libarchdir}/racc/cparse.so
 %{ruby_libarchdir}/rbconfig.rb
 %{ruby_libarchdir}/readline.so
+%{ruby_libarchdir}/refinement.so
 %{ruby_libarchdir}/ripper.so
 %{ruby_libarchdir}/sdbm.so
 %{ruby_libarchdir}/socket.so
diff --git a/rubygems-1.8.11-binary-extensions.patch b/rubygems-1.8.11-binary-extensions.patch
index d44f9cf..dc6f85a 100644
--- a/rubygems-1.8.11-binary-extensions.patch
+++ b/rubygems-1.8.11-binary-extensions.patch
@@ -24,7 +24,7 @@ index 97db19e..263e7d3 100644
      # gem directories must come after -I and ENV['RUBYLIB']
      insert_index = Gem.load_path_insert_index
  
-@@ -1364,11 +1370,16 @@ class Gem::Specification
+@@ -1368,11 +1374,16 @@ class Gem::Specification
  
    def contains_requirable_file? file
      root     = full_gem_path
@@ -43,7 +43,7 @@ index 97db19e..263e7d3 100644
      end
    end
  
-@@ -1664,6 +1675,23 @@ class Gem::Specification
+@@ -1668,6 +1679,23 @@ class Gem::Specification
    end
  
    ##
@@ -98,7 +98,7 @@ diff --git a/lib/rubygems/specification.rb b/lib/rubygems/specification.rb
 index 263e7d3..d31b93b 100644
 --- a/lib/rubygems/specification.rb
 +++ b/lib/rubygems/specification.rb
-@@ -1679,16 +1679,15 @@ class Gem::Specification
+@@ -1683,16 +1683,15 @@ class Gem::Specification
    # eg: /usr/local/lib/ruby/1.8/exts/mygem-1.0
  
    def ext_dir
@@ -148,7 +148,7 @@ index d31b93b..e65ea2d 100644
  
      # gem directories must come after -I and ENV['RUBYLIB']
      insert_index = Gem.load_path_insert_index
-@@ -1687,7 +1683,10 @@ class Gem::Specification
+@@ -1691,7 +1687,10 @@ class Gem::Specification
    # gem directory. eg: /usr/local/lib/ruby/1.8/gems
  
    def exts_dir
@@ -200,7 +200,7 @@ index e65ea2d..8be2ade 100644
  
      # gem directories must come after -I and ENV['RUBYLIB']
      insert_index = Gem.load_path_insert_index
-@@ -1675,7 +1675,7 @@ class Gem::Specification
+@@ -1679,7 +1679,7 @@ class Gem::Specification
    # eg: /usr/local/lib/ruby/1.8/exts/mygem-1.0
  
    def ext_dir
@@ -274,7 +274,7 @@ diff --git a/lib/rubygems/specification.rb b/lib/rubygems/specification.rb
 index 8be2ade..f54210a 100644
 --- a/lib/rubygems/specification.rb
 +++ b/lib/rubygems/specification.rb
-@@ -1683,10 +1683,7 @@ class Gem::Specification
+@@ -1687,10 +1687,7 @@ class Gem::Specification
    # gem directory. eg: /usr/local/lib/ruby/1.8/gems
  
    def exts_dir


More information about the scm-commits mailing list