Accepting request 901911 from home:coolo:branches:devel:languages:ruby:extensions

update

OBS-URL: https://build.opensuse.org/request/show/901911
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-concurrent-ruby?expand=0&rev=26
This commit is contained in:
Stephan Kulow 2021-07-01 14:47:50 +00:00 committed by Git OBS Bridge
parent 2aeb31b10f
commit 9d1b0b865f
4 changed files with 21 additions and 4 deletions

View File

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

View File

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

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Thu Jun 24 17:12:01 UTC 2021 - Stephan Kulow <coolo@suse.com>
updated to version 1.1.9
see installed CHANGELOG.md
## Release v1.1.9 (5 Jun 2021)
concurrent-ruby:
* (#866) Child promise state not set to :pending immediately after #execute when parent has completed
* (#905, #872) Fix RubyNonConcurrentPriorityQueue#delete method
* (2df0337d) Make sure locks are not shared on shared when objects are dup/cloned
* (#900, #906, #796, #847, #911) Fix Concurrent::Set tread-safety issues on CRuby
* (#907) Add new ConcurrentMap backend for TruffleRuby
-------------------------------------------------------------------
Wed Jan 20 12:28:48 UTC 2021 - Stephan Kulow <coolo@suse.com>

View File

@ -24,7 +24,7 @@
#
Name: rubygem-concurrent-ruby
Version: 1.1.8
Version: 1.1.9
Release: 0
%define mod_name concurrent-ruby
%define mod_full_name %{mod_name}-%{version}