[DRE-commits] [ruby-amqp] 01/02: d/patches: Refresh bump amp-protocol patch (Closes: #818153)

Sebastien Badia sbadia-guest at moszumanska.debian.org
Tue Mar 22 00:57:52 UTC 2016


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

sbadia-guest pushed a commit to branch master
in repository ruby-amqp.

commit 9c1d37a6041c0ac91b7c77640c2a91533e200de3
Author: Sebastien Badia <seb at sebian.fr>
Date:   Tue Mar 22 01:33:44 2016 +0100

    d/patches: Refresh bump amp-protocol patch (Closes: #818153)
---
 debian/changelog                           |  6 ++++
 debian/patches/001_bump-amq-protocol.patch | 56 +++++++++++++++++++++++++++---
 2 files changed, 58 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 60132ea..ac410d6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ruby-amqp (1.5.1-5) UNRELEASED; urgency=medium
+
+  * d/patches: Refresh bump amp-protocol patch (Closes: #818153)
+
+ -- Sebastien Badia <seb at sebian.fr>  Tue, 22 Mar 2016 01:33:52 +0100
+
 ruby-amqp (1.5.1-4) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/patches/001_bump-amq-protocol.patch b/debian/patches/001_bump-amq-protocol.patch
index 7c2d406..a654c75 100644
--- a/debian/patches/001_bump-amq-protocol.patch
+++ b/debian/patches/001_bump-amq-protocol.patch
@@ -4,14 +4,62 @@ Origin: upstream, https://github.com/ruby-amqp/amqp/commit/c665bdca4bf36db761d7e
 Reviewed-By: Sebastien Badia <seb at sebian.fr>
 Last-Update: 2016-03-11
 
---- ruby-amqp-1.5.1.orig/amqp.gemspec
-+++ ruby-amqp-1.5.1/amqp.gemspec
+--- a/amqp.gemspec
++++ b/amqp.gemspec
 @@ -24,7 +24,7 @@ Gem::Specification.new do |s|
-
+ 
    # Dependencies
    s.add_dependency "eventmachine"
 -  s.add_dependency "amq-protocol", "~> 1.9"
 +  s.add_dependency "amq-protocol", ">= 2.0"
-
+ 
    s.rubyforge_project = "amqp"
  end
+--- a/metadata.yml
++++ b/metadata.yml
+@@ -7,7 +7,7 @@ authors:
+ - Aman Gupta
+ - Jakub Stastny aka botanicus
+ - Michael S. Klishin
+-autorequire: 
++autorequire:
+ bindir: bin
+ cert_chain: []
+ date: 2015-08-26 00:00:00.000000000 Z
+@@ -32,14 +32,14 @@ dependencies:
+     requirements:
+     - - "~>"
+       - !ruby/object:Gem::Version
+-        version: '1.9'
++        version: '2.0'
+   type: :runtime
+   prerelease: false
+   version_requirements: !ruby/object:Gem::Requirement
+     requirements:
+     - - "~>"
+       - !ruby/object:Gem::Version
+-        version: '1.9'
++        version: '2.0'
+ description: Widely used, feature-rich asynchronous RabbitMQ client with batteries
+   included.
+ email:
+@@ -307,7 +307,7 @@ homepage: http://rubyamqp.info
+ licenses:
+ - Ruby
+ metadata: {}
+-post_install_message: 
++post_install_message:
+ rdoc_options:
+ - "--include=examples --main README.md"
+ require_paths:
+@@ -325,8 +325,8 @@ required_rubygems_version: !ruby/object:
+ requirements: []
+ rubyforge_project: amqp
+ rubygems_version: 2.4.8
+-signing_key: 
++signing_key:
+ specification_version: 4
+ summary: Widely used, feature-rich asynchronous RabbitMQ client with batteries included
+ test_files: []
+-has_rdoc: 
++has_rdoc:

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



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