From 9d1b0b865f983b4e100ed758f97308c861931423aa2300f55a460e4112bfbc40 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Thu, 1 Jul 2021 14:47:50 +0000 Subject: [PATCH] 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 --- concurrent-ruby-1.1.8.gem | 3 --- concurrent-ruby-1.1.9.gem | 3 +++ rubygem-concurrent-ruby.changes | 17 +++++++++++++++++ rubygem-concurrent-ruby.spec | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 concurrent-ruby-1.1.8.gem create mode 100644 concurrent-ruby-1.1.9.gem diff --git a/concurrent-ruby-1.1.8.gem b/concurrent-ruby-1.1.8.gem deleted file mode 100644 index c86b0e0..0000000 --- a/concurrent-ruby-1.1.8.gem +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e35169e8e01c33cddc9d322e4e793a9bc8c3c00c967d206d17457e0d301f2257 -size 357376 diff --git a/concurrent-ruby-1.1.9.gem b/concurrent-ruby-1.1.9.gem new file mode 100644 index 0000000..6f0e3fc --- /dev/null +++ b/concurrent-ruby-1.1.9.gem @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ec0846d991c38f355b4228ad8ea77aa69c3fdaa320cd574dafedc10c4688a5b +size 358400 diff --git a/rubygem-concurrent-ruby.changes b/rubygem-concurrent-ruby.changes index ea4a3ca..f349a52 100644 --- a/rubygem-concurrent-ruby.changes +++ b/rubygem-concurrent-ruby.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu Jun 24 17:12:01 UTC 2021 - Stephan Kulow + +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 diff --git a/rubygem-concurrent-ruby.spec b/rubygem-concurrent-ruby.spec index b959927..553ef55 100644 --- a/rubygem-concurrent-ruby.spec +++ b/rubygem-concurrent-ruby.spec @@ -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}