diff --git a/concurrent-ruby-1.0.2.gem b/concurrent-ruby-1.0.2.gem deleted file mode 100644 index ad84a56..0000000 --- a/concurrent-ruby-1.0.2.gem +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5c4b4cce37fc538660fae3b9fb7b51a2bc443eda4c5394e51521527fb6d264cd -size 130560 diff --git a/concurrent-ruby-1.0.3.gem b/concurrent-ruby-1.0.3.gem new file mode 100644 index 0000000..7d2cc4d --- /dev/null +++ b/concurrent-ruby-1.0.3.gem @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f147ee7b088953d964f09b12c8c99cbed839426747dbbb22e48f16edf47a8dea +size 131584 diff --git a/rubygem-concurrent-ruby.changes b/rubygem-concurrent-ruby.changes index 914018a..ea1200d 100644 --- a/rubygem-concurrent-ruby.changes +++ b/rubygem-concurrent-ruby.changes @@ -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 diff --git a/rubygem-concurrent-ruby.spec b/rubygem-concurrent-ruby.spec index f4d3917..0287745 100644 --- a/rubygem-concurrent-ruby.spec +++ b/rubygem-concurrent-ruby.spec @@ -24,7 +24,7 @@ # Name: rubygem-concurrent-ruby -Version: 1.0.2 +Version: 1.0.3 Release: 0 %define mod_name concurrent-ruby %define mod_full_name %{mod_name}-%{version}