Accepting request 446860 from home:coolo:branches:devel:languages:ruby:extensions
update OBS-URL: https://build.opensuse.org/request/show/446860 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-concurrent-ruby?expand=0&rev=6
This commit is contained in:
parent
8396061d4e
commit
dbbccc0b3c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5c4b4cce37fc538660fae3b9fb7b51a2bc443eda4c5394e51521527fb6d264cd
|
|
||||||
size 130560
|
|
3
concurrent-ruby-1.0.3.gem
Normal file
3
concurrent-ruby-1.0.3.gem
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f147ee7b088953d964f09b12c8c99cbed839426747dbbb22e48f16edf47a8dea
|
||||||
|
size 131584
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Dec 18 05:31:47 UTC 2016 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 1.0.3
|
||||||
|
see installed CHANGELOG.md
|
||||||
|
|
||||||
|
* Trigger execution of flattened delayed futures
|
||||||
|
* Avoid forking for processor_count if possible
|
||||||
|
* Semaphore Mutex and JRuby parity
|
||||||
|
* Adds Map#each as alias to Map#each_pair
|
||||||
|
* Fix uninitialized instance variables
|
||||||
|
* Make Fixnum, Bignum merger ready
|
||||||
|
* Allows Promise#then to receive an executor
|
||||||
|
* TimerSet now survives a fork
|
||||||
|
* Reject promise on any exception
|
||||||
|
* Allow ThreadLocalVar to be initialized with a block
|
||||||
|
* Support Alpha with `Concurrent::processor_count`
|
||||||
|
* Fixes format-security error when compiling ruby_193_compatible.h
|
||||||
|
* Concurrent::Atom#swap fixed: reraise the exceptions from block
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 3 04:32:14 UTC 2016 - coolo@suse.com
|
Tue May 3 04:32:14 UTC 2016 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
Name: rubygem-concurrent-ruby
|
Name: rubygem-concurrent-ruby
|
||||||
Version: 1.0.2
|
Version: 1.0.3
|
||||||
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