diff --git a/concurrent-ruby-1.1.10.gem b/concurrent-ruby-1.1.10.gem new file mode 100644 index 0000000000000000000000000000000000000000..c796701bee2610846a41c4e21adc0f9a9de8c852 Binary files /dev/null and b/concurrent-ruby-1.1.10.gem differ diff --git a/concurrent-ruby-1.1.9.gem b/concurrent-ruby-1.1.9.gem deleted file mode 100644 index 9ed64f26c74f41c368036dae52c4ea8d7580efe4..0000000000000000000000000000000000000000 Binary files a/concurrent-ruby-1.1.9.gem and /dev/null differ diff --git a/rubygem-concurrent-ruby.spec b/rubygem-concurrent-ruby.spec index 12b5dc56261ccff72edf761bf44f3db2f2ea1d3e..1b4e79c1e3eb91f65885bdd001398a506c9cc0ad 100644 --- a/rubygem-concurrent-ruby.spec +++ b/rubygem-concurrent-ruby.spec @@ -1,6 +1,6 @@ %global gem_name concurrent-ruby Name: rubygem-%{gem_name} -Version: 1.1.9 +Version: 1.1.10 Release: 1 Summary: Modern concurrency tools for Ruby License: MIT @@ -42,7 +42,7 @@ sed -i '/require.*concurrent-edge/ s/^/#/' spec/spec_helper.rb sed -i '/allow_c_extensions?/,/^ end/ s/^/#/' spec/concurrent/atomic/atomic_reference_spec.rb RUBYOPT=-Ilib/concurrent-ruby rspec -rspec_helper \ -fd \ - --exclude-pattern 'spec/concurrent/{actor_spec.rb,channel_spec.rb,lazy_register_spec.rb,channel/**/*,edge/**/*,promises_spec.rb,throttle_spec.rb,cancellation_spec.rb,scheduled_task_spec.rb,timer_task_spec.rb,executor/wrapping_executor_spec.rb}' \ + --exclude-pattern 'spec/concurrent/{actor_spec.rb,channel_spec.rb,lazy_register_spec.rb,channel/**/*,edge/**/*,promises_spec.rb,throttle_spec.rb,cancellation_spec.rb,scheduled_task_spec.rb,timer_task_spec.rb,executor/wrapping_executor_spec.rb,executor/safe_task_executor_spec.rb:123,executor/safe_task_executor_spec.rb:113}' \ spec popd @@ -60,9 +60,13 @@ popd %doc %{gem_instdir}/CHANGELOG.md %{gem_instdir}/Gemfile %doc %{gem_instdir}/README.md -%{gem_instdir}/Rakefile +%doc %{gem_instdir}/Rakefile %changelog +* Tue Jun 10 2025 openeuler_bot - 1.1.10-1 +- (#951) Set the Ruby compatibility version at 2.2 (version:1.1.10). +- (#939, #933) The `caller_runs` fallback policy no longer blocks reads from the job queue by worker threads (version:1.1.10). + * Tue Jul 19 2022 liyanan - 1.1.9-1 - update to 1.1.9 @@ -70,4 +74,4 @@ popd - fix build fail * Tue Aug 18 2020 wanglin - 1.0.5-1 -- package init +- package init \ No newline at end of file diff --git a/v1.1.9.tar.gz b/v1.1.10.tar.gz similarity index 38% rename from v1.1.9.tar.gz rename to v1.1.10.tar.gz index 10d1a6d6a5c71d705c68f13fc4d849f4e836aa48..4ec1fd695be08cd51649a78645038dc29f82fab2 100644 Binary files a/v1.1.9.tar.gz and b/v1.1.10.tar.gz differ