pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/ruby-amq-protocol Update ruby-amq-protocol to 2.2.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/39a4e2e74b4f
branches:  trunk
changeset: 363285:39a4e2e74b4f
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Jun 05 14:48:30 2017 +0000

description:
Update ruby-amq-protocol to 2.2.0.

## Changes between 2.1.0 and 2.2.0 (unreleased)

### Timestamps are Encoded as 64-bit Unsigned Integers

This is a potentially **breaking change**. It is recommended that
all applications that use this gem and pass date/time values in message
properties or headers are upgraded at the same time.

GitHub issue: [#64](https://github.com/ruby-amqp/amq-protocol/issues/64).

Contributed by Carl Hoerberg.

diffstat:

 net/ruby-amq-protocol/Makefile |   4 ++--
 net/ruby-amq-protocol/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 2c18020424f0 -r 39a4e2e74b4f net/ruby-amq-protocol/Makefile
--- a/net/ruby-amq-protocol/Makefile    Mon Jun 05 14:45:54 2017 +0000
+++ b/net/ruby-amq-protocol/Makefile    Mon Jun 05 14:48:30 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2017/03/20 14:31:33 taca Exp $
+# $NetBSD: Makefile,v 1.14 2017/06/05 14:48:30 taca Exp $
 
-DISTNAME=      amq-protocol-2.1.0
+DISTNAME=      amq-protocol-2.2.0
 CATEGORIES=    net
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 2c18020424f0 -r 39a4e2e74b4f net/ruby-amq-protocol/distinfo
--- a/net/ruby-amq-protocol/distinfo    Mon Jun 05 14:45:54 2017 +0000
+++ b/net/ruby-amq-protocol/distinfo    Mon Jun 05 14:48:30 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2017/03/20 14:31:33 taca Exp $
+$NetBSD: distinfo,v 1.13 2017/06/05 14:48:30 taca Exp $
 
-SHA1 (amq-protocol-2.1.0.gem) = 3e99fc4ae7f9c4b18251be438adb9751f46a0861
-RMD160 (amq-protocol-2.1.0.gem) = 2260d38e749b15cede71780b814bf9665cb69a0c
-SHA512 (amq-protocol-2.1.0.gem) = 3111c3233a3fdf830cb95d9161132b96035c3835bcf4acd74ec9a915a44096295f5e0cb6b444db7fc4eba84b218800f9c9d33d1cfa5b2d3dcd80dfc65c92c133
-Size (amq-protocol-2.1.0.gem) = 43520 bytes
+SHA1 (amq-protocol-2.2.0.gem) = f7de202be8329aec9bc59217c58d612922a51a47
+RMD160 (amq-protocol-2.2.0.gem) = 0d7ea1c196f53417790d21d838943758194dd333
+SHA512 (amq-protocol-2.2.0.gem) = 8637e7c1b2540edd57d9d06f5cf51430ff2ed4cd603e3b8a9f9c48dce2468452a4d365782ba949b7e007d773febe83c1a22bca2dafb21c24b3c8f655eb53e5b4
+Size (amq-protocol-2.2.0.gem) = 43520 bytes



Home | Main Index | Thread Index | Old Index