commit perl-Mojo-RabbitMQ-Client for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Mojo-RabbitMQ-Client for openSUSE:Factory checked in at 2019-08-27 10:24:27 Comparing /work/SRC/openSUSE:Factory/perl-Mojo-RabbitMQ-Client (Old) and /work/SRC/openSUSE:Factory/.perl-Mojo-RabbitMQ-Client.new.7948 (New) Package is "perl-Mojo-RabbitMQ-Client" Tue Aug 27 10:24:27 2019 rev:12 rq:726078 version:0.3.1 Changes: --- /work/SRC/openSUSE:Factory/perl-Mojo-RabbitMQ-Client/perl-Mojo-RabbitMQ-Client.changes 2019-08-22 10:52:21.393700013 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Mojo-RabbitMQ-Client.new.7948/perl-Mojo-RabbitMQ-Client.changes 2019-08-27 10:24:33.375926899 +0200 @@ -1,0 +2,12 @@ +Sun Aug 25 05:15:59 UTC 2019 - Stephan Kulow + +- updated to 0.3.1 + see /usr/share/doc/packages/perl-Mojo-RabbitMQ-Client/Changes + + 0.3.1 2019-08-20T20:45:53Z +- Re-apply licensing note from #37 - now in proper place + 0.3.0 2019-08-20T20:35:39Z +- Allow EXTERNAL as well as AMQPLAIN auth #35 (@AdamWill) +- fixes legal issues with AMQP specs licensing #37 + +--- Old: Mojo-RabbitMQ-Client-0.2.4.tar.gz New: Mojo-RabbitMQ-Client-0.3.1.tar.gz Other differences: -- ++ perl-Mojo-RabbitMQ-Client.spec ++ --- /var/tmp/diff_new_pack.tg8SHm/_old 2019-08-27 10:24:34.903926796 +0200 +++ /var/tmp/diff_new_pack.tg8SHm/_new 2019-08-27 10:24:34.935926795 +0200 @@ -17,7 +17,7 @@ Name: perl-Mojo-RabbitMQ-Client -Version:0.2.4 +Version:0.3.1 Release:0 %define cpan_name Mojo-RabbitMQ-Client Summary:Mojo::IOLoop based RabbitMQ client ++ Mojo-RabbitMQ-Client-0.2.4.tar.gz -> Mojo-RabbitMQ-Client-0.3.1.tar.gz ++ 4153 lines of diff (skipped)
commit perl-Mojo-RabbitMQ-Client for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Mojo-RabbitMQ-Client for openSUSE:Factory checked in at 2019-08-22 10:52:19 Comparing /work/SRC/openSUSE:Factory/perl-Mojo-RabbitMQ-Client (Old) and /work/SRC/openSUSE:Factory/.perl-Mojo-RabbitMQ-Client.new.22127 (New) Package is "perl-Mojo-RabbitMQ-Client" Thu Aug 22 10:52:19 2019 rev:11 rq:724821 version:0.2.4 Changes: --- /work/SRC/openSUSE:Factory/perl-Mojo-RabbitMQ-Client/perl-Mojo-RabbitMQ-Client.changes 2019-08-13 13:20:11.221435396 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Mojo-RabbitMQ-Client.new.22127/perl-Mojo-RabbitMQ-Client.changes 2019-08-22 10:52:21.393700013 +0200 @@ -1,0 +2,13 @@ +Tue Aug 20 08:29:20 UTC 2019 - Oliver Kurz + +- updated to 0.2.4 + see /usr/share/doc/packages/perl-Mojo-RabbitMQ-Client/Changes + + 0.2.4 2019-08-20T00:49:27Z +- Prevent warning about undefined object on closed channels #36 (@okurz) + +- Drop 0001-Prevent-warning-about-undefined-object-on-closed-cha.patch + Prevent warning about undefined object on closed channels + now included in upstream + +--- Old: 0001-Prevent-warning-about-undefined-object-on-closed-cha.patch Mojo-RabbitMQ-Client-0.2.3.tar.gz New: Mojo-RabbitMQ-Client-0.2.4.tar.gz Other differences: -- ++ perl-Mojo-RabbitMQ-Client.spec ++ --- /var/tmp/diff_new_pack.f5lEQj/_old 2019-08-22 10:52:22.973699801 +0200 +++ /var/tmp/diff_new_pack.f5lEQj/_new 2019-08-22 10:52:22.977699801 +0200 @@ -17,7 +17,7 @@ Name: perl-Mojo-RabbitMQ-Client -Version:0.2.3 +Version:0.2.4 Release:0 %define cpan_name Mojo-RabbitMQ-Client Summary:Mojo::IOLoop based RabbitMQ client @@ -26,8 +26,6 @@ Url:https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/S/SE/SEBAPOD/%{cpan_name}-%{version}.tar.gz Source1:cpanspec.yml -# https://github.com/inway/mojo-rabbitmq-client/pull/36 -Patch0: 0001-Prevent-warning-about-undefined-object-on-closed-cha.patch BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl @@ -55,7 +53,6 @@ %prep %setup -q -n %{cpan_name}-%{version} -%patch0 -p1 %build perl Build.PL --installdirs=vendor ++ Mojo-RabbitMQ-Client-0.2.3.tar.gz -> Mojo-RabbitMQ-Client-0.2.4.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Mojo-RabbitMQ-Client-0.2.3/Changes new/Mojo-RabbitMQ-Client-0.2.4/Changes --- old/Mojo-RabbitMQ-Client-0.2.3/Changes 2019-07-24 23:06:19.0 +0200 +++ new/Mojo-RabbitMQ-Client-0.2.4/Changes 2019-08-20 02:49:29.0 +0200 @@ -1,3 +1,5 @@ +0.2.4 2019-08-20T00:49:27Z + - Prevent warning about undefined object on closed channels #36 (@okurz) 0.2.3 2019-07-24T21:06:16Z - Clarified documentation #33, #34 (@AdamWill) 0.2.2 2019-05-23T11:20:22Z diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Mojo-RabbitMQ-Client-0.2.3/META.json new/Mojo-RabbitMQ-Client-0.2.4/META.json --- old/Mojo-RabbitMQ-Client-0.2.3/META.json2019-07-24 23:06:19.0 +0200 +++ new/Mojo-RabbitMQ-Client-0.2.4/META.json2019-08-20 02:49:29.0 +0200 @@ -59,7 +59,7 @@ "provides" : { "Mojo::RabbitMQ::Client" : { "file" : "lib/Mojo/RabbitMQ/Client.pm", - "version" : "v0.2.3" + "version" : "v0.2.4" }, "Mojo::RabbitMQ::Client::Channel" : { "file" : "lib/Mojo/RabbitMQ/Client/Channel.pm" @@ -91,11 +91,12 @@ "web" : "https://github.com/inway/mojo-rabbitmq-client"; } }, - "version" : "0.2.3", + "version" : "0.2.4", "x_contributors" : [ "Adam Williamson ", "Christopher Rasch-Olsen Raa ", "Mohammad S Anwar ", + "Oliver Kurz ", "Patrick Goldmann ", "Richard Lippmann ", "Salve J. Nilsen ", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Mojo-RabbitMQ-Client-0.2.3/META.yml new/Mojo-RabbitMQ-Client-0.2.4/META.yml --- old/Mojo-RabbitMQ-Client-0.2.3/META.yml 2019-07-24 23:06:19.0 +0200 +++ new/Mojo-RabbitMQ-Client-0.2.4/META.yml 2019-08-20 02:49:29.0 +0200 @@ -27,7 +27,7 @@ provides: Mojo::RabbitMQ::Client: file: lib/Mojo/RabbitMQ/Client.pm -version: v0.2.3 +version: v0.2.4 Mojo::RabbitMQ::Client::Channel: file: lib/Mojo/RabbitMQ/Client/Channel.pm Mojo::RabbitMQ::Client::Consumer: @@ -50,11 +50,12 @@ bugtracker: https://github.com/inway/mojo-rabbitmq-client/issues homepage: https://github.com/inway/mojo-rabbitmq-client
commit perl-Mojo-RabbitMQ-Client for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Mojo-RabbitMQ-Client for openSUSE:Factory checked in at 2019-08-13 13:18:55 Comparing /work/SRC/openSUSE:Factory/perl-Mojo-RabbitMQ-Client (Old) and /work/SRC/openSUSE:Factory/.perl-Mojo-RabbitMQ-Client.new.9556 (New) Package is "perl-Mojo-RabbitMQ-Client" Tue Aug 13 13:18:55 2019 rev:10 rq:722192 version:0.2.3 Changes: --- /work/SRC/openSUSE:Factory/perl-Mojo-RabbitMQ-Client/perl-Mojo-RabbitMQ-Client.changes 2019-07-26 12:44:44.773827997 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Mojo-RabbitMQ-Client.new.9556/perl-Mojo-RabbitMQ-Client.changes 2019-08-13 13:20:11.221435396 +0200 @@ -1,0 +2,6 @@ +Fri Aug 9 13:51:32 UTC 2019 - Oliver Kurz + +- Add 0001-Prevent-warning-about-undefined-object-on-closed-cha.patch + Prevent warning about undefined object on closed channels + +--- New: 0001-Prevent-warning-about-undefined-object-on-closed-cha.patch Other differences: -- ++ perl-Mojo-RabbitMQ-Client.spec ++ --- /var/tmp/diff_new_pack.Fd6w9y/_old 2019-08-13 13:20:11.653435282 +0200 +++ /var/tmp/diff_new_pack.Fd6w9y/_new 2019-08-13 13:20:11.657435281 +0200 @@ -26,6 +26,8 @@ Url:https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/S/SE/SEBAPOD/%{cpan_name}-%{version}.tar.gz Source1:cpanspec.yml +# https://github.com/inway/mojo-rabbitmq-client/pull/36 +Patch0: 0001-Prevent-warning-about-undefined-object-on-closed-cha.patch BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl @@ -53,6 +55,7 @@ %prep %setup -q -n %{cpan_name}-%{version} +%patch0 -p1 %build perl Build.PL --installdirs=vendor ++ 0001-Prevent-warning-about-undefined-object-on-closed-cha.patch ++ >From d7cfa01b0f7a36acaa365dccaf0be32ab6ec8d5f Mon Sep 17 00:00:00 2001 From: Oliver Kurz Date: Fri, 9 Aug 2019 15:23:05 +0200 Subject: [PATCH] Prevent warning about undefined object on closed channels This prevents warnings like ``` (in cleanup) Can't call method "_handle" on an undefined value at /usr/lib/perl5/vendor_perl/5.18.2/Mojo/RabbitMQ/Client.pm line 354. ``` as reported in https://github.com/inway/mojo-rabbitmq-client/issues/30 --- lib/Mojo/RabbitMQ/Client.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Mojo/RabbitMQ/Client.pm b/lib/Mojo/RabbitMQ/Client.pm index 03d61b1..cc0723a 100644 --- a/lib/Mojo/RabbitMQ/Client.pm +++ b/lib/Mojo/RabbitMQ/Client.pm @@ -351,9 +351,9 @@ sub _connect { # Connection established $stream->on(timeout => sub { $self->_error($id, 'Inactivity timeout') }); - $stream->on(close => sub { $self->_handle($id, 1) }); + $stream->on(close => sub { $self && $self->_handle($id, 1) }); $stream->on(error => sub { $self && $self->_error($id, pop) }); - $stream->on(read => sub { $self->_read($id, pop) }); + $stream->on(read => sub { $self && $self->_read($id, pop) }); $cb->(); } ); -- 2.16.4
commit perl-Mojo-RabbitMQ-Client for openSUSE:Factory
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 + +- 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.0 +0200 +++ new/Mojo-RabbitMQ-Client-0.2.3/Changes 2019-07-24 23:06:19.0 +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.json2019-05-23 13:20:25.0 +0200 +++ new/Mojo-RabbitMQ-Client-0.2.3/META.json2019-07-24 23:06:19.0 +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 ", "Christopher Rasch-Olsen Raa ", "Mohammad S Anwar ", "Patrick Goldmann ", 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.0 +0200 +++ new/Mojo-RabbitMQ-Client-0.2.3/META.yml 2019-07-24 23:06:19.0 +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 ' - 'Christopher Rasch-Olsen Raa ' - 'Mohammad S Anwar ' - 'Patrick Goldmann ' 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.pm2019-05-23 13:20:25.0 +0200 +++ new/Mojo-RabbitMQ-Client-0.2.3/inc/Module/AutoInstall.pm2019-07-24 23:06:19.0 +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
commit perl-Mojo-RabbitMQ-Client for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Mojo-RabbitMQ-Client for openSUSE:Factory checked in at 2019-05-24 11:32:30 Comparing /work/SRC/openSUSE:Factory/perl-Mojo-RabbitMQ-Client (Old) and /work/SRC/openSUSE:Factory/.perl-Mojo-RabbitMQ-Client.new.5148 (New) Package is "perl-Mojo-RabbitMQ-Client" Fri May 24 11:32:30 2019 rev:8 rq:704993 version:0.2.2 Changes: --- /work/SRC/openSUSE:Factory/perl-Mojo-RabbitMQ-Client/perl-Mojo-RabbitMQ-Client.changes 2018-08-22 14:21:33.790523633 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Mojo-RabbitMQ-Client.new.5148/perl-Mojo-RabbitMQ-Client.changes 2019-05-24 11:32:34.133385504 +0200 @@ -1,0 +2,9 @@ +Thu May 23 11:50:37 UTC 2019 - Stephan Kulow + +- update to 0.2.2 + + 0.2.2 2019-05-23T11:20:22Z +- Minor documentation fixes #32 (@sjn) +- fix around 30 memory leaks #31 (@kraih) + +--- Old: Mojo-RabbitMQ-Client-0.2.1.tar.gz New: Mojo-RabbitMQ-Client-0.2.2.tar.gz Other differences: -- ++ perl-Mojo-RabbitMQ-Client.spec ++ --- /var/tmp/diff_new_pack.EjGX7g/_old 2019-05-24 11:32:34.613385321 +0200 +++ /var/tmp/diff_new_pack.EjGX7g/_new 2019-05-24 11:32:34.613385321 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-Mojo-RabbitMQ-Client # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,18 +12,18 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: perl-Mojo-RabbitMQ-Client -Version:0.2.1 +Version:0.2.2 Release:0 %define cpan_name Mojo-RabbitMQ-Client Summary:Mojo::IOLoop based RabbitMQ client License:Artistic-2.0 Group: Development/Libraries/Perl -Url:http://search.cpan.org/dist/Mojo-RabbitMQ-Client/ +Url:https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/S/SE/SEBAPOD/%{cpan_name}-%{version}.tar.gz Source1:cpanspec.yml BuildArch: noarch @@ -55,7 +55,7 @@ %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Build.PL --installdirs=vendor +perl Build.PL --installdirs=vendor ./Build build --flags=%{?_smp_mflags} %check ++ Mojo-RabbitMQ-Client-0.2.1.tar.gz -> Mojo-RabbitMQ-Client-0.2.2.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Mojo-RabbitMQ-Client-0.2.1/Changes new/Mojo-RabbitMQ-Client-0.2.2/Changes --- old/Mojo-RabbitMQ-Client-0.2.1/Changes 2018-07-29 16:17:46.0 +0200 +++ new/Mojo-RabbitMQ-Client-0.2.2/Changes 2019-05-23 13:20:25.0 +0200 @@ -1,3 +1,6 @@ +0.2.2 2019-05-23T11:20:22Z + - Minor documentation fixes #32 (@sjn) + - fix around 30 memory leaks #31 (@kraih) 0.2.1 2018-07-29T14:17:43Z - Fixed POD syntax, spelling & grammar errors #27,#28 (@gregoa) - Fixed POD error #26 (@manwar) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Mojo-RabbitMQ-Client-0.2.1/META.json new/Mojo-RabbitMQ-Client-0.2.2/META.json --- old/Mojo-RabbitMQ-Client-0.2.1/META.json2018-07-29 16:17:46.0 +0200 +++ new/Mojo-RabbitMQ-Client-0.2.2/META.json2019-05-23 13:20:25.0 +0200 @@ -59,7 +59,7 @@ "provides" : { "Mojo::RabbitMQ::Client" : { "file" : "lib/Mojo/RabbitMQ/Client.pm", - "version" : "v0.2.1" + "version" : "v0.2.2" }, "Mojo::RabbitMQ::Client::Channel" : { "file" : "lib/Mojo/RabbitMQ/Client/Channel.pm" @@ -91,12 +91,13 @@ "web" : "https://github.com/inway/mojo-rabbitmq-client"; } }, - "version" : "0.2.1", + "version" : "0.2.2", "x_contributors" : [ "Christopher Rasch-Olsen Raa ", "Mohammad S Anwar ", "Patrick Goldmann ", "Richard Lippmann ", + "Salve J. Nilsen ", "Sebastian Podjasek ", "Sebastian Riedel ", "Stephan Kulow ", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Mojo-RabbitMQ-Client-0.2.1/META.yml new/Mojo-RabbitMQ-Client-0.2.2/META.yml --- old/Mojo-RabbitMQ-Client-0.2.1/META.yml 2018-07-29 16:17:46.0 +0200 +++ new/Mojo-RabbitMQ-Client-0.2.2/META.yml 2019-05-23 13:20:25.0 +0200 @@ -27,7 +27,7 @@ provides: Mojo::Rabb
commit perl-Mojo-RabbitMQ-Client for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Mojo-RabbitMQ-Client for openSUSE:Factory checked in at 2018-08-22 14:21:23 Comparing /work/SRC/openSUSE:Factory/perl-Mojo-RabbitMQ-Client (Old) and /work/SRC/openSUSE:Factory/.perl-Mojo-RabbitMQ-Client.new (New) Package is "perl-Mojo-RabbitMQ-Client" Wed Aug 22 14:21:23 2018 rev:7 rq:630794 version:0.2.1 Changes: --- /work/SRC/openSUSE:Factory/perl-Mojo-RabbitMQ-Client/perl-Mojo-RabbitMQ-Client.changes 2018-07-28 12:43:11.660747870 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Mojo-RabbitMQ-Client.new/perl-Mojo-RabbitMQ-Client.changes 2018-08-22 14:21:33.790523633 +0200 @@ -1,0 +2,10 @@ +Mon Jul 30 05:38:19 UTC 2018 - co...@suse.com + +- updated to 0.2.1 + see /usr/share/doc/packages/perl-Mojo-RabbitMQ-Client/Changes + + 0.2.1 2018-07-29T14:17:43Z +- Fixed POD syntax, spelling & grammar errors #27,#28 (@gregoa) +- Fixed POD error #26 (@manwar) + +--- Old: Mojo-RabbitMQ-Client-0.2.0.tar.gz New: Mojo-RabbitMQ-Client-0.2.1.tar.gz Other differences: -- ++ perl-Mojo-RabbitMQ-Client.spec ++ --- /var/tmp/diff_new_pack.NqGJem/_old 2018-08-22 14:21:34.222524656 +0200 +++ /var/tmp/diff_new_pack.NqGJem/_new 2018-08-22 14:21:34.226524665 +0200 @@ -17,7 +17,7 @@ Name: perl-Mojo-RabbitMQ-Client -Version:0.2.0 +Version:0.2.1 Release:0 %define cpan_name Mojo-RabbitMQ-Client Summary:Mojo::IOLoop based RabbitMQ client ++ Mojo-RabbitMQ-Client-0.2.0.tar.gz -> Mojo-RabbitMQ-Client-0.2.1.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Mojo-RabbitMQ-Client-0.2.0/Changes new/Mojo-RabbitMQ-Client-0.2.1/Changes --- old/Mojo-RabbitMQ-Client-0.2.0/Changes 2018-07-25 15:23:29.0 +0200 +++ new/Mojo-RabbitMQ-Client-0.2.1/Changes 2018-07-29 16:17:46.0 +0200 @@ -1,3 +1,6 @@ +0.2.1 2018-07-29T14:17:43Z + - Fixed POD syntax, spelling & grammar errors #27,#28 (@gregoa) + - Fixed POD error #26 (@manwar) 0.2.0 2018-07-25T13:23:26Z - Remove internal frame buffer handling, use Net::AMQP #11 (@kraih) 0.1.0 2018-02-16T10:15:32Z diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Mojo-RabbitMQ-Client-0.2.0/META.json new/Mojo-RabbitMQ-Client-0.2.1/META.json --- old/Mojo-RabbitMQ-Client-0.2.0/META.json2018-07-25 15:23:29.0 +0200 +++ new/Mojo-RabbitMQ-Client-0.2.1/META.json2018-07-29 16:17:46.0 +0200 @@ -59,7 +59,7 @@ "provides" : { "Mojo::RabbitMQ::Client" : { "file" : "lib/Mojo/RabbitMQ/Client.pm", - "version" : "v0.2.0" + "version" : "v0.2.1" }, "Mojo::RabbitMQ::Client::Channel" : { "file" : "lib/Mojo/RabbitMQ/Client/Channel.pm" @@ -91,15 +91,17 @@ "web" : "https://github.com/inway/mojo-rabbitmq-client"; } }, - "version" : "0.2.0", + "version" : "0.2.1", "x_contributors" : [ "Christopher Rasch-Olsen Raa ", + "Mohammad S Anwar ", "Patrick Goldmann ", "Richard Lippmann ", "Sebastian Podjasek ", "Sebastian Riedel ", "Stephan Kulow ", - "Vidar Tyldum " + "Vidar Tyldum ", + "gregor herrmann " ], "x_serialization_backend" : "JSON::PP version 2.97000" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Mojo-RabbitMQ-Client-0.2.0/META.yml new/Mojo-RabbitMQ-Client-0.2.1/META.yml --- old/Mojo-RabbitMQ-Client-0.2.0/META.yml 2018-07-25 15:23:29.0 +0200 +++ new/Mojo-RabbitMQ-Client-0.2.1/META.yml 2018-07-29 16:17:46.0 +0200 @@ -27,7 +27,7 @@ provides: Mojo::RabbitMQ::Client: file: lib/Mojo/RabbitMQ/Client.pm -version: v0.2.0 +version: v0.2.1 Mojo::RabbitMQ::Client::Channel: file: lib/Mojo/RabbitMQ/Client/Channel.pm Mojo::RabbitMQ::Client::Consumer: @@ -50,13 +50,15 @@ 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.0 +version: 0.2.1 x_contributors: - 'Christopher Rasch-Olsen Raa ' + - 'Mohammad S Anwar ' - 'Patrick Goldmann ' - 'Richard Lippmann ' - 'Sebastian Podjasek ' - 'Sebastian Riedel ' - 'Stephan Kulow ' - 'Vidar Tyldum ' + - 'gregor herrmann ' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Mojo-RabbitMQ-Client-0.2.0/examples/chat.pl new/Mojo-RabbitMQ-Client-0.2.1/examples/chat.pl
commit perl-Mojo-RabbitMQ-Client for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Mojo-RabbitMQ-Client for openSUSE:Factory checked in at 2018-07-28 12:43:03 Comparing /work/SRC/openSUSE:Factory/perl-Mojo-RabbitMQ-Client (Old) and /work/SRC/openSUSE:Factory/.perl-Mojo-RabbitMQ-Client.new (New) Package is "perl-Mojo-RabbitMQ-Client" Sat Jul 28 12:43:03 2018 rev:6 rq:625589 version:0.2.0 Changes: --- /work/SRC/openSUSE:Factory/perl-Mojo-RabbitMQ-Client/perl-Mojo-RabbitMQ-Client.changes 2018-02-20 17:54:34.283553018 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Mojo-RabbitMQ-Client.new/perl-Mojo-RabbitMQ-Client.changes 2018-07-28 12:43:11.660747870 +0200 @@ -1,0 +2,9 @@ +Thu Jul 26 05:36:19 UTC 2018 - co...@suse.com + +- updated to 0.2.0 + see /usr/share/doc/packages/perl-Mojo-RabbitMQ-Client/Changes + + 0.2.0 2018-07-25T13:23:26Z +- Remove internal frame buffer handling, use Net::AMQP #11 (@kraih) + +--- Old: Mojo-RabbitMQ-Client-0.1.0.tar.gz New: Mojo-RabbitMQ-Client-0.2.0.tar.gz Other differences: -- ++ perl-Mojo-RabbitMQ-Client.spec ++ --- /var/tmp/diff_new_pack.uKFnuh/_old 2018-07-28 12:43:12.040748601 +0200 +++ /var/tmp/diff_new_pack.uKFnuh/_new 2018-07-28 12:43:12.044748608 +0200 @@ -17,7 +17,7 @@ Name: perl-Mojo-RabbitMQ-Client -Version:0.1.0 +Version:0.2.0 Release:0 %define cpan_name Mojo-RabbitMQ-Client Summary:Mojo::IOLoop based RabbitMQ client ++ Mojo-RabbitMQ-Client-0.1.0.tar.gz -> Mojo-RabbitMQ-Client-0.2.0.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Mojo-RabbitMQ-Client-0.1.0/Changes new/Mojo-RabbitMQ-Client-0.2.0/Changes --- old/Mojo-RabbitMQ-Client-0.1.0/Changes 2018-02-16 11:15:35.0 +0100 +++ new/Mojo-RabbitMQ-Client-0.2.0/Changes 2018-07-25 15:23:29.0 +0200 @@ -1,3 +1,5 @@ +0.2.0 2018-07-25T13:23:26Z + - Remove internal frame buffer handling, use Net::AMQP #11 (@kraih) 0.1.0 2018-02-16T10:15:32Z - Make Mojo::RabbitMQ::Client::Consumer use promises #23 (@christopherraa) - Fix circular includes by #20 (@christopherraa) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Mojo-RabbitMQ-Client-0.1.0/META.json new/Mojo-RabbitMQ-Client-0.2.0/META.json --- old/Mojo-RabbitMQ-Client-0.1.0/META.json2018-02-16 11:15:35.0 +0100 +++ new/Mojo-RabbitMQ-Client-0.2.0/META.json2018-07-25 15:23:29.0 +0200 @@ -59,7 +59,7 @@ "provides" : { "Mojo::RabbitMQ::Client" : { "file" : "lib/Mojo/RabbitMQ/Client.pm", - "version" : "v0.1.0" + "version" : "v0.2.0" }, "Mojo::RabbitMQ::Client::Channel" : { "file" : "lib/Mojo/RabbitMQ/Client/Channel.pm" @@ -91,12 +91,13 @@ "web" : "https://github.com/inway/mojo-rabbitmq-client"; } }, - "version" : "0.1.0", + "version" : "0.2.0", "x_contributors" : [ "Christopher Rasch-Olsen Raa ", "Patrick Goldmann ", "Richard Lippmann ", "Sebastian Podjasek ", + "Sebastian Riedel ", "Stephan Kulow ", "Vidar Tyldum " ], diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Mojo-RabbitMQ-Client-0.1.0/META.yml new/Mojo-RabbitMQ-Client-0.2.0/META.yml --- old/Mojo-RabbitMQ-Client-0.1.0/META.yml 2018-02-16 11:15:35.0 +0100 +++ new/Mojo-RabbitMQ-Client-0.2.0/META.yml 2018-07-25 15:23:29.0 +0200 @@ -27,7 +27,7 @@ provides: Mojo::RabbitMQ::Client: file: lib/Mojo/RabbitMQ/Client.pm -version: v0.1.0 +version: v0.2.0 Mojo::RabbitMQ::Client::Channel: file: lib/Mojo/RabbitMQ/Client/Channel.pm Mojo::RabbitMQ::Client::Consumer: @@ -50,12 +50,13 @@ 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.1.0 +version: 0.2.0 x_contributors: - 'Christopher Rasch-Olsen Raa ' - 'Patrick Goldmann ' - 'Richard Lippmann ' - 'Sebastian Podjasek ' + - 'Sebastian Riedel ' - 'Stephan Kulow ' - 'Vidar Tyldum ' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Mojo-RabbitMQ-Client-0.1.0/inc/Module/AutoInstall.pm new/Mojo-RabbitMQ-Client-0.2.0/inc/Module/AutoInstall.pm --- old/Mojo-RabbitMQ-Client-0.1.0/inc/Module/AutoInstall.pm2018-02-16 11:15:35.0 +0100 +++ new/Mojo-RabbitMQ-Client-0.2.0/inc/Module/AutoInstall.pm2018-07-25 15:23:29.0 +0200 @@
commit perl-Mojo-RabbitMQ-Client for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Mojo-RabbitMQ-Client for openSUSE:Factory checked in at 2018-02-20 17:54:31 Comparing /work/SRC/openSUSE:Factory/perl-Mojo-RabbitMQ-Client (Old) and /work/SRC/openSUSE:Factory/.perl-Mojo-RabbitMQ-Client.new (New) Package is "perl-Mojo-RabbitMQ-Client" Tue Feb 20 17:54:31 2018 rev:5 rq:577953 version:0.1.0 Changes: --- /work/SRC/openSUSE:Factory/perl-Mojo-RabbitMQ-Client/perl-Mojo-RabbitMQ-Client.changes 2017-02-21 13:51:45.576453262 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Mojo-RabbitMQ-Client.new/perl-Mojo-RabbitMQ-Client.changes 2018-02-20 17:54:34.283553018 +0100 @@ -1,0 +2,17 @@ +Sat Feb 17 06:40:40 UTC 2018 - co...@suse.com + +- updated to 0.1.0 + see /usr/share/doc/packages/perl-Mojo-RabbitMQ-Client/Changes + + 0.1.0 2018-02-16T10:15:32Z +- Make Mojo::RabbitMQ::Client::Consumer use promises #23 (@christopherraa) +- Fix circular includes by #20 (@christopherraa) +- Start implementing Mojo::Promise, drop support for Mojolicious <7.53 +- Implement DEBUG on Client as suggested in #11 +- Fix early success event from ->publish #16 +- Fix query parameter naming in Publisher +- Fix missing imports in Publisher #15 +- Fix #14 +- Implement Publisher API #5 + +--- Old: Mojo-RabbitMQ-Client-0.0.9.tar.gz New: Mojo-RabbitMQ-Client-0.1.0.tar.gz Other differences: -- ++ perl-Mojo-RabbitMQ-Client.spec ++ --- /var/tmp/diff_new_pack.VEyfgQ/_old 2018-02-20 17:54:36.131486479 +0100 +++ /var/tmp/diff_new_pack.VEyfgQ/_new 2018-02-20 17:54:36.131486479 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-Mojo-RabbitMQ-Client # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: perl-Mojo-RabbitMQ-Client -Version:0.0.9 +Version:0.1.0 Release:0 %define cpan_name Mojo-RabbitMQ-Client Summary:Mojo::IOLoop based RabbitMQ client @@ -33,13 +33,13 @@ BuildRequires: perl(File::ShareDir) BuildRequires: perl(List::Util) >= 1.33 BuildRequires: perl(Module::Build::Tiny) >= 0.035 -BuildRequires: perl(Mojolicious) >= 6.10 +BuildRequires: perl(Mojolicious) >= 7.53 BuildRequires: perl(Net::AMQP) >= 0.06 BuildRequires: perl(Test::Exception) >= 0.43 BuildRequires: perl(Test::More) >= 0.98 Requires: perl(File::ShareDir) Requires: perl(List::Util) >= 1.33 -Requires: perl(Mojolicious) >= 6.10 +Requires: perl(Mojolicious) >= 7.53 Requires: perl(Net::AMQP) >= 0.06 %{perl_requires} # MANUAL BEGIN ++ Mojo-RabbitMQ-Client-0.0.9.tar.gz -> Mojo-RabbitMQ-Client-0.1.0.tar.gz ++ 2009 lines of diff (skipped)
commit perl-Mojo-RabbitMQ-Client for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Mojo-RabbitMQ-Client for openSUSE:Factory checked in at 2017-02-21 13:51:36 Comparing /work/SRC/openSUSE:Factory/perl-Mojo-RabbitMQ-Client (Old) and /work/SRC/openSUSE:Factory/.perl-Mojo-RabbitMQ-Client.new (New) Package is "perl-Mojo-RabbitMQ-Client" Changes: --- /work/SRC/openSUSE:Factory/perl-Mojo-RabbitMQ-Client/perl-Mojo-RabbitMQ-Client.changes 2017-02-07 12:09:05.449885784 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Mojo-RabbitMQ-Client.new/perl-Mojo-RabbitMQ-Client.changes 2017-02-21 13:51:45.576453262 +0100 @@ -1,0 +2,13 @@ +Sun Feb 19 07:00:00 UTC 2017 - co...@suse.com + +- updated to 0.0.9 + see /usr/share/doc/packages/perl-Mojo-RabbitMQ-Client/Changes + + 0.0.9 2017-02-18T11:07:56Z +- Proper implementation of URI parser PR#8 & #9 +- Support for query parameter with aliases +- Add max_channels attribute to force maximum number of channels active +- Additional developer test for quick consumer +- Documentation changes + +--- Old: Mojo-RabbitMQ-Client-0.0.8.tar.gz New: Mojo-RabbitMQ-Client-0.0.9.tar.gz Other differences: -- ++ perl-Mojo-RabbitMQ-Client.spec ++ --- /var/tmp/diff_new_pack.sycBQI/_old 2017-02-21 13:51:46.028389652 +0100 +++ /var/tmp/diff_new_pack.sycBQI/_new 2017-02-21 13:51:46.032389090 +0100 @@ -17,14 +17,14 @@ Name: perl-Mojo-RabbitMQ-Client -Version:0.0.8 +Version:0.0.9 Release:0 %define cpan_name Mojo-RabbitMQ-Client Summary:Mojo::IOLoop based RabbitMQ client License:Artistic-2.0 Group: Development/Libraries/Perl Url:http://search.cpan.org/dist/Mojo-RabbitMQ-Client/ -Source0: http://www.cpan.org/authors/id/S/SE/SEBAPOD/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/S/SE/SEBAPOD/%{cpan_name}-%{version}.tar.gz Source1:cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -67,6 +67,7 @@ %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes examples LICENSE minil.toml README.md +%doc Changes examples minil.toml README.md +%license LICENSE %changelog ++ Mojo-RabbitMQ-Client-0.0.8.tar.gz -> Mojo-RabbitMQ-Client-0.0.9.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Mojo-RabbitMQ-Client-0.0.8/Changes new/Mojo-RabbitMQ-Client-0.0.9/Changes --- old/Mojo-RabbitMQ-Client-0.0.8/Changes 2017-01-30 13:13:48.0 +0100 +++ new/Mojo-RabbitMQ-Client-0.0.9/Changes 2017-02-18 12:08:14.0 +0100 @@ -1,3 +1,9 @@ +0.0.9 2017-02-18T11:07:56Z + - Proper implementation of URI parser PR#8 & #9 + - Support for query parameter with aliases + - Add max_channels attribute to force maximum number of channels active + - Additional developer test for quick consumer + - Documentation changes 0.0.8 2017-01-30T12:13:18Z - Fix issues with UTF-8 data corruption on SSL sockets PR#7 - Drop List::MoreUtils `none` in favour of core List::Util PR#4 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Mojo-RabbitMQ-Client-0.0.8/MANIFEST new/Mojo-RabbitMQ-Client-0.0.9/MANIFEST --- old/Mojo-RabbitMQ-Client-0.0.8/MANIFEST 2017-01-30 13:13:48.0 +0100 +++ new/Mojo-RabbitMQ-Client-0.0.9/MANIFEST 2017-02-18 12:08:14.0 +0100 @@ -18,9 +18,13 @@ minil.toml share/amqp0-9-1.stripped.extended.xml share/fixed_amqp0-8.xml +t/base.t t/localqueue.t t/static.t +t/uri.t t/use.t +xt/client.t +xt/consumer.t xt/pod.t xt/server.t META.yml diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Mojo-RabbitMQ-Client-0.0.8/META.json new/Mojo-RabbitMQ-Client-0.0.9/META.json --- old/Mojo-RabbitMQ-Client-0.0.8/META.json2017-01-30 13:13:48.0 +0100 +++ new/Mojo-RabbitMQ-Client-0.0.9/META.json2017-02-18 12:08:14.0 +0100 @@ -1,7 +1,7 @@ { "abstract" : "Mojo::IOLoop based RabbitMQ client", "author" : [ - "-2016, Sebastian Podjasek and others" + "-2017, Sebastian Podjasek and others" ], "dynamic_config" : 0, "generated_by" : "Minilla/v3.0.6", @@ -59,7 +59,7 @@ "provides" : { "Mojo::RabbitMQ::Client" : { "file" : "lib/Mojo/RabbitMQ/Client.pm", - "version" : "v0.0.8" + "version" : "v0.0.9" }, "Mojo::RabbitMQ::Client::Channel" : { "file" : "lib/Mojo/RabbitMQ/Client/Channel.pm" @@ -91,10 +91,11 @@ "web" : "https://github.com/inway/mojo-rabbitmq-client"; } }, - "version" : "0.0.8", +
commit perl-Mojo-RabbitMQ-Client for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Mojo-RabbitMQ-Client for openSUSE:Factory checked in at 2017-02-07 12:09:04 Comparing /work/SRC/openSUSE:Factory/perl-Mojo-RabbitMQ-Client (Old) and /work/SRC/openSUSE:Factory/.perl-Mojo-RabbitMQ-Client.new (New) Package is "perl-Mojo-RabbitMQ-Client" Changes: --- /work/SRC/openSUSE:Factory/perl-Mojo-RabbitMQ-Client/perl-Mojo-RabbitMQ-Client.changes 2017-01-25 23:37:17.460572303 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Mojo-RabbitMQ-Client.new/perl-Mojo-RabbitMQ-Client.changes 2017-02-07 12:09:05.449885784 +0100 @@ -1,0 +2,10 @@ +Tue Jan 31 06:07:08 UTC 2017 - co...@suse.com + +- updated to 0.0.8 + see /usr/share/doc/packages/perl-Mojo-RabbitMQ-Client/Changes + + 0.0.8 2017-01-30T12:13:18Z +- Fix issues with UTF-8 data corruption on SSL sockets PR#7 +- Drop List::MoreUtils `none` in favour of core List::Util PR#4 + +--- Old: Mojo-RabbitMQ-Client-0.0.7.tar.gz New: Mojo-RabbitMQ-Client-0.0.8.tar.gz Other differences: -- ++ perl-Mojo-RabbitMQ-Client.spec ++ --- /var/tmp/diff_new_pack.bxNxzV/_old 2017-02-07 12:09:05.813834286 +0100 +++ /var/tmp/diff_new_pack.bxNxzV/_new 2017-02-07 12:09:05.813834286 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-Mojo-RabbitMQ-Client # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: perl-Mojo-RabbitMQ-Client -Version:0.0.7 +Version:0.0.8 Release:0 %define cpan_name Mojo-RabbitMQ-Client Summary:Mojo::IOLoop based RabbitMQ client @@ -31,14 +31,14 @@ BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(File::ShareDir) -BuildRequires: perl(List::MoreUtils) +BuildRequires: perl(List::Util) >= 1.33 BuildRequires: perl(Module::Build::Tiny) >= 0.035 BuildRequires: perl(Mojolicious) >= 6.10 BuildRequires: perl(Net::AMQP) >= 0.06 BuildRequires: perl(Test::Exception) >= 0.43 BuildRequires: perl(Test::More) >= 0.98 Requires: perl(File::ShareDir) -Requires: perl(List::MoreUtils) +Requires: perl(List::Util) >= 1.33 Requires: perl(Mojolicious) >= 6.10 Requires: perl(Net::AMQP) >= 0.06 %{perl_requires} ++ Mojo-RabbitMQ-Client-0.0.7.tar.gz -> Mojo-RabbitMQ-Client-0.0.8.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Mojo-RabbitMQ-Client-0.0.7/Changes new/Mojo-RabbitMQ-Client-0.0.8/Changes --- old/Mojo-RabbitMQ-Client-0.0.7/Changes 2016-12-02 21:52:18.0 +0100 +++ new/Mojo-RabbitMQ-Client-0.0.8/Changes 2017-01-30 13:13:48.0 +0100 @@ -1,3 +1,6 @@ +0.0.8 2017-01-30T12:13:18Z + - Fix issues with UTF-8 data corruption on SSL sockets PR#7 + - Drop List::MoreUtils `none` in favour of core List::Util PR#4 0.0.7 2016-12-02T20:52:17Z - Fix missing dependencies 0.0.6 2016-11-24T00:45:01Z diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Mojo-RabbitMQ-Client-0.0.7/META.json new/Mojo-RabbitMQ-Client-0.0.8/META.json --- old/Mojo-RabbitMQ-Client-0.0.7/META.json2016-12-02 21:52:18.0 +0100 +++ new/Mojo-RabbitMQ-Client-0.0.8/META.json2017-01-30 13:13:48.0 +0100 @@ -43,10 +43,10 @@ "runtime" : { "requires" : { "File::ShareDir" : "0", -"List::MoreUtils" : "0", +"List::Util" : "1.33", "Mojolicious" : "6.10", "Net::AMQP" : "0.06", -"perl" : "5.008001" +"perl" : "5.010" } }, "test" : { @@ -59,7 +59,7 @@ "provides" : { "Mojo::RabbitMQ::Client" : { "file" : "lib/Mojo/RabbitMQ/Client.pm", - "version" : "v0.0.7" + "version" : "v0.0.8" }, "Mojo::RabbitMQ::Client::Channel" : { "file" : "lib/Mojo/RabbitMQ/Client/Channel.pm" @@ -91,9 +91,10 @@ "web" : "https://github.com/inway/mojo-rabbitmq-client"; } }, - "version" : "0.0.7", + "version" : "0.0.8", "x_contributors" : [ "Vidar Tyldum ", + "Stephan Kulow ", "Sebastian Podjasek " ], "x_serialization_backend" : "JSON::PP version 2.27300" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Mojo-RabbitMQ-Client-0.0.7/META.yml new/Mojo-RabbitMQ-Client-0.0.8/META.yml --- old/Mojo-RabbitMQ-Client-0.0.7/META.yml 2016-12-02 21:52:18.000
commit perl-Mojo-RabbitMQ-Client for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Mojo-RabbitMQ-Client for openSUSE:Factory checked in at 2017-01-25 23:37:16 Comparing /work/SRC/openSUSE:Factory/perl-Mojo-RabbitMQ-Client (Old) and /work/SRC/openSUSE:Factory/.perl-Mojo-RabbitMQ-Client.new (New) Package is "perl-Mojo-RabbitMQ-Client" Changes: --- /work/SRC/openSUSE:Factory/perl-Mojo-RabbitMQ-Client/perl-Mojo-RabbitMQ-Client.changes 2017-01-23 11:34:25.379122438 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Mojo-RabbitMQ-Client.new/perl-Mojo-RabbitMQ-Client.changes 2017-01-25 23:37:17.460572303 +0100 @@ -1,0 +2,6 @@ +Sat Dec 3 06:45:55 UTC 2016 - co...@suse.com + +- updated to 0.0.7 + see /usr/share/doc/packages/perl-Mojo-RabbitMQ-Client/Changes + +--- Old: Mojo-RabbitMQ-Client-0.0.6.tar.gz New: Mojo-RabbitMQ-Client-0.0.7.tar.gz cpanspec.yml Other differences: -- ++ perl-Mojo-RabbitMQ-Client.spec ++ --- /var/tmp/diff_new_pack.25EYdg/_old 2017-01-25 23:37:17.896506626 +0100 +++ /var/tmp/diff_new_pack.25EYdg/_new 2017-01-25 23:37:17.900506024 +0100 @@ -17,42 +17,46 @@ Name: perl-Mojo-RabbitMQ-Client -Version:0.0.6 +Version:0.0.7 Release:0 +%define cpan_name Mojo-RabbitMQ-Client Summary:Mojo::IOLoop based RabbitMQ client License:Artistic-2.0 Group: Development/Libraries/Perl -Url:https://github.com/inway/mojo-rabbitmq-client -Source0: http://search.cpan.org/CPAN/authors/id/S/SE/SEBAPOD/Mojo-RabbitMQ-Client-%{version}.tar.gz +Url:http://search.cpan.org/dist/Mojo-RabbitMQ-Client/ +Source0: http://www.cpan.org/authors/id/S/SE/SEBAPOD/%{cpan_name}-%{version}.tar.gz +Source1:cpanspec.yml BuildArch: noarch -# Net::AMQP only supports 64 bit: https://rt.cpan.org/Public/Bug/Display.html?id=87816 -ExcludeArch:i586 armv7l ppc BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(File::ShareDir) BuildRequires: perl(List::MoreUtils) -BuildRequires: perl(Module::Build::Tiny) +BuildRequires: perl(Module::Build::Tiny) >= 0.035 BuildRequires: perl(Mojolicious) >= 6.10 -BuildRequires: perl(Net::AMQP) -BuildRequires: perl(Test::Exception) -BuildRequires: perl(Test::More) +BuildRequires: perl(Net::AMQP) >= 0.06 +BuildRequires: perl(Test::Exception) >= 0.43 +BuildRequires: perl(Test::More) >= 0.98 Requires: perl(File::ShareDir) Requires: perl(List::MoreUtils) Requires: perl(Mojolicious) >= 6.10 -Requires: perl(Net::AMQP) +Requires: perl(Net::AMQP) >= 0.06 %{perl_requires} +# MANUAL BEGIN +# Net::AMQP only supports 64 bit: https://rt.cpan.org/Public/Bug/Display.html?id=87816 +ExcludeArch:i586 armv7l ppc +# MANUAL END %description -This is a rewrite of great module AnyEvent::RabbitMQ to work on top Mojo::IOLoop. +Mojo::RabbitMQ::Client is a rewrite of AnyEvent::RabbitMQ to work on top of +Mojo::IOLoop. %prep -%setup -q -n Mojo-RabbitMQ-Client-%{version} -find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 +%setup -q -n %{cpan_name}-%{version} %build %{__perl} Build.PL --installdirs=vendor -./Build --flags=%{?_smp_mflags} +./Build build --flags=%{?_smp_mflags} %check ./Build test @@ -63,6 +67,6 @@ %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes examples LICENSE README.md +%doc Changes examples LICENSE minil.toml README.md %changelog ++ Mojo-RabbitMQ-Client-0.0.6.tar.gz -> Mojo-RabbitMQ-Client-0.0.7.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Mojo-RabbitMQ-Client-0.0.6/Changes new/Mojo-RabbitMQ-Client-0.0.7/Changes --- old/Mojo-RabbitMQ-Client-0.0.6/Changes 2016-11-24 01:49:27.0 +0100 +++ new/Mojo-RabbitMQ-Client-0.0.7/Changes 2016-12-02 21:52:18.0 +0100 @@ -1,5 +1,5 @@ -0.0.6 2016-11-24T00:49:26Z - +0.0.7 2016-12-02T20:52:17Z + - Fix missing dependencies 0.0.6 2016-11-24T00:45:01Z - First CPAN release 0.0.5 2016-11-23 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Mojo-RabbitMQ-Client-0.0.6/META.json new/Mojo-RabbitMQ-Client-0.0.7/META.json --- old/Mojo-RabbitMQ-Client-0.0.6/META.json2016-11-24 01:49:27.0 +0100 +++ new/Mojo-RabbitMQ-Client-0.0.7/META.json2016-12-02 21:52:18.0 +0100 @@ -43,6 +43,7 @@ "runtime" : { "requires" : { "File::ShareDir" : "0", +"List::MoreUtils" : "0", "Mojolicious" : "6.10", "Net::AMQP" : "0.06", "perl" : "5.008001" @@ -58,7 +5