Hello community, here is the log from the commit of package perl-Minion for openSUSE:Leap:15.2 checked in at 2020-02-26 16:59:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/perl-Minion (Old) and /work/SRC/openSUSE:Leap:15.2/.perl-Minion.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Minion" Wed Feb 26 16:59:12 2020 rev:44 rq:779112 version:10.04 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/perl-Minion/perl-Minion.changes 2020-01-15 15:41:47.139198345 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.perl-Minion.new.26092/perl-Minion.changes 2020-02-26 16:59:14.206853161 +0100 @@ -1,0 +2,103 @@ +Fri Jan 31 03:12:57 UTC 2020 - <[email protected]> + +- updated to 10.04 + see /usr/share/doc/packages/perl-Minion/Changes + + 10.04 2020-01-30 + - Added EXPERIMENTAL total method to Minion::Iterator. + + 10.03 2020-01-29 + - Added EXPERIMENTAL Minion::Iterator module. + - Added EXPERIMENTAL jobs and workers methods to Minion. + - Added EXPERIMENTAL before options to list_jobs and list_workers methods in + Minion::Backend and Minion::Backend::Pg. + +------------------------------------------------------------------- +Sat Dec 21 03:09:18 UTC 2019 - <[email protected]> + +- updated to 10.02 + see /usr/share/doc/packages/perl-Minion/Changes + + 10.02 2019-12-20 + - Fixed QUIT signal in Minion::Worker. + - Fixed stop remote control command. + - Fixed a problem where Minion::Worker was unable to deal with immediately + restarted jobs. + +------------------------------------------------------------------- +Tue Dec 17 03:11:23 UTC 2019 - <[email protected]> + +- updated to 10.01 + see /usr/share/doc/packages/perl-Minion/Changes + + 10.01 2019-12-16 + - Fixed an unlock concurrency issue in Minion::Backend::Pg. + +------------------------------------------------------------------- +Tue Nov 19 08:36:52 UTC 2019 - <[email protected]> + +- updated to 10.0 + see /usr/share/doc/packages/perl-Minion/Changes + + 10.0 2019-11-15 + - Removed PostgreSQL migrations older than 2 years, that means you need to + have Minion version 7.01 or newer installed before you can upgrade to + version 10.0. + - Removed experimental status from result_p method in Minion. + - Removed experimental status from history method in Minion and + Minion::Backend::Pg. + - Removed experimental status from delayed_jobs and enqueued_jobs fields from + stats methods in Minion and Minion::Backend::Pg. + - Removed experimental status from cleanup and finish events in Minion::Job. + - Changed reset method in Minion and Minion::Backend::Pg to require options + for what to reset. + - Improved reset method in Minion and Minion::Backend::Pg to allow for locks + to be reset without resetting the whole queue. + - Improved performance by making the minion_workers table unlogged. + +------------------------------------------------------------------- +Fri Aug 30 07:46:47 UTC 2019 - <[email protected]> + +- updated to 9.13 + see /usr/share/doc/packages/perl-Minion/Changes + + 9.13 2019-08-29 + - Added EXPERIMENTAL cleanup event to Minion::Job. + +------------------------------------------------------------------- +Tue Aug 6 05:14:10 UTC 2019 - Stephan Kulow <[email protected]> + +- updated to 9.12 + see /usr/share/doc/packages/perl-Minion/Changes + + 9.12 2019-08-04 + - Added EXPERIMENTAL notes option to list_jobs method in Minion::Backend and + Minion::Backend::Pg. + - Added -n option to job command. + - Improved note methods in Minion::Job, Minion::Backend and + Minion::Backend::Pg to allow for fields to be removed. + +------------------------------------------------------------------- +Tue Jul 16 09:43:00 UTC 2019 - Stephan Kulow <[email protected]> + +- updated to 9.11 + see /usr/share/doc/packages/perl-Minion/Changes + + 9.11 2019-07-08 + - Added time field to list_jobs method in Minion::Backend::Pg. + - Added time field to info method in Minion::Job. + - Improved admin ui to show the current runtime for every job, as well as the + current delay for delayed jobs. + - Improved Minion::Backend::Pg to ignore missing workers for jobs in the + minion_foreground named queue and make debugging very slow jobs easier. + +------------------------------------------------------------------- +Tue May 14 05:14:28 UTC 2019 - Stephan Kulow <[email protected]> + +- updated to 9.10 + see /usr/share/doc/packages/perl-Minion/Changes + + 9.10 2019-05-09 + - Fixed a few query parameter bugs in the admin ui. (fskale, sri) + +------------------------------------------------------------------- Old: ---- Minion-9.09.tar.gz New: ---- Minion-10.04.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Minion.spec ++++++ --- /var/tmp/diff_new_pack.hJKPvE/_old 2020-02-26 16:59:14.610853959 +0100 +++ /var/tmp/diff_new_pack.hJKPvE/_new 2020-02-26 16:59:14.610853959 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-Minion # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: perl-Minion -Version: 9.09 +Version: 10.04 Release: 0 %define cpan_name Minion Summary: Job queue @@ -30,8 +30,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Mojolicious) >= 8.12 -Requires: perl(Mojolicious) >= 8.12 +BuildRequires: perl(Mojolicious) >= 8.27 +Requires: perl(Mojolicious) >= 8.27 %{perl_requires} %description @@ -51,7 +51,7 @@ %prep %setup -q -n %{cpan_name}-%{version} -find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 +find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build perl Makefile.PL INSTALLDIRS=vendor ++++++ Minion-9.09.tar.gz -> Minion-10.04.tar.gz ++++++ ++++ 2238 lines of diff (skipped)
