!2 Switch concurrent-ruby to disable atomic

From: @hht8
Reviewed-by: @small_leek
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2021-02-08 16:37:13 +08:00 committed by Gitee
commit 414f05a504

View File

@ -1,12 +1,12 @@
%global gem_name thread_safe %global gem_name thread_safe
Name: rubygem-%{gem_name} Name: rubygem-%{gem_name}
Version: 0.3.6 Version: 0.3.6
Release: 1 Release: 2
Summary: Thread-safe collections and utilities for Ruby Summary: Thread-safe collections and utilities for Ruby
License: ASL 2.0 and Public Domain License: ASL 2.0 and Public Domain
URL: https://github.com/ruby-concurrency/thread_safe URL: https://github.com/ruby-concurrency/thread_safe
Source0: https://rubygems.org/gems/thread_safe-%{version}.gem 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 BuildArch: noarch
%description %description
A collection of data structures and utilities to make thread-safe A collection of data structures and utilities to make thread-safe
@ -69,5 +69,8 @@ rspec -Ilib spec
%{gem_instdir}/yard-template %{gem_instdir}/yard-template
%changelog %changelog
* Mon Feb 28 2021 huanghaitao <huanghaitao8@huawei.com> - 0.3.6-2
- Switch concurrent-ruby to disable atomic
* Sat Aug 22 2020 liyanan <liyanan32@huawei.com> - 0.3.6-1 * Sat Aug 22 2020 liyanan <liyanan32@huawei.com> - 0.3.6-1
- package init - package init