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.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.rubygem-delayed_job.new/rubygem-delayed_job.changes
2013-08-04 23:52:36.000000000 +0200
@@ -1,0 +2,12 @@
+Wed Jul 31 05:45:54 UTC 2013 - [email protected]
+
+- 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.000000000 +0200
+++ /var/tmp/diff_new_pack.cowF2V/_new 2013-08-04 23:52:37.000000000 +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: [email protected]
For additional commands, e-mail: [email protected]