Hello community, here is the log from the commit of package rubygem-delayed_job for openSUSE:Factory checked in at 2013-03-08 10:58:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-delayed_job (Old) and /work/SRC/openSUSE:Factory/.rubygem-delayed_job.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-delayed_job", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-delayed_job/rubygem-delayed_job.changes 2012-11-20 13:10:59.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.rubygem-delayed_job.new/rubygem-delayed_job.changes 2013-03-08 10:58:13.000000000 +0100 @@ -1,0 +2,9 @@ +Sun Feb 3 17:18:32 UTC 2013 - [email protected] + +- updated to version 3.0.5 + * Better job timeout error logging + * psych support for delayed_job_data_mapper deserialization + * User can configure the worker to raise a SignalException on TERM and/or INT + * Add the ability to run all available jobs and exit when complete + +------------------------------------------------------------------- Old: ---- delayed_job-3.0.4.gem New: ---- delayed_job-3.0.5.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-delayed_job.spec ++++++ --- /var/tmp/diff_new_pack.QpSHsR/_old 2013-03-08 10:58:15.000000000 +0100 +++ /var/tmp/diff_new_pack.QpSHsR/_new 2013-03-08 10:58:15.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package rubygem-delayed_job # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products 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,14 +17,13 @@ Name: rubygem-delayed_job -Version: 3.0.4 +Version: 3.0.5 Release: 0 %define mod_name delayed_job %define mod_full_name %{mod_name}-%{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: ruby-macros >= 1 -BuildRequires: rubygem(rdoc) > 3.10 Url: http://github.com/collectiveidea/delayed_job Source: %{mod_full_name}.gem Summary: Database-backed asynchronous priority queue system -- Extracted from @@ -35,8 +34,6 @@ Delayed_job (or DJ) encapsulates the common pattern of asynchronously executing longer tasks in the background. It is a direct extraction from Shopify where the job table is responsible for a multitude of core tasks. -This gem is collectiveidea's fork -(http://github.com/collectiveidea/delayed_job). %package doc Summary: RDoc documentation for %{mod_name} -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
