Hello community,
here is the log from the commit of package perl-TheSchwartz for
openSUSE:Factory checked in at 2019-10-21 12:29:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-TheSchwartz (Old)
and /work/SRC/openSUSE:Factory/.perl-TheSchwartz.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-TheSchwartz"
Mon Oct 21 12:29:52 2019 rev:3 rq:741226 version:1.14
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-TheSchwartz/perl-TheSchwartz.changes
2019-08-09 16:54:50.501447738 +0200
+++
/work/SRC/openSUSE:Factory/.perl-TheSchwartz.new.2352/perl-TheSchwartz.changes
2019-10-21 12:29:54.692063458 +0200
@@ -1,0 +2,10 @@
+Fri Oct 18 08:54:54 UTC 2019 - <[email protected]>
+
+- updated to 1.14
+ see /usr/share/doc/packages/perl-TheSchwartz/Changes
+
+ 1.14 2019-10-17T17:51:40Z
+
+ - Added missing prereq Class::Accessor::Fast as suggested by CPANTS.
GH#1 (@manwar++)
+
+-------------------------------------------------------------------
Old:
----
TheSchwartz-1.13.tar.gz
New:
----
TheSchwartz-1.14.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-TheSchwartz.spec ++++++
--- /var/tmp/diff_new_pack.YeOjHI/_old 2019-10-21 12:29:55.832064750 +0200
+++ /var/tmp/diff_new_pack.YeOjHI/_new 2019-10-21 12:29:55.844064764 +0200
@@ -17,7 +17,7 @@
Name: perl-TheSchwartz
-Version: 1.13
+Version: 1.14
Release: 0
%define cpan_name TheSchwartz
Summary: Reliable job queue
@@ -30,8 +30,10 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
+BuildRequires: perl(Class::Accessor::Fast)
BuildRequires: perl(Data::ObjectDriver) >= 0.04
BuildRequires: perl(Module::Build::Tiny) >= 0.035
+Requires: perl(Class::Accessor::Fast)
Requires: perl(Data::ObjectDriver) >= 0.04
%{perl_requires}
++++++ TheSchwartz-1.13.tar.gz -> TheSchwartz-1.14.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/TheSchwartz-1.13/Changes new/TheSchwartz-1.14/Changes
--- old/TheSchwartz-1.13/Changes 2019-08-07 18:28:35.000000000 +0200
+++ new/TheSchwartz-1.14/Changes 2019-10-17 19:52:06.000000000 +0200
@@ -1,3 +1,7 @@
+1.14 2019-10-17T17:51:40Z
+
+ - Added missing prereq Class::Accessor::Fast as suggested by CPANTS. GH#1
(@manwar++)
+
1.13 2019-08-07T16:28:14Z
- the module maintainer has been changed to Takumi Akiyama (AKIYM)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/TheSchwartz-1.13/META.json
new/TheSchwartz-1.14/META.json
--- old/TheSchwartz-1.13/META.json 2019-08-07 18:28:35.000000000 +0200
+++ new/TheSchwartz-1.14/META.json 2019-10-17 19:52:06.000000000 +0200
@@ -42,6 +42,7 @@
},
"runtime" : {
"requires" : {
+ "Class::Accessor::Fast" : "0",
"Data::ObjectDriver" : "0.04",
"Digest::MD5" : "0",
"Storable" : "0",
@@ -57,7 +58,7 @@
"provides" : {
"TheSchwartz" : {
"file" : "lib/TheSchwartz.pm",
- "version" : "1.13"
+ "version" : "1.14"
},
"TheSchwartz::Error" : {
"file" : "lib/TheSchwartz/Error.pm"
@@ -89,13 +90,14 @@
"web" : "https://github.com/akiym/TheSchwartz"
}
},
- "version" : "1.13",
+ "version" : "1.14",
"x_authority" : "cpan:AKIYM",
"x_contributors" : [
"Akira Sawada <[email protected]>",
"Brad Fitzpatrick <[email protected]>",
"Jeff Fearn <[email protected]>",
"Jeff Fearn <[email protected]>",
+ "Mohammad S Anwar <[email protected]>",
"Six Apart Ltd. <[email protected]>",
"Takumi Akiyama <[email protected]>"
],
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/TheSchwartz-1.13/META.yml
new/TheSchwartz-1.14/META.yml
--- old/TheSchwartz-1.13/META.yml 2019-08-07 18:28:35.000000000 +0200
+++ new/TheSchwartz-1.14/META.yml 2019-10-17 19:52:06.000000000 +0200
@@ -26,7 +26,7 @@
provides:
TheSchwartz:
file: lib/TheSchwartz.pm
- version: '1.13'
+ version: '1.14'
TheSchwartz::Error:
file: lib/TheSchwartz/Error.pm
TheSchwartz::ExitStatus:
@@ -40,6 +40,7 @@
TheSchwartz::Worker:
file: lib/TheSchwartz/Worker.pm
requires:
+ Class::Accessor::Fast: '0'
Data::ObjectDriver: '0.04'
Digest::MD5: '0'
Storable: '0'
@@ -48,13 +49,14 @@
bugtracker: https://github.com/akiym/TheSchwartz/issues
homepage: https://github.com/akiym/TheSchwartz
repository: git://github.com/akiym/TheSchwartz.git
-version: '1.13'
+version: '1.14'
x_authority: cpan:AKIYM
x_contributors:
- 'Akira Sawada <[email protected]>'
- 'Brad Fitzpatrick <[email protected]>'
- 'Jeff Fearn <[email protected]>'
- 'Jeff Fearn <[email protected]>'
+ - 'Mohammad S Anwar <[email protected]>'
- 'Six Apart Ltd. <[email protected]>'
- 'Takumi Akiyama <[email protected]>'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/TheSchwartz-1.13/cpanfile
new/TheSchwartz-1.14/cpanfile
--- old/TheSchwartz-1.13/cpanfile 2019-08-07 18:28:35.000000000 +0200
+++ new/TheSchwartz-1.14/cpanfile 2019-10-17 19:52:06.000000000 +0200
@@ -1,6 +1,7 @@
requires 'Data::ObjectDriver', '0.04';
requires 'Digest::MD5';
requires 'Storable';
+requires 'Class::Accessor::Fast';
on test => sub {
requires 'Test::More';
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/TheSchwartz-1.13/lib/TheSchwartz.pm
new/TheSchwartz-1.14/lib/TheSchwartz.pm
--- old/TheSchwartz-1.13/lib/TheSchwartz.pm 2019-08-07 18:28:35.000000000
+0200
+++ new/TheSchwartz-1.14/lib/TheSchwartz.pm 2019-10-17 19:52:06.000000000
+0200
@@ -6,7 +6,7 @@
use fields
qw( databases retry_seconds dead_dsns retry_at funcmap_cache verbose
all_abilities current_abilities current_job cached_drivers
driver_cache_expiration scoreboard prioritize floor batch_size
strict_remove_ability);
-our $VERSION = "1.13";
+our $VERSION = "1.14";
use Carp qw( croak );
use Data::ObjectDriver::Errors;