Accepting request 977370 from devel:languages:ruby:extensions

OBS-URL: https://build.opensuse.org/request/show/977370
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-concurrent-ruby?expand=0&rev=14
This commit is contained in:
Dominique Leuenberger 2022-05-17 15:23:32 +00:00 committed by Git OBS Bridge
commit accd841794
4 changed files with 21 additions and 6 deletions

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:244cb1ca0d91ec2c15ca2209507c39fb163336994428e16fbd3f465c87bd8e68
size 360448

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0ec0846d991c38f355b4228ad8ea77aa69c3fdaa320cd574dafedc10c4688a5b
size 358400

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sun May 15 15:28:32 UTC 2022 - Manuel Schnitzer <mschnitzer@suse.com>
- updated to version 1.1.10
* (#951) Set the Ruby compatibility version at 2.2
* (#939, #933) The `caller_runs` fallback policy no longer blocks reads from the job queue by worker threads
* (#938, #761, #652) You can now explicitly `prune_pool` a thread pool (Sylvain Joyeux)
* (#937, #757, #670) We switched the Yahoo stock API for demos to Alpha Vantage (Gustavo Caso)
* (#932, #931) We changed how `SafeTaskExecutor` handles local jump errors (Aaron Jensen)
* (#927) You can use keyword arguments in your initialize when using `Async` (Matt Larraz)
* (#926, #639) We removed timeout from `TimerTask` because it wasn't sound, and now it's a no-op with a warning (Jacob Atzen)
* (#919) If you double-lock a re-entrant read-write lock, we promote to locked for writing (zp yuan)
* (#915) `monotonic_time` now accepts an optional unit parameter, as Ruby's `clock_gettime` (Jean Boussier)
-------------------------------------------------------------------
Thu Jun 24 17:12:01 UTC 2021 - Stephan Kulow <coolo@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package rubygem-concurrent-ruby
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -24,12 +24,12 @@
#
Name: rubygem-concurrent-ruby
Version: 1.1.9
Version: 1.1.10
Release: 0
%define mod_name concurrent-ruby
%define mod_full_name %{mod_name}-%{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: %{ruby >= 1.9.3}
BuildRequires: %{ruby >= 2.2}
BuildRequires: %{rubygem gem2rpm}
BuildRequires: ruby-macros >= 5
URL: http://www.concurrent-ruby.com