Hello community,
here is the log from the commit of package perl-Minion-Backend-SQLite for
openSUSE:Factory checked in at 2020-06-19 17:22:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Minion-Backend-SQLite (Old)
and /work/SRC/openSUSE:Factory/.perl-Minion-Backend-SQLite.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Minion-Backend-SQLite"
Fri Jun 19 17:22:26 2020 rev:5 rq:815594 version:5.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Minion-Backend-SQLite/perl-Minion-Backend-SQLite.changes
2019-08-09 16:55:01.917445002 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Minion-Backend-SQLite.new.3606/perl-Minion-Backend-SQLite.changes
2020-06-19 17:22:27.643730326 +0200
@@ -1,0 +2,13 @@
+Wed Jun 17 18:54:15 UTC 2020 - Tina Müller <[email protected]>
+
+- updated to 5.0.0
+ see /usr/share/doc/packages/perl-Minion-Backend-SQLite/Changes
+
+ v5.0.0 2020-06-17 01:22:45 EDT
+ - Minion requirement bumped to 10.03.
+ - Changed reset method to require options for what to reset and allow for
+ locks to be reset without resetting the whole queue.
+ - Added before options to list_jobs and list_workers methods to support
+ iterating jobs and workers.
+
+-------------------------------------------------------------------
Old:
----
Minion-Backend-SQLite-4.005.tar.gz
New:
----
Minion-Backend-SQLite-v5.0.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Minion-Backend-SQLite.spec ++++++
--- /var/tmp/diff_new_pack.piCjNZ/_old 2020-06-19 17:22:28.883733934 +0200
+++ /var/tmp/diff_new_pack.piCjNZ/_new 2020-06-19 17:22:28.883733934 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Minion-Backend-SQLite
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,26 +17,26 @@
Name: perl-Minion-Backend-SQLite
-Version: 4.005
+Version: 5.0.0
Release: 0
%define cpan_name Minion-Backend-SQLite
Summary: SQLite backend for Minion job queue
License: Artistic-2.0
Group: Development/Libraries/Perl
-Url: https://metacpan.org/release/%{cpan_name}
-Source0:
https://cpan.metacpan.org/authors/id/D/DB/DBOOK/%{cpan_name}-%{version}.tar.gz
+URL: https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/D/DB/DBOOK/%{cpan_name}-v%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
-BuildRequires: perl(Minion) >= 9.0
+BuildRequires: perl(Minion) >= 10.03
BuildRequires: perl(Module::Build::Tiny) >= 0.034
BuildRequires: perl(Module::Metadata)
BuildRequires: perl(Mojo::SQLite) >= 3.000
BuildRequires: perl(Mojolicious) >= 7.29
-BuildRequires: perl(Test::More) >= 0.88
-Requires: perl(Minion) >= 9.0
+BuildRequires: perl(Test::More) >= 0.96
+Requires: perl(Minion) >= 10.03
Requires: perl(Mojo::SQLite) >= 3.000
Requires: perl(Mojolicious) >= 7.29
%{perl_requires}
@@ -48,7 +48,7 @@
database will be created in a temporary directory.
%prep
-%setup -q -n %{cpan_name}-%{version}
+%setup -q -n %{cpan_name}-v%{version}
%build
perl Build.PL --installdirs=vendor