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:
parent
2aeb31b10f
commit
9d1b0b865f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e35169e8e01c33cddc9d322e4e793a9bc8c3c00c967d206d17457e0d301f2257
|
|
||||||
size 357376
|
|
3
concurrent-ruby-1.1.9.gem
Normal file
3
concurrent-ruby-1.1.9.gem
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0ec0846d991c38f355b4228ad8ea77aa69c3fdaa320cd574dafedc10c4688a5b
|
||||||
|
size 358400
|
@ -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>
|
Wed Jan 20 12:28:48 UTC 2021 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
Name: rubygem-concurrent-ruby
|
Name: rubygem-concurrent-ruby
|
||||||
Version: 1.1.8
|
Version: 1.1.9
|
||||||
Release: 0
|
Release: 0
|
||||||
%define mod_name concurrent-ruby
|
%define mod_name concurrent-ruby
|
||||||
%define mod_full_name %{mod_name}-%{version}
|
%define mod_full_name %{mod_name}-%{version}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user