From 3d0a61d34ca9e5390185c69fa6b5e38ebe209008 Mon Sep 17 00:00:00 2001 From: hht8 Date: Mon, 8 Feb 2021 15:46:09 +0800 Subject: [PATCH] Switch concurrent-ruby to disable atomic --- rubygem-thread_safe.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rubygem-thread_safe.spec b/rubygem-thread_safe.spec index 567a72f..93c969c 100644 --- a/rubygem-thread_safe.spec +++ b/rubygem-thread_safe.spec @@ -1,12 +1,12 @@ %global gem_name thread_safe Name: rubygem-%{gem_name} Version: 0.3.6 -Release: 1 +Release: 2 Summary: Thread-safe collections and utilities for Ruby License: ASL 2.0 and Public Domain URL: https://github.com/ruby-concurrency/thread_safe Source0: https://rubygems.org/gems/thread_safe-%{version}.gem -BuildRequires: ruby(release) rubygems-devel ruby rubygem(atomic) rubygem(rspec) +BuildRequires: ruby(release) rubygems-devel ruby rubygem(concurrent-ruby) rubygem(rspec) BuildArch: noarch %description A collection of data structures and utilities to make thread-safe @@ -69,5 +69,8 @@ rspec -Ilib spec %{gem_instdir}/yard-template %changelog +* Mon Feb 28 2021 huanghaitao - 0.3.6-2 +- Switch concurrent-ruby to disable atomic + * Sat Aug 22 2020 liyanan - 0.3.6-1 - package init