diff --git a/concurrent-ruby-1.1.10.gem b/concurrent-ruby-1.1.10.gem deleted file mode 100644 index 114cb41..0000000 --- a/concurrent-ruby-1.1.10.gem +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:244cb1ca0d91ec2c15ca2209507c39fb163336994428e16fbd3f465c87bd8e68 -size 360448 diff --git a/concurrent-ruby-1.2.2.gem b/concurrent-ruby-1.2.2.gem new file mode 100644 index 0000000..b10d2f7 --- /dev/null +++ b/concurrent-ruby-1.2.2.gem @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3879119b8b75e3b62616acc256c64a134d0b0a7a9a3fcba5a233025bcde22c4f +size 357888 diff --git a/rubygem-concurrent-ruby.changes b/rubygem-concurrent-ruby.changes index 223fcca..a9a6ab8 100644 --- a/rubygem-concurrent-ruby.changes +++ b/rubygem-concurrent-ruby.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Thu Nov 2 15:42:32 UTC 2023 - Dan Čermák + +- 1.2.2: + +concurrent-ruby 1.2.2: + +* (#993) Fix arguments passed to `Concurrent::Map`'s `default_proc`. + +1.2.1: + +concurrent-ruby 1.2.1: + +* (#990) Add missing `require 'fiber'` for `FiberLocalVar`. +* (#989) Optimize `Concurrent::Map#[]` on CRuby by letting the backing Hash handle the `default_proc`. + + + ------------------------------------------------------------------- Sun May 15 15:28:32 UTC 2022 - Manuel Schnitzer diff --git a/rubygem-concurrent-ruby.spec b/rubygem-concurrent-ruby.spec index 7b10b1c..1db6828 100644 --- a/rubygem-concurrent-ruby.spec +++ b/rubygem-concurrent-ruby.spec @@ -1,7 +1,7 @@ # # spec file for package rubygem-concurrent-ruby # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,12 +24,11 @@ # Name: rubygem-concurrent-ruby -Version: 1.1.10 +Version: 1.2.2 Release: 0 %define mod_name concurrent-ruby %define mod_full_name %{mod_name}-%{version} -BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: %{ruby >= 2.2} +BuildRequires: %{ruby >= 2.3} BuildRequires: %{rubygem gem2rpm} BuildRequires: ruby-macros >= 5 URL: http://www.concurrent-ruby.com @@ -37,7 +36,6 @@ Source: https://rubygems.org/gems/%{mod_full_name}.gem Source1: gem2rpm.yml Summary: Modern concurrency tools for Ruby. Inspired by Erlang, Clojure, License: MIT -Group: Development/Languages/Ruby %description Modern concurrency tools including agents, futures, promises, thread pools,