Accepting request 684943 from home:coolo:branches:devel:languages:ruby:extensions
update OBS-URL: https://build.opensuse.org/request/show/684943 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-concurrent-ruby?expand=0&rev=18
This commit is contained in:
parent
392d932a0e
commit
af998bc0b5
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e12e6ab140d8d99c14763a605b9671a5e182d4bf6dc951d4cb5debe86eeaacc7
|
|
||||||
size 353792
|
|
3
concurrent-ruby-1.1.5.gem
Normal file
3
concurrent-ruby-1.1.5.gem
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5611d14d8699996b17f18e704f4257b73349efa2d9a75fee6566a0a387c807f4
|
||||||
|
size 356352
|
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 14 10:53:13 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
- updated to version 1.1.5
|
||||||
|
see installed CHANGELOG.md
|
||||||
|
|
||||||
|
## Release v1.1.5, edge v0.5.0 (10 mar 2019)
|
||||||
|
|
||||||
|
concurrent-ruby:
|
||||||
|
|
||||||
|
* fix potential leak of context on JRuby and Java 7
|
||||||
|
|
||||||
|
concurrent-ruby-edge:
|
||||||
|
|
||||||
|
* Add finalized Concurrent::Cancellation
|
||||||
|
* Add finalized Concurrent::Throttle
|
||||||
|
* Add finalized Concurrent::Promises::Channel
|
||||||
|
* Add new Concurrent::ErlangActor
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 19 07:04:11 UTC 2018 - Stephan Kulow <coolo@suse.com>
|
Wed Dec 19 07:04:11 UTC 2018 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package rubygem-concurrent-ruby
|
# spec file for package rubygem-concurrent-ruby
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# 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.4
|
Version: 1.1.5
|
||||||
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