Hello community,

here is the log from the commit of package perl-Mojo-RabbitMQ-Client for 
openSUSE:Factory checked in at 2019-07-26 12:44:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Mojo-RabbitMQ-Client (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Mojo-RabbitMQ-Client.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Mojo-RabbitMQ-Client"

Fri Jul 26 12:44:36 2019 rev:9 rq:718765 version:0.2.3

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-Mojo-RabbitMQ-Client/perl-Mojo-RabbitMQ-Client.changes
      2019-05-24 11:32:34.133385504 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Mojo-RabbitMQ-Client.new.4126/perl-Mojo-RabbitMQ-Client.changes
    2019-07-26 12:44:44.773827997 +0200
@@ -1,0 +2,9 @@
+Thu Jul 25 05:15:57 UTC 2019 - Stephan Kulow <[email protected]>
+
+- updated to 0.2.3
+   see /usr/share/doc/packages/perl-Mojo-RabbitMQ-Client/Changes
+
+  0.2.3 2019-07-24T21:06:16Z
+    - Clarified documentation #33, #34 (@AdamWill)
+
+-------------------------------------------------------------------

Old:
----
  Mojo-RabbitMQ-Client-0.2.2.tar.gz

New:
----
  Mojo-RabbitMQ-Client-0.2.3.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Mojo-RabbitMQ-Client.spec ++++++
--- /var/tmp/diff_new_pack.BiDnNw/_old  2019-07-26 12:44:45.757827537 +0200
+++ /var/tmp/diff_new_pack.BiDnNw/_new  2019-07-26 12:44:45.765827533 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Mojo-RabbitMQ-Client
-Version:        0.2.2
+Version:        0.2.3
 Release:        0
 %define cpan_name Mojo-RabbitMQ-Client
 Summary:        Mojo::IOLoop based RabbitMQ client

++++++ Mojo-RabbitMQ-Client-0.2.2.tar.gz -> Mojo-RabbitMQ-Client-0.2.3.tar.gz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojo-RabbitMQ-Client-0.2.2/Changes 
new/Mojo-RabbitMQ-Client-0.2.3/Changes
--- old/Mojo-RabbitMQ-Client-0.2.2/Changes      2019-05-23 13:20:25.000000000 
+0200
+++ new/Mojo-RabbitMQ-Client-0.2.3/Changes      2019-07-24 23:06:19.000000000 
+0200
@@ -1,3 +1,5 @@
+0.2.3 2019-07-24T21:06:16Z
+  - Clarified documentation #33, #34 (@AdamWill)
 0.2.2 2019-05-23T11:20:22Z
   - Minor documentation fixes #32 (@sjn)
   - fix around 30 memory leaks #31 (@kraih)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojo-RabbitMQ-Client-0.2.2/META.json 
new/Mojo-RabbitMQ-Client-0.2.3/META.json
--- old/Mojo-RabbitMQ-Client-0.2.2/META.json    2019-05-23 13:20:25.000000000 
+0200
+++ new/Mojo-RabbitMQ-Client-0.2.3/META.json    2019-07-24 23:06:19.000000000 
+0200
@@ -59,7 +59,7 @@
    "provides" : {
       "Mojo::RabbitMQ::Client" : {
          "file" : "lib/Mojo/RabbitMQ/Client.pm",
-         "version" : "v0.2.2"
+         "version" : "v0.2.3"
       },
       "Mojo::RabbitMQ::Client::Channel" : {
          "file" : "lib/Mojo/RabbitMQ/Client/Channel.pm"
@@ -91,8 +91,9 @@
          "web" : "https://github.com/inway/mojo-rabbitmq-client";
       }
    },
-   "version" : "0.2.2",
+   "version" : "0.2.3",
    "x_contributors" : [
+      "Adam Williamson <[email protected]>",
       "Christopher Rasch-Olsen Raa <[email protected]>",
       "Mohammad S Anwar <[email protected]>",
       "Patrick Goldmann <[email protected]>",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojo-RabbitMQ-Client-0.2.2/META.yml 
new/Mojo-RabbitMQ-Client-0.2.3/META.yml
--- old/Mojo-RabbitMQ-Client-0.2.2/META.yml     2019-05-23 13:20:25.000000000 
+0200
+++ new/Mojo-RabbitMQ-Client-0.2.3/META.yml     2019-07-24 23:06:19.000000000 
+0200
@@ -27,7 +27,7 @@
 provides:
   Mojo::RabbitMQ::Client:
     file: lib/Mojo/RabbitMQ/Client.pm
-    version: v0.2.2
+    version: v0.2.3
   Mojo::RabbitMQ::Client::Channel:
     file: lib/Mojo/RabbitMQ/Client/Channel.pm
   Mojo::RabbitMQ::Client::Consumer:
@@ -50,8 +50,9 @@
   bugtracker: https://github.com/inway/mojo-rabbitmq-client/issues
   homepage: https://github.com/inway/mojo-rabbitmq-client
   repository: git://github.com/inway/mojo-rabbitmq-client.git
-version: 0.2.2
+version: 0.2.3
 x_contributors:
+  - 'Adam Williamson <[email protected]>'
   - 'Christopher Rasch-Olsen Raa <[email protected]>'
   - 'Mohammad S Anwar <[email protected]>'
   - 'Patrick Goldmann <[email protected]>'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojo-RabbitMQ-Client-0.2.2/inc/Module/AutoInstall.pm 
new/Mojo-RabbitMQ-Client-0.2.3/inc/Module/AutoInstall.pm
--- old/Mojo-RabbitMQ-Client-0.2.2/inc/Module/AutoInstall.pm    2019-05-23 
13:20:25.000000000 +0200
+++ new/Mojo-RabbitMQ-Client-0.2.3/inc/Module/AutoInstall.pm    2019-07-24 
23:06:19.000000000 +0200
@@ -8,7 +8,7 @@
 
 use vars qw{$VERSION};
 BEGIN {
-       $VERSION = '0.2.2';
+       $VERSION = '0.2.3';
 }
 
 # special map on pre-defined feature sets
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Mojo-RabbitMQ-Client-0.2.2/lib/Mojo/RabbitMQ/Client/Publisher.pm 
new/Mojo-RabbitMQ-Client-0.2.3/lib/Mojo/RabbitMQ/Client/Publisher.pm
--- old/Mojo-RabbitMQ-Client-0.2.2/lib/Mojo/RabbitMQ/Client/Publisher.pm        
2019-05-23 13:20:25.000000000 +0200
+++ new/Mojo-RabbitMQ-Client-0.2.3/lib/Mojo/RabbitMQ/Client/Publisher.pm        
2019-07-24 23:06:19.000000000 +0200
@@ -185,22 +185,22 @@
 
 =item params
 
-Any other arguments will be considered key/value pairs and passed to publish 
method as
-arguments overriding everything besides body argument.
+Any other arguments will be considered key/value pairs and passed to the 
Client's publish
+method as arguments overriding everything besides body argument.
 
 So this:
 
-  $publisher->publish($body, { header => 'content' });
+  $publisher->publish({ json => 'object' }, { header => 'content' });
 
-can be also written like this:
-
-  $publisher->publish($body, header => { header => 'content' });
-
-But beware - headers get merged, but params override values so when you write 
this:
+is similar to this:
 
   $publisher->publish({ json => 'object' }, header => { header => 'content' });
 
-message will lack C<content_type> header!
+But beware - headers passed as a HASHREF get merged into the header 
constructed by the Publisher,
+but params override values; so if you pass C<header> as a param like this, it 
will override the
+header constructed by the Publisher, and the message will lack the 
C<content_type> header, even
+though you passed a reference as the body argument! With the first example, 
the C<content_type>
+header would be included.
 
 =back
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Mojo-RabbitMQ-Client-0.2.2/lib/Mojo/RabbitMQ/Client.pm 
new/Mojo-RabbitMQ-Client-0.2.3/lib/Mojo/RabbitMQ/Client.pm
--- old/Mojo-RabbitMQ-Client-0.2.2/lib/Mojo/RabbitMQ/Client.pm  2019-05-23 
13:20:25.000000000 +0200
+++ new/Mojo-RabbitMQ-Client-0.2.3/lib/Mojo/RabbitMQ/Client.pm  2019-07-24 
23:06:19.000000000 +0200
@@ -21,7 +21,7 @@
 require Mojo::RabbitMQ::Client::Consumer;
 require Mojo::RabbitMQ::Client::Publisher;
 
-our $VERSION = "0.2.2";
+our $VERSION = "0.2.3";
 
 use constant DEBUG => $ENV{MOJO_RABBITMQ_DEBUG} // 0;
 


Reply via email to