diff --git a/Minion-10.31.tar.gz b/Minion-10.31.tar.gz deleted file mode 100644 index 36c99c1..0000000 --- a/Minion-10.31.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3068f99033e69df08145b584a91ee224f4e97dc6242e102221e8220a3f28503b -size 1732406 diff --git a/Minion-11.0.tar.gz b/Minion-11.0.tar.gz new file mode 100644 index 0000000..9eb89d1 --- /dev/null +++ b/Minion-11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f84ef5ab2d6cb94b32efde8331553b925343a900707355d18205dc2a3dacf3ac +size 1741108 diff --git a/perl-Minion.changes b/perl-Minion.changes index 812ce3a..025fac1 100644 --- a/perl-Minion.changes +++ b/perl-Minion.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Aug 28 10:36:53 UTC 2025 - Tina Müller + +- updated to 11.0.0 (11.0) + see /usr/share/doc/packages/perl-Minion/Changes + + 11.0 2025-08-21 + - Minion::Backend::Pg now requires PostgreSQL 13. + - Removed experimetnal status from lax dependency support. + - Added support for task limits. + - Added Minion::Util module. + - Added spare remote control command, this allows workers to be paused again by combining jobs and spare. + - Fixed a problem where remote control commands would not immediately update the worker status. + ------------------------------------------------------------------- Sun Sep 22 05:31:36 UTC 2024 - Tina Müller diff --git a/perl-Minion.spec b/perl-Minion.spec index f84b805..66ede45 100644 --- a/perl-Minion.spec +++ b/perl-Minion.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Minion # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,10 +18,10 @@ %define cpan_name Minion Name: perl-Minion -Version: 10.310.0 +Version: 11.0.0 Release: 0 -# 10.31 -> normalize -> 10.310.0 -%define cpan_version 10.31 +# 11.0 -> normalize -> 11.0.0 +%define cpan_version 11.0 License: Artistic-2.0 Summary: Job queue URL: https://metacpan.org/release/%{cpan_name} @@ -32,9 +32,12 @@ BuildArch: noarch BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Mojolicious) >= 9.0 -BuildRequires: perl(YAML::XS) >= 0.67 +BuildRequires: perl(YAML::XS) >= 0.670 Requires: perl(Mojolicious) >= 9.0 -Requires: perl(YAML::XS) >= 0.67 +Requires: perl(YAML::XS) >= 0.670 +Provides: perl(LinkCheck) +Provides: perl(LinkCheck::Controller::Links) +Provides: perl(LinkCheck::Task::CheckLinks) Provides: perl(Minion) = %{version} Provides: perl(Minion::Backend) Provides: perl(Minion::Backend::Pg) @@ -43,6 +46,7 @@ Provides: perl(Minion::Command::minion::job) Provides: perl(Minion::Command::minion::worker) Provides: perl(Minion::Iterator) Provides: perl(Minion::Job) +Provides: perl(Minion::Util) Provides: perl(Minion::Worker) Provides: perl(Mojolicious::Plugin::Minion) Provides: perl(Mojolicious::Plugin::Minion::Admin) @@ -67,7 +71,7 @@ everything else you can imagine that's not super fast. Take a look at our excellent documentation in Minion::Guide! %prep -%autosetup -n %{cpan_name}-%{cpan_version} +%autosetup -n %{cpan_name}-%{cpan_version} -p1 find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644