From 37f36b21a086ade786c21152400fb1bf9629fd4ac493926925d4ae39cb9cde81 Mon Sep 17 00:00:00 2001 From: Manuel Schnitzer Date: Tue, 3 Mar 2020 11:09:32 +0000 Subject: [PATCH] Accepting request 781173 from home:mschnitzer:ruby:extensions update OBS-URL: https://build.opensuse.org/request/show/781173 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-concurrent-ruby?expand=0&rev=20 --- concurrent-ruby-1.1.5.gem | 3 --- concurrent-ruby-1.1.6.gem | 3 +++ rubygem-concurrent-ruby.changes | 29 +++++++++++++++++++++++++++++ rubygem-concurrent-ruby.spec | 6 +++--- 4 files changed, 35 insertions(+), 6 deletions(-) delete mode 100644 concurrent-ruby-1.1.5.gem create mode 100644 concurrent-ruby-1.1.6.gem diff --git a/concurrent-ruby-1.1.5.gem b/concurrent-ruby-1.1.5.gem deleted file mode 100644 index a399569..0000000 --- a/concurrent-ruby-1.1.5.gem +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5611d14d8699996b17f18e704f4257b73349efa2d9a75fee6566a0a387c807f4 -size 356352 diff --git a/concurrent-ruby-1.1.6.gem b/concurrent-ruby-1.1.6.gem new file mode 100644 index 0000000..125bff8 --- /dev/null +++ b/concurrent-ruby-1.1.6.gem @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14da21d5cfe9ccb02e9359b01cb7291e0167ded0ec805d4f3a4b2b4ffa418324 +size 356864 diff --git a/rubygem-concurrent-ruby.changes b/rubygem-concurrent-ruby.changes index d5ca4f8..19d131d 100644 --- a/rubygem-concurrent-ruby.changes +++ b/rubygem-concurrent-ruby.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Tue Mar 3 11:00:19 UTC 2020 - Manuel Schnitzer + +- updated to version 1.1.6 + + ## Release v1.1.6, edge v0.6.0 (10 Feb 2020) + + concurrent-ruby: + + * (#841) Concurrent.disable_at_exit_handlers! is no longer needed and was deprecated. + * (#841) AbstractExecutorService#auto_terminate= was deprecated and has no effect. + Set :auto_terminate option instead when executor is initialized. + + ## Release v1.1.6.pre1, edge v0.6.0.pre1 (26 Jan 2020) + + concurrent-ruby: + + * (#828) Allow to name executors, the name is also used to name their threads + * (#838) Implement #dup and #clone for structs + * (#821) Safer finalizers for thread local variables + * Documentation fixes + * (#814) Use Ruby's Etc.nprocessors if available + * (#812) Fix directory structure not to mess with packaging tools + * (#840) Fix termination of pools on JRuby + + concurrent-ruby-edge: + + * Add WrappingExecutor (#830) + ------------------------------------------------------------------- Thu Mar 14 10:53:13 UTC 2019 - Stephan Kulow diff --git a/rubygem-concurrent-ruby.spec b/rubygem-concurrent-ruby.spec index 8126ed4..bb662f2 100644 --- a/rubygem-concurrent-ruby.spec +++ b/rubygem-concurrent-ruby.spec @@ -1,7 +1,7 @@ # # spec file for package rubygem-concurrent-ruby # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,7 +24,7 @@ # Name: rubygem-concurrent-ruby -Version: 1.1.5 +Version: 1.1.6 Release: 0 %define mod_name concurrent-ruby %define mod_full_name %{mod_name}-%{version} @@ -32,7 +32,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: %{ruby >= 1.9.3} BuildRequires: %{rubygem gem2rpm} BuildRequires: ruby-macros >= 5 -Url: http://www.concurrent-ruby.com +URL: http://www.concurrent-ruby.com Source: https://rubygems.org/gems/%{mod_full_name}.gem Source1: gem2rpm.yml Summary: Modern concurrency tools for Ruby. Inspired by Erlang, Clojure,