Hello community,

here is the log from the commit of package perl-Minion for openSUSE:Factory 
checked in at 2016-01-28 17:24:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Minion (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Minion.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Minion"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Minion/perl-Minion.changes  2016-01-22 
01:09:53.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Minion.new/perl-Minion.changes     
2016-01-28 17:25:36.000000000 +0100
@@ -1,0 +2,9 @@
+Wed Jan 27 10:13:10 UTC 2016 - co...@suse.com
+
+- updated to 4.04
+   see /usr/share/doc/packages/perl-Minion/Changes
+
+  4.04  2016-01-23
+    - Updated Minion::Backend::Pg to use new Mojo::Pg features.
+
+-------------------------------------------------------------------

Old:
----
  Minion-4.03.tar.gz

New:
----
  Minion-4.04.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Minion.spec ++++++
--- /var/tmp/diff_new_pack.LHSaYF/_old  2016-01-28 17:25:37.000000000 +0100
+++ /var/tmp/diff_new_pack.LHSaYF/_new  2016-01-28 17:25:37.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Minion
-Version:        4.03
+Version:        4.04
 Release:        0
 %define cpan_name Minion
 Summary:        Job queue

++++++ Minion-4.03.tar.gz -> Minion-4.04.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Minion-4.03/Changes new/Minion-4.04/Changes
--- old/Minion-4.03/Changes     2016-01-17 17:52:03.000000000 +0100
+++ new/Minion-4.04/Changes     2016-01-23 04:33:42.000000000 +0100
@@ -1,4 +1,7 @@
 
+4.04  2016-01-23
+  - Updated Minion::Backend::Pg to use new Mojo::Pg features.
+
 4.03  2016-01-17
   - Removed an unused index from Minion::Backend::Pg.
   - Fixed a bug where the worker command would always watch the default queue.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Minion-4.03/META.json new/Minion-4.04/META.json
--- old/Minion-4.03/META.json   2016-01-17 23:33:08.000000000 +0100
+++ new/Minion-4.04/META.json   2016-01-23 04:38:50.000000000 +0100
@@ -54,5 +54,5 @@
       },
       "x_IRC" : "irc://irc.perl.org/#mojo"
    },
-   "version" : "4.03"
+   "version" : "4.04"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Minion-4.03/META.yml new/Minion-4.04/META.yml
--- old/Minion-4.03/META.yml    2016-01-17 23:33:08.000000000 +0100
+++ new/Minion-4.04/META.yml    2016-01-23 04:38:50.000000000 +0100
@@ -27,4 +27,4 @@
   homepage: http://mojolicious.org
   license: http://www.opensource.org/licenses/artistic-license-2.0
   repository: https://github.com/kraih/minion.git
-version: '4.03'
+version: '4.04'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Minion-4.03/lib/Minion/Backend/Pg.pm 
new/Minion-4.04/lib/Minion/Backend/Pg.pm
--- old/Minion-4.03/lib/Minion/Backend/Pg.pm    2016-01-17 23:30:50.000000000 
+0100
+++ new/Minion-4.04/lib/Minion/Backend/Pg.pm    2016-01-23 04:33:36.000000000 
+0100
@@ -74,9 +74,8 @@
 
 sub new {
   my $self = shift->SUPER::new(pg => Mojo::Pg->new(@_));
-  my $pg = $self->pg->max_connections(1);
+  my $pg = $self->pg->auto_migrate(1)->max_connections(1);
   $pg->migrations->name('minion')->from_data;
-  $pg->once(connection => sub { shift->migrations->migrate });
   return $self;
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Minion-4.03/lib/Minion.pm 
new/Minion-4.04/lib/Minion.pm
--- old/Minion-4.03/lib/Minion.pm       2016-01-06 19:48:29.000000000 +0100
+++ new/Minion-4.04/lib/Minion.pm       2016-01-22 22:30:56.000000000 +0100
@@ -16,7 +16,7 @@
 has remove_after  => 864000;
 has tasks         => sub { {} };
 
-our $VERSION = '4.03';
+our $VERSION = '4.04';
 
 sub add_task { ($_[0]->tasks->{$_[1]} = $_[2]) and return $_[0] }
 


Reply via email to