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 - [email protected]
+
+- 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.430000
+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.000000000
+0100
+++ new/Mojo-RabbitMQ-Client-0.0.7/Changes 2016-12-02 21:52:18.000000000
+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.json 2016-11-24 01:49:27.000000000
+0100
+++ new/Mojo-RabbitMQ-Client-0.0.7/META.json 2016-12-02 21:52:18.000000000
+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 +59,7 @@
"provides" : {
"Mojo::RabbitMQ::Client" : {
"file" : "lib/Mojo/RabbitMQ/Client.pm",
- "version" : "v0.0.6"
+ "version" : "v0.0.7"
},
"Mojo::RabbitMQ::Client::Channel" : {
"file" : "lib/Mojo/RabbitMQ/Client/Channel.pm"
@@ -90,7 +91,7 @@
"web" : "https://github.com/inway/mojo-rabbitmq-client"
}
},
- "version" : "0.0.6",
+ "version" : "0.0.7",
"x_contributors" : [
"Vidar Tyldum <[email protected]>",
"Sebastian Podjasek <[email protected]>"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Mojo-RabbitMQ-Client-0.0.6/META.yml
new/Mojo-RabbitMQ-Client-0.0.7/META.yml
--- old/Mojo-RabbitMQ-Client-0.0.6/META.yml 2016-11-24 01:49:27.000000000
+0100
+++ new/Mojo-RabbitMQ-Client-0.0.7/META.yml 2016-12-02 21:52:18.000000000
+0100
@@ -27,7 +27,7 @@
provides:
Mojo::RabbitMQ::Client:
file: lib/Mojo/RabbitMQ/Client.pm
- version: v0.0.6
+ version: v0.0.7
Mojo::RabbitMQ::Client::Channel:
file: lib/Mojo/RabbitMQ/Client/Channel.pm
Mojo::RabbitMQ::Client::Consumer:
@@ -42,6 +42,7 @@
file: lib/Mojo/RabbitMQ/Client/Publisher.pm
requires:
File::ShareDir: '0'
+ List::MoreUtils: '0'
Mojolicious: '6.10'
Net::AMQP: '0.06'
perl: '5.008001'
@@ -49,7 +50,7 @@
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.0.6
+version: 0.0.7
x_contributors:
- 'Vidar Tyldum <[email protected]>'
- 'Sebastian Podjasek <[email protected]>'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Mojo-RabbitMQ-Client-0.0.6/README.md
new/Mojo-RabbitMQ-Client-0.0.7/README.md
--- old/Mojo-RabbitMQ-Client-0.0.6/README.md 2016-11-24 01:49:27.000000000
+0100
+++ new/Mojo-RabbitMQ-Client-0.0.7/README.md 2016-12-02 21:52:18.000000000
+0100
@@ -1,4 +1,4 @@
-[](https://travis-ci.org/inway/mojo-rabbitmq-client)
+[](https://travis-ci.org/inway/mojo-rabbitmq-client)
[](https://metacpan.org/release/Mojo-RabbitMQ-Client)
# NAME
Mojo::RabbitMQ::Client - Mojo::IOLoop based RabbitMQ client
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Mojo-RabbitMQ-Client-0.0.6/cpanfile
new/Mojo-RabbitMQ-Client-0.0.7/cpanfile
--- old/Mojo-RabbitMQ-Client-0.0.6/cpanfile 2016-11-24 01:49:27.000000000
+0100
+++ new/Mojo-RabbitMQ-Client-0.0.7/cpanfile 2016-12-02 21:52:18.000000000
+0100
@@ -2,6 +2,8 @@
requires 'Mojolicious', '6.10';
requires 'Net::AMQP', '0.06';
requires 'File::ShareDir';
+requires 'List::MoreUtils';
+requires 'File::ShareDir';
on 'test' => sub {
requires 'Test::More', '0.98';
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Mojo-RabbitMQ-Client-0.0.6/inc/Module/AutoInstall.pm
new/Mojo-RabbitMQ-Client-0.0.7/inc/Module/AutoInstall.pm
--- old/Mojo-RabbitMQ-Client-0.0.6/inc/Module/AutoInstall.pm 2016-11-24
01:49:27.000000000 +0100
+++ new/Mojo-RabbitMQ-Client-0.0.7/inc/Module/AutoInstall.pm 2016-12-02
21:52:18.000000000 +0100
@@ -8,7 +8,7 @@
use vars qw{$VERSION};
BEGIN {
- $VERSION = '0.0.6';
+ $VERSION = '0.0.7';
}
# special map on pre-defined feature sets
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/Mojo-RabbitMQ-Client-0.0.6/lib/Mojo/RabbitMQ/Client.pm
new/Mojo-RabbitMQ-Client-0.0.7/lib/Mojo/RabbitMQ/Client.pm
--- old/Mojo-RabbitMQ-Client-0.0.6/lib/Mojo/RabbitMQ/Client.pm 2016-11-24
01:49:27.000000000 +0100
+++ new/Mojo-RabbitMQ-Client-0.0.7/lib/Mojo/RabbitMQ/Client.pm 2016-12-02
21:52:18.000000000 +0100
@@ -16,7 +16,7 @@
use Mojo::RabbitMQ::Client::LocalQueue;
use Mojo::RabbitMQ::Client::Publisher;
-our $VERSION = "0.0.6";
+our $VERSION = "0.0.7";
use constant DEBUG => $ENV{MOJO_RABBITMQ_DEBUG} // 0;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Mojo-RabbitMQ-Client-0.0.6/minil.toml
new/Mojo-RabbitMQ-Client-0.0.7/minil.toml
--- old/Mojo-RabbitMQ-Client-0.0.6/minil.toml 2016-11-24 01:49:27.000000000
+0100
+++ new/Mojo-RabbitMQ-Client-0.0.7/minil.toml 2016-12-02 21:52:18.000000000
+0100
@@ -1,5 +1,5 @@
name = "Mojo-RabbitMQ-Client"
license = 'artistic_2'
-badges = ["travis"]
+badges = ["travis","metacpan"]
module_maker="ModuleBuildTiny"
++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#description: |-
# override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
preamble: |-
# Net::AMQP only supports 64 bit:
https://rt.cpan.org/Public/Bug/Display.html?id=87816
ExcludeArch: i586 armv7l ppc
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module