Accepting request 1182769 from devel:languages:ruby:extensions

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1182769
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-concurrent-ruby?expand=0&rev=17
This commit is contained in:
Ana Guerrero 2024-06-24 18:51:00 +00:00 committed by Git OBS Bridge
commit 61252f4865
4 changed files with 31 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:82fdd3f8a0816e28d513e637bb2b90a45d7b982bdf4f3a0511722d2e495801e2
size 348672

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4f9cd28965c4dcf83ffd3ea7304f9323277be8525819cb18a3b61edcb56a7c6a
size 349696

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
Fri Jun 21 09:41:38 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>
- ## Release v1.3.3 (9 June 2024)
* (#1053) Improve the speed of `Concurrent.physical_processor_count` on Windows.
## Release v1.3.2, edge v0.7.1 (7 June 2024)
concurrent-ruby:
* (#1051) Remove dependency on `win32ole`.
concurrent-ruby-edge:
* (#1052) Fix dependency on `concurrent-ruby` to allow the latest release.
## Release v1.3.1 (29 May 2024)
* Release 1.3.0 was broken when pushed to RubyGems. 1.3.1 is a packaging fix.
## Release v1.3.0 (28 May 2024)
* (#1042) Align Java Executor Service behavior for `shuttingdown?`, `shutdown?`
* (#1038) Add `Concurrent.available_processor_count` that is cgroups aware.
-------------------------------------------------------------------
Mon Jan 29 13:53:32 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>

View File

@ -24,7 +24,7 @@
#
Name: rubygem-concurrent-ruby
Version: 1.2.3
Version: 1.3.3
Release: 0
%define mod_name concurrent-ruby
%define mod_full_name %{mod_name}-%{version}