[DRE-commits] [ruby-dataobjects-mysql] 02/02: 0030-spec_helper-require-rspec-its.patch: load rspec/its

Antonio Terceiro terceiro at moszumanska.debian.org
Mon Jun 22 11:37:39 UTC 2015


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

terceiro pushed a commit to branch master
in repository ruby-dataobjects-mysql.

commit c734dbb180b374e76a719b6ab731a91b73981295
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Mon Jun 22 08:09:35 2015 -0300

    0030-spec_helper-require-rspec-its.patch: load rspec/its
---
 debian/changelog                                   |  4 ++++
 .../0030-spec_helper-require-rspec-its.patch       | 22 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 3 files changed, 27 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 3b205b3..9c8dfdb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,11 @@
 ruby-dataobjects-mysql (0.10.14-2) unstable; urgency=medium
 
+  [ Tomasz Nitecki ]
   * Always shutdown mysqld, even if build fails.
 
+  [ Antonio Terceiro ]
+  * 0030-spec_helper-require-rspec-its.patch: load rspec/its
+
  -- Tomasz Nitecki <tnnn at tnnn.pl>  Sat, 11 Apr 2015 11:05:27 +0200
 
 ruby-dataobjects-mysql (0.10.14-1) unstable; urgency=medium
diff --git a/debian/patches/0030-spec_helper-require-rspec-its.patch b/debian/patches/0030-spec_helper-require-rspec-its.patch
new file mode 100644
index 0000000..b5bb613
--- /dev/null
+++ b/debian/patches/0030-spec_helper-require-rspec-its.patch
@@ -0,0 +1,22 @@
+From: Antonio Terceiro <terceiro at debian.org>
+Date: Mon, 22 Jun 2015 08:06:38 -0300
+Subject: spec_helper: require rspec/its
+
+A new upstream version probably has this fixed, but I can't afford to
+update the entire ruby-dataobjects-* stack.
+---
+ spec/spec_helper.rb | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
+index eecaf55..1724231 100644
+--- a/spec/spec_helper.rb
++++ b/spec/spec_helper.rb
+@@ -3,6 +3,7 @@ JRUBY = RUBY_PLATFORM =~ /java/
+ 
+ #require 'rubygems'
+ require 'rspec'
++require 'rspec/its'
+ require 'date'
+ require 'ostruct'
+ require 'fileutils'
diff --git a/debian/patches/series b/debian/patches/series
index 7348b7a..028a920 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 0010_remove_rubygems_from_specs.patch
 0020_remove_loadpath_manipulation_in_specs.patch
+0030-spec_helper-require-rspec-its.patch

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



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