Accepting request 865177 from devel:languages:ruby:extensions
updated to version 1.1.8 see installed CHANGELOG.md ## Release v1.1.8 (20 January 2021) * (#885) Fix race condition in TVar for stale reads * (#884) RubyThreadLocalVar: Do not iterate over hash which might conflict with new pair addition OBS-URL: https://build.opensuse.org/request/show/865177 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-concurrent-ruby?expand=0&rev=12
This commit is contained in:
commit
9f07d5d121
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ff4befc88d522ccb2109596da26309f4b0b041683ca62d3cb903b313e1caddee
|
|
||||||
size 356864
|
|
3
concurrent-ruby-1.1.8.gem
Normal file
3
concurrent-ruby-1.1.8.gem
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e35169e8e01c33cddc9d322e4e793a9bc8c3c00c967d206d17457e0d301f2257
|
||||||
|
size 357376
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 20 12:28:48 UTC 2021 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
updated to version 1.1.8
|
||||||
|
see installed CHANGELOG.md
|
||||||
|
|
||||||
|
## Release v1.1.8 (20 January 2021)
|
||||||
|
|
||||||
|
* (#885) Fix race condition in TVar for stale reads
|
||||||
|
* (#884) RubyThreadLocalVar: Do not iterate over hash which might conflict with new pair addition
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Aug 22 12:55:44 UTC 2020 - Manuel Schnitzer <mschnitzer@suse.com>
|
Sat Aug 22 12:55:44 UTC 2020 - Manuel Schnitzer <mschnitzer@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package rubygem-concurrent-ruby
|
# spec file for package rubygem-concurrent-ruby
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 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,7 +24,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
Name: rubygem-concurrent-ruby
|
Name: rubygem-concurrent-ruby
|
||||||
Version: 1.1.7
|
Version: 1.1.8
|
||||||
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