Accepting request 1122891 from home:defolos:branches:devel:languages:ruby:extensions
🤖: Automatic update to 1.2.2 OBS-URL: https://build.opensuse.org/request/show/1122891 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-concurrent-ruby?expand=0&rev=29
This commit is contained in:
parent
1fdd4197d8
commit
bb26564b06
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:244cb1ca0d91ec2c15ca2209507c39fb163336994428e16fbd3f465c87bd8e68
|
|
||||||
size 360448
|
|
3
concurrent-ruby-1.2.2.gem
Normal file
3
concurrent-ruby-1.2.2.gem
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3879119b8b75e3b62616acc256c64a134d0b0a7a9a3fcba5a233025bcde22c4f
|
||||||
|
size 357888
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 2 15:42:32 UTC 2023 - Dan Čermák <dan.cermak@posteo.net>
|
||||||
|
|
||||||
|
- 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 <mschnitzer@suse.com>
|
Sun May 15 15:28:32 UTC 2022 - Manuel Schnitzer <mschnitzer@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package rubygem-concurrent-ruby
|
# 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
|
# 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,12 +24,11 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
Name: rubygem-concurrent-ruby
|
Name: rubygem-concurrent-ruby
|
||||||
Version: 1.1.10
|
Version: 1.2.2
|
||||||
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}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRequires: %{ruby >= 2.3}
|
||||||
BuildRequires: %{ruby >= 2.2}
|
|
||||||
BuildRequires: %{rubygem gem2rpm}
|
BuildRequires: %{rubygem gem2rpm}
|
||||||
BuildRequires: ruby-macros >= 5
|
BuildRequires: ruby-macros >= 5
|
||||||
URL: http://www.concurrent-ruby.com
|
URL: http://www.concurrent-ruby.com
|
||||||
@ -37,7 +36,6 @@ Source: https://rubygems.org/gems/%{mod_full_name}.gem
|
|||||||
Source1: gem2rpm.yml
|
Source1: gem2rpm.yml
|
||||||
Summary: Modern concurrency tools for Ruby. Inspired by Erlang, Clojure,
|
Summary: Modern concurrency tools for Ruby. Inspired by Erlang, Clojure,
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Ruby
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Modern concurrency tools including agents, futures, promises, thread pools,
|
Modern concurrency tools including agents, futures, promises, thread pools,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user