diff --git a/Minion-Backend-SQLite-4.005.tar.gz b/Minion-Backend-SQLite-4.005.tar.gz deleted file mode 100644 index d41f937..0000000 --- a/Minion-Backend-SQLite-4.005.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:81198283a1c883291c64f59e0aa686f19d70740b39a5a2185b1cdf6df0eb328b -size 36062 diff --git a/Minion-Backend-SQLite-v5.0.0.tar.gz b/Minion-Backend-SQLite-v5.0.0.tar.gz new file mode 100644 index 0000000..8f33eff --- /dev/null +++ b/Minion-Backend-SQLite-v5.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc67ddc3af0bdcc8ecea41fddd224c56a5fa3cba33cf4b484634a35112ce3f29 +size 34993 diff --git a/perl-Minion-Backend-SQLite.changes b/perl-Minion-Backend-SQLite.changes index c82dfd1..5746315 100644 --- a/perl-Minion-Backend-SQLite.changes +++ b/perl-Minion-Backend-SQLite.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Jun 17 18:54:15 UTC 2020 - Tina Müller + +- 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. + ------------------------------------------------------------------- Tue Aug 6 05:14:29 UTC 2019 - Stephan Kulow diff --git a/perl-Minion-Backend-SQLite.spec b/perl-Minion-Backend-SQLite.spec index b6d6444..186f9c6 100644 --- a/perl-Minion-Backend-SQLite.spec +++ b/perl-Minion-Backend-SQLite.spec @@ -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 @@ named 'minion'. If no connection string or ':temp:' is provided, the 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