commit rubygem-delayed_job for openSUSE:Factory

2020-03-07 Thread root
Hello community,

here is the log from the commit of package rubygem-delayed_job for 
openSUSE:Factory checked in at 2020-03-07 21:37:46

Comparing /work/SRC/openSUSE:Factory/rubygem-delayed_job (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-delayed_job.new.26092 (New)


Package is "rubygem-delayed_job"

Sat Mar  7 21:37:46 2020 rev:17 rq:773751 version:4.1.8

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-delayed_job/rubygem-delayed_job.changes  
2019-07-22 12:20:40.571659868 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-delayed_job.new.26092/rubygem-delayed_job.changes
   2020-03-07 21:37:49.460255368 +0100
@@ -1,0 +2,10 @@
+Mon Feb 10 14:27:02 UTC 2020 - Stephan Kulow 
+
+- updated to version 4.1.8
+ see installed CHANGELOG.md
+
+  4.1.8 - 2019-08-16
+  =
+  * Support for Rails 6.0.0
+
+---

Old:

  delayed_job-4.1.7.gem

New:

  delayed_job-4.1.8.gem



Other differences:
--
++ rubygem-delayed_job.spec ++
--- /var/tmp/diff_new_pack.2Ai7Rd/_old  2020-03-07 21:37:49.872255646 +0100
+++ /var/tmp/diff_new_pack.2Ai7Rd/_new  2020-03-07 21:37:49.876255649 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-delayed_job
 #
-# 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
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-delayed_job
-Version:4.1.7
+Version:4.1.8
 Release:0
 %define mod_name delayed_job
 %define mod_full_name %{mod_name}-%{version}
@@ -32,7 +32,7 @@
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  %{ruby}
 BuildRequires:  ruby-macros >= 5
-Url:http://github.com/collectiveidea/delayed_job
+URL:http://github.com/collectiveidea/delayed_job
 Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:Database-backed asynchronous priority queue system -- 
Extracted from

++ delayed_job-4.1.7.gem -> delayed_job-4.1.8.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2019-06-20 19:23:23.0 +0200
+++ new/CHANGELOG.md2019-08-16 23:09:59.0 +0200
@@ -1,3 +1,7 @@
+4.1.8 - 2019-08-16
+=
+* Support for Rails 6.0.0
+
 4.1.7 - 2019-06-20
 =
 * Fix loading Delayed::PerformableMailer when ActionMailer isn't loaded yet
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2019-06-20 19:23:23.0 +0200
+++ new/README.md   2019-08-16 23:09:59.0 +0200
@@ -1,7 +1,7 @@
 **If you're viewing this at https://github.com/collectiveidea/delayed_job,
 you're reading the documentation for the master branch.
 [View documentation for the latest release
-(4.1.7).](https://github.com/collectiveidea/delayed_job/tree/v4.1.7)**
+(4.1.8).](https://github.com/collectiveidea/delayed_job/tree/v4.1.8)**
 
 Delayed::Job
 
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/delayed_job.gemspec new/delayed_job.gemspec
--- old/delayed_job.gemspec 2019-06-20 19:23:23.0 +0200
+++ new/delayed_job.gemspec 2019-08-16 23:09:59.0 +0200
@@ -1,7 +1,7 @@
 # -*- encoding: utf-8 -*-
 
 Gem::Specification.new do |spec|
-  spec.add_dependency 'activesupport', ['>= 3.0', '< 5.3']
+  spec.add_dependency 'activesupport', ['>= 3.0', '< 6.1']
   spec.authors= ['Brandon Keepers', 'Brian Ryckbost', 'Chris Gaffney', 
'David Genord II', 'Erik Michaels-Ober', 'Matt Griffin', 'Steve Richert', 
'Tobias Lütke']
   spec.description= '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.'
   spec.email  = ['br...@collectiveidea.com']
@@ -13,5 +13,5 @@
   spec.require_paths  = ['lib']
   spec.summary= 'Database-backed asynchronous priority queue system -- 
Extracted from Shopify'
   spec.test_files = Dir.glob('spec/**/*')
-  spec.version= '4.1.7'
+  spec.version= '4.1.8'
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/delayed/backend/base.rb 
new/lib/delayed/backend/base.rb
--- old/lib/delayed/backend/base.rb 2019-06-20 19:23:23.0 +0200
+++ 

commit rubygem-delayed_job for openSUSE:Factory

2019-07-22 Thread root
Hello community,

here is the log from the commit of package rubygem-delayed_job for 
openSUSE:Factory checked in at 2019-07-22 12:20:39

Comparing /work/SRC/openSUSE:Factory/rubygem-delayed_job (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-delayed_job.new.4126 (New)


Package is "rubygem-delayed_job"

Mon Jul 22 12:20:39 2019 rev:16 rq:717290 version:4.1.7

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-delayed_job/rubygem-delayed_job.changes  
2018-07-18 22:49:03.551931898 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-delayed_job.new.4126/rubygem-delayed_job.changes
2019-07-22 12:20:40.571659868 +0200
@@ -1,0 +2,17 @@
+Fri Jul 19 09:03:50 UTC 2019 - Stephan Kulow 
+
+- updated to version 4.1.7
+ see installed CHANGELOG.md
+
+  4.1.7 - 2019-06-20
+  =
+  * Fix loading Delayed::PerformableMailer when ActionMailer isn't loaded yet
+  
+  4.1.6 - 2019-06-19
+  =
+  * Properly initialize ActionMailer outside railties (#1077)
+  * Fix Psych load_tags support (#1093)
+  * Replace REMOVED with FAILED in log message (#1048)
+  * Misc doc updates (#1052, #1074, #1064, #1063)
+
+---

Old:

  delayed_job-4.1.5.gem

New:

  delayed_job-4.1.7.gem



Other differences:
--
++ rubygem-delayed_job.spec ++
--- /var/tmp/diff_new_pack.YtTkAL/_old  2019-07-22 12:20:41.491659627 +0200
+++ /var/tmp/diff_new_pack.YtTkAL/_new  2019-07-22 12:20:41.491659627 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-delayed_job
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-delayed_job
-Version:4.1.5
+Version:4.1.7
 Release:0
 %define mod_name delayed_job
 %define mod_full_name %{mod_name}-%{version}

++ delayed_job-4.1.5.gem -> delayed_job-4.1.7.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2018-04-13 16:27:28.0 +0200
+++ new/CHANGELOG.md2019-06-20 19:23:23.0 +0200
@@ -1,3 +1,14 @@
+4.1.7 - 2019-06-20
+=
+* Fix loading Delayed::PerformableMailer when ActionMailer isn't loaded yet
+
+4.1.6 - 2019-06-19
+=
+* Properly initialize ActionMailer outside railties (#1077)
+* Fix Psych load_tags support (#1093)
+* Replace REMOVED with FAILED in log message (#1048)
+* Misc doc updates (#1052, #1074, #1064, #1063)
+
 4.1.5 - 2018-04-13
 =
 * Allow Rails 5.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2018-04-13 16:27:28.0 +0200
+++ new/README.md   2019-06-20 19:23:23.0 +0200
@@ -1,19 +1,17 @@
 **If you're viewing this at https://github.com/collectiveidea/delayed_job,
 you're reading the documentation for the master branch.
 [View documentation for the latest release
-(4.1.5).](https://github.com/collectiveidea/delayed_job/tree/v4.1.5)**
+(4.1.7).](https://github.com/collectiveidea/delayed_job/tree/v4.1.7)**
 
 Delayed::Job
 
-[![Gem Version](https://badge.fury.io/rb/delayed_job.png)][gem]
-[![Build 
Status](https://travis-ci.org/collectiveidea/delayed_job.png?branch=master)][travis]
-[![Dependency 
Status](https://gemnasium.com/collectiveidea/delayed_job.png?travis)][gemnasium]
-[![Code 
Climate](https://codeclimate.com/github/collectiveidea/delayed_job.png)][codeclimate]
-[![Coverage 
Status](https://coveralls.io/repos/collectiveidea/delayed_job/badge.png?branch=master)][coveralls]
+[![Gem Version](https://badge.fury.io/rb/delayed_job.svg)][gem]
+[![Build 
Status](https://travis-ci.org/collectiveidea/delayed_job.svg?branch=master)][travis]
+[![Code 
Climate](https://codeclimate.com/github/collectiveidea/delayed_job.svg)][codeclimate]
+[![Coverage 
Status](https://coveralls.io/repos/collectiveidea/delayed_job/badge.svg?branch=master)][coveralls]
 
 [gem]: https://rubygems.org/gems/delayed_job
 [travis]: https://travis-ci.org/collectiveidea/delayed_job
-[gemnasium]: https://gemnasium.com/collectiveidea/delayed_job
 [codeclimate]: https://codeclimate.com/github/collectiveidea/delayed_job
 [coveralls]: 

commit rubygem-delayed_job for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package rubygem-delayed_job for 
openSUSE:Factory checked in at 2018-07-18 22:48:58

Comparing /work/SRC/openSUSE:Factory/rubygem-delayed_job (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-delayed_job.new (New)


Package is "rubygem-delayed_job"

Wed Jul 18 22:48:58 2018 rev:15 rq:620994 version:4.1.5

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-delayed_job/rubygem-delayed_job.changes  
2018-02-12 10:13:31.105173528 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-delayed_job.new/rubygem-delayed_job.changes 
2018-07-18 22:49:03.551931898 +0200
@@ -1,0 +2,10 @@
+Fri Apr 13 17:30:48 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 4.1.5
+ see installed CHANGELOG.md
+
+  4.1.5 - 2018-04-13
+  =
+  * Allow Rails 5.2
+
+---

Old:

  delayed_job-4.1.4.gem

New:

  delayed_job-4.1.5.gem



Other differences:
--
++ rubygem-delayed_job.spec ++
--- /var/tmp/diff_new_pack.roO7Kb/_old  2018-07-18 22:49:04.243929604 +0200
+++ /var/tmp/diff_new_pack.roO7Kb/_new  2018-07-18 22:49:04.243929604 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-delayed_job
-Version:4.1.4
+Version:4.1.5
 Release:0
 %define mod_name delayed_job
 %define mod_full_name %{mod_name}-%{version}

++ delayed_job-4.1.4.gem -> delayed_job-4.1.5.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2017-12-29 19:25:22.0 +0100
+++ new/CHANGELOG.md2018-04-13 16:27:28.0 +0200
@@ -1,3 +1,7 @@
+4.1.5 - 2018-04-13
+=
+* Allow Rails 5.2
+
 4.1.4 - 2017-12-29
 =
 * Use `yaml_tag` instead of deprecated `yaml_as` (#996)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2017-12-29 19:25:22.0 +0100
+++ new/README.md   2018-04-13 16:27:28.0 +0200
@@ -1,7 +1,7 @@
 **If you're viewing this at https://github.com/collectiveidea/delayed_job,
 you're reading the documentation for the master branch.
 [View documentation for the latest release
-(4.1.4).](https://github.com/collectiveidea/delayed_job/tree/v4.1.4)**
+(4.1.5).](https://github.com/collectiveidea/delayed_job/tree/v4.1.5)**
 
 Delayed::Job
 
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/delayed_job.gemspec new/delayed_job.gemspec
--- old/delayed_job.gemspec 2017-12-29 19:25:22.0 +0100
+++ new/delayed_job.gemspec 2018-04-13 16:27:28.0 +0200
@@ -1,7 +1,7 @@
 # -*- encoding: utf-8 -*-
 
 Gem::Specification.new do |spec|
-  spec.add_dependency 'activesupport', ['>= 3.0', '< 5.2']
+  spec.add_dependency 'activesupport', ['>= 3.0', '< 5.3']
   spec.authors= ['Brandon Keepers', 'Brian Ryckbost', 'Chris Gaffney', 
'David Genord II', 'Erik Michaels-Ober', 'Matt Griffin', 'Steve Richert', 
'Tobias Lütke']
   spec.description= '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.'
   spec.email  = ['br...@collectiveidea.com']
@@ -13,5 +13,5 @@
   spec.require_paths  = ['lib']
   spec.summary= 'Database-backed asynchronous priority queue system -- 
Extracted from Shopify'
   spec.test_files = Dir.glob('spec/**/*')
-  spec.version= '4.1.4'
+  spec.version= '4.1.5'
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2017-12-29 19:25:22.0 +0100
+++ new/metadata2018-04-13 16:27:28.0 +0200
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: delayed_job
 version: !ruby/object:Gem::Version
-  version: 4.1.4
+  version: 4.1.5
 platform: ruby
 authors:
 - Brandon Keepers
@@ -15,7 +15,7 @@
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2017-12-29 00:00:00.0 Z
+date: 2018-04-13 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: activesupport
@@ -26,7 +26,7 @@
 version: '3.0'
 - - "<"
   - !ruby/object:Gem::Version
-version: '5.2'
+version: '5.3'
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
@@ -36,7 +36,7 @@
 version: '3.0'
 - - "<"
   - !ruby/object:Gem::Version
-version: '5.2'
+version: '5.3'
 

commit rubygem-delayed_job for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package rubygem-delayed_job for 
openSUSE:Factory checked in at 2018-02-12 10:13:26

Comparing /work/SRC/openSUSE:Factory/rubygem-delayed_job (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-delayed_job.new (New)


Package is "rubygem-delayed_job"

Mon Feb 12 10:13:26 2018 rev:14 rq:574044 version:4.1.4

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-delayed_job/rubygem-delayed_job.changes  
2017-06-02 10:34:03.185794599 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-delayed_job.new/rubygem-delayed_job.changes 
2018-02-12 10:13:31.105173528 +0100
@@ -1,0 +2,11 @@
+Tue Jan  9 07:25:59 UTC 2018 - co...@suse.com
+
+- updated to version 4.1.4
+ see installed CHANGELOG.md
+
+  4.1.4 - 2017-12-29
+  =
+  * Use `yaml_tag` instead of deprecated `yaml_as` (#996)
+  * Support ruby 2.5.0
+
+---

Old:

  delayed_job-4.1.3.gem

New:

  delayed_job-4.1.4.gem



Other differences:
--
++ rubygem-delayed_job.spec ++
--- /var/tmp/diff_new_pack.CG6W2U/_old  2018-02-12 10:13:31.809148160 +0100
+++ /var/tmp/diff_new_pack.CG6W2U/_new  2018-02-12 10:13:31.809148160 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-delayed_job
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-delayed_job
-Version:4.1.3
+Version:4.1.4
 Release:0
 %define mod_name delayed_job
 %define mod_full_name %{mod_name}-%{version}
@@ -33,7 +33,7 @@
 BuildRequires:  %{ruby}
 BuildRequires:  ruby-macros >= 5
 Url:http://github.com/collectiveidea/delayed_job
-Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:Database-backed asynchronous priority queue system -- 
Extracted from
 License:MIT

++ delayed_job-4.1.3.gem -> delayed_job-4.1.4.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2017-05-26 20:11:43.0 +0200
+++ new/CHANGELOG.md2017-12-29 19:25:22.0 +0100
@@ -1,3 +1,8 @@
+4.1.4 - 2017-12-29
+=
+* Use `yaml_tag` instead of deprecated `yaml_as` (#996)
+* Support ruby 2.5.0
+
 4.1.3 - 2017-05-26
 =
 * Don't mutate the options hash (#877)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2017-05-26 20:11:43.0 +0200
+++ new/README.md   2017-12-29 19:25:22.0 +0100
@@ -1,7 +1,7 @@
 **If you're viewing this at https://github.com/collectiveidea/delayed_job,
 you're reading the documentation for the master branch.
 [View documentation for the latest release
-(4.1.3).](https://github.com/collectiveidea/delayed_job/tree/v4.1.3)**
+(4.1.4).](https://github.com/collectiveidea/delayed_job/tree/v4.1.4)**
 
 Delayed::Job
 
@@ -222,7 +222,7 @@
 You can start processes to only work certain queues with the `queue` and 
`queues`
 options defined below. Processes started without specifying a queue will run 
jobs
 from **any** queue. To effectively have a process that runs jobs where a queue 
is not
-specified, set a default queue name with `Delayed::Worker.default_queue_name` 
and 
+specified, set a default queue name with `Delayed::Worker.default_queue_name` 
and
 have the processes run that queue.
 
 Running Jobs
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/delayed_job.gemspec new/delayed_job.gemspec
--- old/delayed_job.gemspec 2017-05-26 20:11:43.0 +0200
+++ new/delayed_job.gemspec 2017-12-29 19:25:22.0 +0100
@@ -13,5 +13,5 @@
   spec.require_paths  = ['lib']
   spec.summary= 'Database-backed asynchronous priority queue system -- 
Extracted from Shopify'
   spec.test_files = Dir.glob('spec/**/*')
-  spec.version= '4.1.3'
+  spec.version= '4.1.4'
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/delayed/psych_ext.rb new/lib/delayed/psych_ext.rb
--- old/lib/delayed/psych_ext.rb2017-05-26 20:11:43.0 +0200
+++ new/lib/delayed/psych_ext.rb2017-12-29 19:25:22.0 +0100
@@ -33,7 +33,7 @@
 case object.tag
 

commit rubygem-delayed_job for openSUSE:Factory

2017-06-02 Thread root
Hello community,

here is the log from the commit of package rubygem-delayed_job for 
openSUSE:Factory checked in at 2017-06-02 10:33:14

Comparing /work/SRC/openSUSE:Factory/rubygem-delayed_job (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-delayed_job.new (New)


Package is "rubygem-delayed_job"

Fri Jun  2 10:33:14 2017 rev:13 rq:499968 version:4.1.3

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-delayed_job/rubygem-delayed_job.changes  
2016-06-12 18:54:29.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-delayed_job.new/rubygem-delayed_job.changes 
2017-06-02 10:34:03.185794599 +0200
@@ -1,0 +2,15 @@
+Tue May 30 05:11:16 UTC 2017 - co...@suse.com
+
+- updated to version 4.1.3
+ see installed CHANGELOG.md
+
+  4.1.3 - 2017-05-26
+  =
+  * Don't mutate the options hash (#877)
+  * Log an error message when a deserialization error occurs (#894)
+  * Adding the queue name to the log output (#917)
+  * Don't include ClassMethods with MessageSending (#924)
+  * Fix YAML deserialization error if original object is soft-deleted (#947)
+  * Add support for Rails 5.1 (#982)
+
+---

Old:

  delayed_job-4.1.2.gem

New:

  delayed_job-4.1.3.gem



Other differences:
--
++ rubygem-delayed_job.spec ++
--- /var/tmp/diff_new_pack.3O1v03/_old  2017-06-02 10:34:03.709720571 +0200
+++ /var/tmp/diff_new_pack.3O1v03/_new  2017-06-02 10:34:03.713720006 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-delayed_job
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-delayed_job
-Version:4.1.2
+Version:4.1.3
 Release:0
 %define mod_name delayed_job
 %define mod_full_name %{mod_name}-%{version}

++ delayed_job-4.1.2.gem -> delayed_job-4.1.3.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2016-05-16 18:29:42.0 +0200
+++ new/CHANGELOG.md2017-05-26 20:11:43.0 +0200
@@ -1,4 +1,14 @@
+4.1.3 - 2017-05-26
+=
+* Don't mutate the options hash (#877)
+* Log an error message when a deserialization error occurs (#894)
+* Adding the queue name to the log output (#917)
+* Don't include ClassMethods with MessageSending (#924)
+* Fix YAML deserialization error if original object is soft-deleted (#947)
+* Add support for Rails 5.1 (#982)
+
 4.1.2 - 2016-05-16
+==
 * Added Delayed::Worker.queue_attributes
 * Limit what we require in ActiveSupport
 * Fix pid file creation when there is no tmp directory
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2016-05-16 18:29:42.0 +0200
+++ new/README.md   2017-05-26 20:11:43.0 +0200
@@ -1,7 +1,7 @@
 **If you're viewing this at https://github.com/collectiveidea/delayed_job,
 you're reading the documentation for the master branch.
 [View documentation for the latest release
-(4.1.2).](https://github.com/collectiveidea/delayed_job/tree/v4.1.2)**
+(4.1.3).](https://github.com/collectiveidea/delayed_job/tree/v4.1.3)**
 
 Delayed::Job
 
@@ -37,8 +37,7 @@
 
 Installation
 
-delayed_job 3.0.0 only supports Rails 3.0+. See the [2.0
-branch](https://github.com/collectiveidea/delayed_job/tree/v2.0) for Rails 2.
+delayed_job 3.0.0 only supports Rails 3.0+.
 
 delayed_job supports multiple backends for storing the job queue. [See the wiki
 for other 
backends](https://github.com/collectiveidea/delayed_job/wiki/Backends).
@@ -220,6 +219,12 @@
 object.delay(:queue => 'high_priority', priority: 0).method
 ```
 
+You can start processes to only work certain queues with the `queue` and 
`queues`
+options defined below. Processes started without specifying a queue will run 
jobs
+from **any** queue. To effectively have a process that runs jobs where a queue 
is not
+specified, set a default queue name with `Delayed::Worker.default_queue_name` 
and 
+have the processes run that queue.
+
 Running Jobs
 
 `script/delayed_job` can be used to manage a background process which will
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/delayed_job.gemspec new/delayed_job.gemspec
--- old/delayed_job.gemspec 2016-05-16 18:29:42.0 +0200
+++ 

commit rubygem-delayed_job for openSUSE:Factory

2016-06-12 Thread h_root
Hello community,

here is the log from the commit of package rubygem-delayed_job for 
openSUSE:Factory checked in at 2016-06-12 18:54:27

Comparing /work/SRC/openSUSE:Factory/rubygem-delayed_job (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-delayed_job.new (New)


Package is "rubygem-delayed_job"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-delayed_job/rubygem-delayed_job.changes  
2015-09-27 08:39:42.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-delayed_job.new/rubygem-delayed_job.changes 
2016-06-12 18:54:29.0 +0200
@@ -1,0 +2,12 @@
+Tue May 17 04:35:07 UTC 2016 - co...@suse.com
+
+- updated to version 4.1.2
+ see installed CHANGELOG.md
+
+  4.1.2 - 2016-05-16
+  * Added Delayed::Worker.queue_attributes
+  * Limit what we require in ActiveSupport
+  * Fix pid file creation when there is no tmp directory
+  * Rails 5 support
+
+---

Old:

  delayed_job-4.1.1.gem

New:

  delayed_job-4.1.2.gem



Other differences:
--
++ rubygem-delayed_job.spec ++
--- /var/tmp/diff_new_pack.t41Qn2/_old  2016-06-12 18:54:30.0 +0200
+++ /var/tmp/diff_new_pack.t41Qn2/_new  2016-06-12 18:54:30.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-delayed_job
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-delayed_job
-Version:4.1.1
+Version:4.1.2
 Release:0
 %define mod_name delayed_job
 %define mod_full_name %{mod_name}-%{version}

++ delayed_job-4.1.1.gem -> delayed_job-4.1.2.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2015-09-24 23:40:11.0 +0200
+++ new/CHANGELOG.md2016-05-16 18:29:42.0 +0200
@@ -1,3 +1,9 @@
+4.1.2 - 2016-05-16
+* Added Delayed::Worker.queue_attributes
+* Limit what we require in ActiveSupport
+* Fix pid file creation when there is no tmp directory
+* Rails 5 support
+
 4.1.1 - 2015-09-24
 ==
 * Fix shared specs for back-ends that reload objects
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2015-09-24 23:40:11.0 +0200
+++ new/README.md   2016-05-16 18:29:42.0 +0200
@@ -1,7 +1,7 @@
 **If you're viewing this at https://github.com/collectiveidea/delayed_job,
 you're reading the documentation for the master branch.
 [View documentation for the latest release
-(4.0.6).](https://github.com/collectiveidea/delayed_job/tree/v4.0.6)**
+(4.1.2).](https://github.com/collectiveidea/delayed_job/tree/v4.1.2)**
 
 Delayed::Job
 
@@ -205,6 +205,21 @@
 handle_asynchronously :tweet_later, :queue => 'tweets'
 ```
 
+You can configure default priorities for named queues:
+
+```ruby
+Delayed::Worker.queue_attributes = {
+  high_priority: { priority: -10 },
+  low_priority: { priority: 10 }
+}
+```
+
+Configured queue priorities can be overriden by passing priority to the delay 
method
+
+```ruby
+object.delay(:queue => 'high_priority', priority: 0).method
+```
+
 Running Jobs
 
 `script/delayed_job` can be used to manage a background process which will
@@ -425,6 +440,8 @@
 
 By default all jobs will be queued without a named queue. A default named 
queue can be specified by using `Delayed::Worker.default_queue_name`.
 
+If no jobs are found, the worker sleeps for the amount of time specified by 
the sleep delay option. Set `Delayed::Worker.sleep_delay = 60` for a 60 second 
sleep time.
+
 It is possible to disable delayed jobs for testing purposes. Set 
`Delayed::Worker.delay_jobs = false` to execute all jobs realtime.
 
 Or `Delayed::Worker.delay_jobs` can be a Proc that decides whether to execute 
jobs inline on a per-job basis:
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/delayed_job.gemspec new/delayed_job.gemspec
--- old/delayed_job.gemspec 2015-09-24 23:40:11.0 +0200
+++ new/delayed_job.gemspec 2016-05-16 18:29:42.0 +0200
@@ -1,15 +1,17 @@
+# -*- encoding: utf-8 -*-
+
 Gem::Specification.new do |spec|
-  spec.add_dependency 'activesupport', ['>= 3.0', '< 5.0']
+  spec.add_dependency 'activesupport', ['>= 3.0', '< 5.1']
   spec.authors= ['Brandon Keepers', 'Brian Ryckbost', 'Chris Gaffney', 
'David Genord II', 'Erik Michaels-Ober', 

commit rubygem-delayed_job for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package rubygem-delayed_job for 
openSUSE:Factory checked in at 2015-09-27 08:40:16

Comparing /work/SRC/openSUSE:Factory/rubygem-delayed_job (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-delayed_job.new (New)


Package is "rubygem-delayed_job"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-delayed_job/rubygem-delayed_job.changes  
2015-02-11 16:45:19.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-delayed_job.new/rubygem-delayed_job.changes 
2015-09-27 08:39:42.0 +0200
@@ -1,0 +2,26 @@
+Fri Sep 25 04:28:48 UTC 2015 - co...@suse.com
+
+- updated to version 4.1.1
+ see installed CHANGELOG.md
+
+  4.1.1 - 2015-09-24
+  ==
+  * Fix shared specs for back-ends that reload objects
+
+---
+Wed Sep 23 04:29:11 UTC 2015 - co...@suse.com
+
+- updated to version 4.1.0
+ see installed CHANGELOG.md
+
+  4.1.0 - 2015-09-22
+  ==
+  * Alter `Delayed::Command` to work with or without Rails
+  * Allow `Delayed::Worker.delay_jobs` configuration to be a proc
+  * Add ability to set destroy failed jobs on a per job basis
+  * Make `Delayed::Worker.new` idempotent
+  * Set quiet from the environment
+  * Rescue `Exception` instead of `StandardError` in worker
+  * Fix worker crash on serialization error
+
+---

Old:

  delayed_job-4.0.6.gem

New:

  delayed_job-4.1.1.gem



Other differences:
--
++ rubygem-delayed_job.spec ++
--- /var/tmp/diff_new_pack.uv6hMd/_old  2015-09-27 08:39:42.0 +0200
+++ /var/tmp/diff_new_pack.uv6hMd/_new  2015-09-27 08:39:42.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-delayed_job
-Version:4.0.6
+Version:4.1.1
 Release:0
 %define mod_name delayed_job
 %define mod_full_name %{mod_name}-%{version}

++ delayed_job-4.0.6.gem -> delayed_job-4.1.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2014-12-22 14:22:31.0 +0100
+++ new/CHANGELOG.md2015-09-24 23:40:11.0 +0200
@@ -1,3 +1,17 @@
+4.1.1 - 2015-09-24
+==
+* Fix shared specs for back-ends that reload objects
+
+4.1.0 - 2015-09-22
+==
+* Alter `Delayed::Command` to work with or without Rails
+* Allow `Delayed::Worker.delay_jobs` configuration to be a proc
+* Add ability to set destroy failed jobs on a per job basis
+* Make `Delayed::Worker.new` idempotent
+* Set quiet from the environment
+* Rescue `Exception` instead of `StandardError` in worker
+* Fix worker crash on serialization error
+
 4.0.6 - 2014-12-22
 ==
 * Revert removing test files from the gem
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2014-12-22 14:22:31.0 +0100
+++ new/README.md   2015-09-24 23:40:11.0 +0200
@@ -1,3 +1,8 @@
+**If you're viewing this at https://github.com/collectiveidea/delayed_job,
+you're reading the documentation for the master branch.
+[View documentation for the latest release
+(4.0.6).](https://github.com/collectiveidea/delayed_job/tree/v4.0.6)**
+
 Delayed::Job
 
 [![Gem Version](https://badge.fury.io/rb/delayed_job.png)][gem]
@@ -58,14 +63,30 @@
 rails generate delayed_job:active_record
 rake db:migrate
 
+For Rails 4.2, see [below](#rails-42)
+
 Development
 ===
 In development mode, if you are using Rails 3.1+, your application code will 
automatically reload every 100 jobs or when the queue finishes.
 You no longer need to restart Delayed Job every time you update your code in 
development.
 
-Rails 4
-===
-If you are using the protected_attributes gem, it must appear before 
delayed_job in your gemfile.
+Rails 4.2
+=
+Set the queue_adapter in config/application.rb
+
+```ruby
+config.active_job.queue_adapter = :delayed_job
+```
+
+See the [rails 
guide](http://guides.rubyonrails.org/active_job_basics.html#setting-the-backend)
 for more details.
+
+Rails 4.x
+=
+If you are using the protected_attributes gem, it must appear before 
delayed_job in your gemfile. If your jobs are failing with:
+
+ ActiveRecord::StatementInvalid: PG::NotNullViolation: ERROR:  null value 
in column "handler" violates not-null constraint
+
+then this is the fix you're looking for.
 
 Upgrading from 2.x to 3.0.0 on Active Record
 
@@ -103,9 +124,17 @@
 device.deliver
 ```
 
-handle_asynchronously can take as options anything you can pass to delay. In

commit rubygem-delayed_job for openSUSE:Factory

2015-02-11 Thread h_root
Hello community,

here is the log from the commit of package rubygem-delayed_job for 
openSUSE:Factory checked in at 2015-02-11 16:45:18

Comparing /work/SRC/openSUSE:Factory/rubygem-delayed_job (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-delayed_job.new (New)


Package is rubygem-delayed_job

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-delayed_job/rubygem-delayed_job.changes  
2014-10-14 07:11:41.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-delayed_job.new/rubygem-delayed_job.changes 
2015-02-11 16:45:19.0 +0100
@@ -1,0 +2,5 @@
+Tue Feb 10 17:36:32 UTC 2015 - co...@suse.com
+
+- updated to version 4.0.6
+
+---

Old:

  delayed_job-4.0.1.gem

New:

  delayed_job-4.0.6.gem
  gem2rpm.yml



Other differences:
--
++ rubygem-delayed_job.spec ++
--- /var/tmp/diff_new_pack.JkwF5V/_old  2015-02-11 16:45:21.0 +0100
+++ /var/tmp/diff_new_pack.JkwF5V/_new  2015-02-11 16:45:21.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-delayed_job
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -16,16 +16,25 @@
 #
 
 
+#
+# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
+# All sections marked as MANUAL, license headers, summaries and descriptions
+# can be maintained in that file. Please consult this file before editing any
+# of those fields
+#
+
 Name:   rubygem-delayed_job
-Version:4.0.1
+Version:4.0.6
 Release:0
 %define mod_name delayed_job
 %define mod_full_name %{mod_name}-%{version}
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{ruby}
 BuildRequires:  ruby-macros = 5
 Url:http://github.com/collectiveidea/delayed_job
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source1:gem2rpm.yml
 Summary:Database-backed asynchronous priority queue system -- 
Extracted from
 License:MIT
 Group:  Development/Languages/Ruby
@@ -35,14 +44,12 @@
 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.
 
-
 %prep
 
 %build
 
 %install
 %gem_install \
-  --symlink-binaries \
   --doc-files=CHANGELOG.md LICENSE.md README.md \
   -f
 

++ delayed_job-4.0.1.gem - delayed_job-4.0.6.gem ++
 3361 lines of diff (skipped)

++ gem2rpm.yml ++
# ---
# ## used by gem2rpm
# :summary: this is a custom summary
# ## used by gem2rpm
# :description: |-
#   this is a custom description
#
#   it can be multiline
# ## used by gem2rpm
# :license: MIT or Ruby
# ## used by gem2rpm and gem_packages
# :version_suffix: -x_y
# ## used by gem2rpm and gem_packages
# :disable_docs: true
# ## used by gem2rpm
# :disable_automatic_rdoc_dep: true
# ## used by gem2rpm
# :preamble: |-
#   BuildRequires: foobar
#   Requires: foobar
# ## used by gem2rpm
# :patches:
#   foo.patch: -p1
#   bar.patch: 
# ## used by gem2rpm
:sources:
# - foo.desktop
# - bar.desktop
# :gem_install_args: ''
# ## used by gem2rpm
# :pre_install: |-
#   %if 0%{?use_system_libev}
#   export USE_VENDORED_LIBEV=no
#   %endif
# ## used by gem2rpm
# :post_install: |-
#   # delete custom files here or do other fancy stuff
#   install -D -m 0644 %{S:1} %{buildroot}%{_bindir}/gem2rpm-opensuse
# ## used by gem2rpm
# :testsuite_command: |-
#   (pushd %{buildroot}%{gem_base}/gems/%{mod_full_name}  rake test)
# ## used by gem2rpm
# :filelist: |-
#   /usr/bin/gem2rpm-opensuse
# ## used by gem2rpm
# :scripts:
#   :post: |-
# /bin/echo foo
# ## used by gem_packages
# :main:
#   :preamble: |-
# Requires: util-linux
# Recommends: pwgen
#   :filelist: |-
# /usr/bin/gem2rpm-opensuse
# ## used by gem_packages
# :custom:
#   apache:
# :preamble: |-
#   Requires: .
# :filelist: |-
#   /etc/apache2/conf.d/passenger.conf
# :summary: Custom summary is optional
# :description: |-
#   Custom description is optional
#
#   bar
# :post: |-
#   /bin/echo foo
#
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-delayed_job for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-delayed_job for 
openSUSE:Factory checked in at 2014-10-14 07:11:05

Comparing /work/SRC/openSUSE:Factory/rubygem-delayed_job (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-delayed_job.new (New)


Package is rubygem-delayed_job

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-delayed_job/rubygem-delayed_job.changes  
2014-04-22 10:07:34.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-delayed_job.new/rubygem-delayed_job.changes 
2014-10-14 07:11:41.0 +0200
@@ -1,0 +2,5 @@
+Sun Oct 12 10:24:33 UTC 2014 - adr...@suse.de
+
+- adapt to new rubygem packaging style
+
+---



Other differences:
--
++ rubygem-delayed_job.spec ++
--- /var/tmp/diff_new_pack.HdMHcI/_old  2014-10-14 07:11:42.0 +0200
+++ /var/tmp/diff_new_pack.HdMHcI/_new  2014-10-14 07:11:42.0 +0200
@@ -23,7 +23,7 @@
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 3
+BuildRequires:  ruby-macros = 5
 Url:http://github.com/collectiveidea/delayed_job
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Database-backed asynchronous priority queue system -- 
Extracted from
@@ -35,51 +35,17 @@
 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.
 
-%package doc
-Summary:RDoc documentation for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description doc
-Documentation generated at gem installation time.
-Usually in RDoc and RI formats.
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
 
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{gem_base}/gems/%{mod_full_name}/CHANGELOG.md 
%buildroot/%{_docdir}/%{name}/CHANGELOG.md
-ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE.md 
%buildroot/%{_docdir}/%{name}/LICENSE.md
-ln -s %{gem_base}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{gem_base}/cache/%{mod_full_name}.gem
-%{gem_base}/gems/%{mod_full_name}/
-%exclude %{gem_base}/gems/%{mod_full_name}/spec
-%{gem_base}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{gem_base}/doc
-
-%files testsuite
-%defattr(-,root,root,-)
-%{gem_base}/gems/%{mod_full_name}/spec
+%gem_install \
+  --symlink-binaries \
+  --doc-files=CHANGELOG.md LICENSE.md README.md \
+  -f
+
+%gem_packages
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-delayed_job for openSUSE:Factory

2014-04-22 Thread h_root
Hello community,

here is the log from the commit of package rubygem-delayed_job for 
openSUSE:Factory checked in at 2014-04-22 10:07:33

Comparing /work/SRC/openSUSE:Factory/rubygem-delayed_job (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-delayed_job.new (New)


Package is rubygem-delayed_job

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-delayed_job/rubygem-delayed_job.changes  
2013-08-04 23:52:36.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-delayed_job.new/rubygem-delayed_job.changes 
2014-04-22 10:07:34.0 +0200
@@ -1,0 +2,8 @@
+Mon Apr 21 16:05:53 UTC 2014 - co...@suse.com
+
+- updated to version 4.0.1
+ * Update gemspec for Rails 4.1
+ * Make logger calls more universal
+ * Check that records are persisted? instead of new_record?
+
+---

Old:

  delayed_job-4.0.0.gem

New:

  delayed_job-4.0.1.gem



Other differences:
--
++ rubygem-delayed_job.spec ++
--- /var/tmp/diff_new_pack.lHJDqI/_old  2014-04-22 10:07:35.0 +0200
+++ /var/tmp/diff_new_pack.lHJDqI/_new  2014-04-22 10:07:35.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-delayed_job
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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,13 +17,13 @@
 
 
 Name:   rubygem-delayed_job
-Version:4.0.0
+Version:4.0.1
 Release:0
 %define mod_name delayed_job
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 1
+BuildRequires:  ruby-macros = 3
 Url:http://github.com/collectiveidea/delayed_job
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Database-backed asynchronous priority queue system -- 
Extracted from
@@ -62,24 +62,24 @@
 %install
 %gem_install -f
 mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/CHANGELOG.md 
%buildroot/%{_docdir}/%{name}/CHANGELOG.md
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE.md 
%buildroot/%{_docdir}/%{name}/LICENSE.md
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
+ln -s %{gem_base}/gems/%{mod_full_name}/CHANGELOG.md 
%buildroot/%{_docdir}/%{name}/CHANGELOG.md
+ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE.md 
%buildroot/%{_docdir}/%{name}/LICENSE.md
+ln -s %{gem_base}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
 
 %files
 %defattr(-,root,root,-)
 %{_docdir}/%{name}
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
-%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
+%{gem_base}/cache/%{mod_full_name}.gem
+%{gem_base}/gems/%{mod_full_name}/
+%exclude %{gem_base}/gems/%{mod_full_name}/spec
+%{gem_base}/specifications/%{mod_full_name}.gemspec
 
 %files doc
 %defattr(-,root,root,-)
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
+%doc %{gem_base}/doc
 
 %files testsuite
 %defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec
+%{gem_base}/gems/%{mod_full_name}/spec
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-delayed_job for openSUSE:Factory

2013-08-04 Thread h_root
Hello community,

here is the log from the commit of package rubygem-delayed_job for 
openSUSE:Factory checked in at 2013-08-04 20:41:33

Comparing /work/SRC/openSUSE:Factory/rubygem-delayed_job (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-delayed_job.new (New)


Package is rubygem-delayed_job

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-delayed_job/rubygem-delayed_job.changes  
2013-03-08 11:20:50.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-delayed_job.new/rubygem-delayed_job.changes 
2013-08-04 23:52:36.0 +0200
@@ -1,0 +2,12 @@
+Wed Jul 31 05:45:54 UTC 2013 - co...@suse.com
+
+- updated to version 4.0.0
+ * Rails 4 compatibility
+ * Reverted threaded startup due to daemons incompatibilities
+ * Attempt to recover from job reservation errors
+ * Rails 4 compatibility
+ * Threaded startup script for faster multi-worker startup
+ * YAML compatibility changes
+ * Added jobs:check rake task
+
+---

Old:

  delayed_job-3.0.5.gem

New:

  delayed_job-4.0.0.gem



Other differences:
--
++ rubygem-delayed_job.spec ++
--- /var/tmp/diff_new_pack.cowF2V/_old  2013-08-04 23:52:37.0 +0200
+++ /var/tmp/diff_new_pack.cowF2V/_new  2013-08-04 23:52:37.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-delayed_job
-Version:3.0.5
+Version:4.0.0
 Release:0
 %define mod_name delayed_job
 %define mod_full_name %{mod_name}-%{version}
@@ -25,7 +25,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros = 1
 Url:http://github.com/collectiveidea/delayed_job
-Source: %{mod_full_name}.gem
+Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Database-backed asynchronous priority queue system -- 
Extracted from
 License:MIT
 Group:  Development/Languages/Ruby
@@ -61,9 +61,14 @@
 
 %install
 %gem_install -f
+mkdir -p %{buildroot}%{_docdir}/%{name}
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/CHANGELOG.md 
%buildroot/%{_docdir}/%{name}/CHANGELOG.md
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE.md 
%buildroot/%{_docdir}/%{name}/LICENSE.md
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
 
 %files
 %defattr(-,root,root,-)
+%{_docdir}/%{name}
 %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
 %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
 %exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-delayed_job for openSUSE:Factory

2013-03-08 Thread h_root
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 mrueck...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-delayed_job/rubygem-delayed_job.changes  
2012-11-20 13:10:59.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-delayed_job.new/rubygem-delayed_job.changes 
2013-03-08 10:58:13.0 +0100
@@ -1,0 +2,9 @@
+Sun Feb  3 17:18:32 UTC 2013 - co...@suse.com
+
+- 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.0 +0100
+++ /var/tmp/diff_new_pack.QpSHsR/_new  2013-03-08 10:58:15.0 +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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-delayed_job for openSUSE:Factory

2012-11-20 Thread h_root
Hello community,

here is the log from the commit of package rubygem-delayed_job for 
openSUSE:Factory checked in at 2012-11-20 13:10:57

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 mrueck...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-delayed_job/rubygem-delayed_job.changes  
2012-08-12 15:28:59.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-delayed_job.new/rubygem-delayed_job.changes 
2012-11-20 13:10:59.0 +0100
@@ -1,0 +2,5 @@
+Mon Nov 12 12:20:42 UTC 2012 - co...@suse.com
+
+- updated to version 3.0.4, no changelog
+
+---

Old:

  delayed_job-3.0.3.gem

New:

  delayed_job-3.0.4.gem



Other differences:
--
++ rubygem-delayed_job.spec ++
--- /var/tmp/diff_new_pack.duuVRR/_old  2012-11-20 13:11:00.0 +0100
+++ /var/tmp/diff_new_pack.duuVRR/_new  2012-11-20 13:11:00.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-delayed_job
-Version:3.0.3
+Version:3.0.4
 Release:0
 %define mod_name delayed_job
 %define mod_full_name %{mod_name}-%{version}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org