[DRE-commits] [rake-compiler] 01/01: add patch for Ruby 2.1 support (Closes: #747723 #746084)

Jonas Genannt jonas at brachium-system.net
Sat Aug 2 13:34:51 UTC 2014


This is an automated email from the git hooks/post-receive script.

hggh-guest pushed a commit to branch master
in repository rake-compiler.

commit 26b0f662701f9ad2173be31b91f1c4c5114c3569
Author: Jonas Genannt <jonas at brachium-system.net>
Date:   Sat Aug 2 15:33:08 2014 +0200

    add patch for Ruby 2.1 support (Closes: #747723 #746084)
---
 debian/patches/ruby21_support.patch | 24 ++++++++++++++++++++++++
 debian/patches/series               |  1 +
 2 files changed, 25 insertions(+)

diff --git a/debian/patches/ruby21_support.patch b/debian/patches/ruby21_support.patch
new file mode 100644
index 0000000..702f4aa
--- /dev/null
+++ b/debian/patches/ruby21_support.patch
@@ -0,0 +1,24 @@
+Description: added configuration for Ruby 2.1 support in spec
+Author: Jonas Genannt <jonas at brachium-system.net>
+Forwarded: yes
+Origin: https://github.com/luislavena/rake-compiler/pull/94
+
+diff --git a/spec/lib/rake/extensiontask_spec.rb b/spec/lib/rake/extensiontask_spec.rb
+index 1b1129e..fd6e8c7 100644
+--- a/spec/lib/rake/extensiontask_spec.rb
++++ b/spec/lib/rake/extensiontask_spec.rb
+@@ -491,7 +491,10 @@ def mock_config_yml
+       'rbconfig-universal-unknown-2.0.0' => '/some/path/version/2.0.0/to/rbconfig.rb',
+       'rbconfig-i386-mingw32-2.0.0' => '/some/path/version/2.0.0/to/rbconfig.rb',
+       'rbconfig-x64-mingw32-2.0.0' => '/some/path/version/2.0.0/to/rbconfig.rb',
+-      'rbconfig-x64-mingw32-3.0.0' => '/some/fake/version/3.0.0/to/rbconfig.rb'
++      'rbconfig-x64-mingw32-3.0.0' => '/some/fake/version/3.0.0/to/rbconfig.rb',
++      'rbconfig-i386-mingw32-2.1.2' => '/some/path/version/2.1.2/to/rbconfig.rb',
++      'rbconfig-universal-unknown-2.1.2' => '/some/path/version/2.1.2/to/rbconfig.rb',
++      'rbconfig-universal-known-2.1.2' => '/some/path/version/2.1.2/to/rbconfig.rb'
+     }
+   end
+ 
+-- 
+2.0.3
+
diff --git a/debian/patches/series b/debian/patches/series
index 2f5f5eb..8c3da68 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 0001-Remove-RubyGems-s-Dependency.patch
+ruby21_support.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/rake-compiler.git



More information about the Pkg-ruby-extras-commits mailing list