Accepting request 1221835 from devel:languages:ruby:extensions
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1221835 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-delayed_job?expand=0&rev=21
This commit is contained in:
commit
a5a0d5048d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9861510f1ad86bd872cdc7edfd0c59f1a3efd93e26fe0272e58c3c49c5795d68
|
|
||||||
size 41472
|
|
3
delayed_job-4.1.12.gem
Normal file
3
delayed_job-4.1.12.gem
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1d56f041b3a79418e5330162cb10e690d50f0f0963f66dbd0cdc41e6fcb8d27f
|
||||||
|
size 41472
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 4 16:31:58 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>
|
||||||
|
|
||||||
|
- 4.1.12 - 2024-08-14
|
||||||
|
=======================
|
||||||
|
* Add missing require for extract_options
|
||||||
|
* Fix rails 7.2 ActiveSupport::ProxyObject deprecation
|
||||||
|
* Multiple contributors on current and legacy test suite improvements
|
||||||
|
|
||||||
|
4.1.12.rc1 - 2024-08-13
|
||||||
|
=======================
|
||||||
|
* Validating trusted publishing release
|
||||||
|
* Add missing require for extract_options
|
||||||
|
* Fix rails 7.2 ActiveSupport::ProxyObject deprecation
|
||||||
|
* Multiple contributors on current and legacy test suite improvements
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 10 13:02:36 UTC 2022 - Stephan Kulow <coolo@suse.com>
|
Mon Oct 10 13:02:36 UTC 2022 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package rubygem-delayed_job
|
# spec file for package rubygem-delayed_job
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -24,11 +24,10 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
Name: rubygem-delayed_job
|
Name: rubygem-delayed_job
|
||||||
Version: 4.1.11
|
Version: 4.1.12
|
||||||
Release: 0
|
Release: 0
|
||||||
%define mod_name delayed_job
|
%define mod_name delayed_job
|
||||||
%define mod_full_name %{mod_name}-%{version}
|
%define mod_full_name %{mod_name}-%{version}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: %{rubygem gem2rpm}
|
BuildRequires: %{rubygem gem2rpm}
|
||||||
BuildRequires: %{ruby}
|
BuildRequires: %{ruby}
|
||||||
BuildRequires: ruby-macros >= 5
|
BuildRequires: ruby-macros >= 5
|
||||||
@ -37,7 +36,6 @@ Source: https://rubygems.org/gems/%{mod_full_name}.gem
|
|||||||
Source1: gem2rpm.yml
|
Source1: gem2rpm.yml
|
||||||
Summary: Database-backed asynchronous priority queue system -- Extracted from
|
Summary: Database-backed asynchronous priority queue system -- Extracted from
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Ruby
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Delayed_job (or DJ) encapsulates the common pattern of asynchronously
|
Delayed_job (or DJ) encapsulates the common pattern of asynchronously
|
||||||
|
Loading…
x
Reference in New Issue
Block a user