Accepting request 1122997 from devel:languages:ruby:extensions
OBS-URL: https://build.opensuse.org/request/show/1122997 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-concurrent-ruby?expand=0&rev=15
This commit is contained in:
commit
42c4ac42fd
@ -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>
|
||||
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user