- 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 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-delayed_job?expand=0&rev=11
This commit is contained in:
parent
e19231cdb7
commit
103f3b46f0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:23138272eeb0f1bae71977f8b5f2cb5ae7213e1dcea35c10d90ebec05d3464e1
|
||||
size 30720
|
3
delayed_job-4.0.0.gem
Normal file
3
delayed_job-4.0.0.gem
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:799e63e83afebd0a69c76caf9a153227f77670f47b5844b79106f5123b1bee42
|
||||
size 32768
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 31 05:45:54 UTC 2013 - coolo@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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 3 17:18:32 UTC 2013 - coolo@suse.com
|
||||
|
||||
|
@ -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 @@ Release: 0
|
||||
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 @@ Test::Unit or RSpec files, useful for developers.
|
||||
|
||||
%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
|
||||
|
Loading…
x
Reference in New Issue
Block a user