Accepting request 1243895 from devel:languages:ruby:extensions
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1243895 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-concurrent-ruby?expand=0&rev=19
This commit is contained in:
commit
2336a14d57
BIN
concurrent-ruby-1.3.4.gem
(Stored with Git LFS)
BIN
concurrent-ruby-1.3.4.gem
(Stored with Git LFS)
Binary file not shown.
3
concurrent-ruby-1.3.5.gem
Normal file
3
concurrent-ruby-1.3.5.gem
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:813b3e37aca6df2a21a3b9f1d497f8cbab24a2b94cab325bffe65ee0f6cbebc6
|
||||||
|
size 350208
|
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 3 09:30:07 UTC 2025 - Dan Čermák <dan.cermak@posteo.net>
|
||||||
|
|
||||||
|
- 1.3.5:
|
||||||
|
|
||||||
|
## What's Changed
|
||||||
|
* Remove dependency on logger by @eregon in https://github.com/ruby-concurrency/concurrent-ruby/pull/1062
|
||||||
|
* Avoid error when member is present on ancestor class by @francesmcmullin in https://github.com/ruby-concurrency/concurrent-ruby/pull/1068
|
||||||
|
* Set rake-compiler source and target to Java 8 by @headius in https://github.com/ruby-concurrency/concurrent-ruby/pull/1071
|
||||||
|
* chore: fix typos by @chenrui333 in https://github.com/ruby-concurrency/concurrent-ruby/pull/1076
|
||||||
|
|
||||||
|
## New Contributors
|
||||||
|
* @francesmcmullin made their first contribution in https://github.com/ruby-concurrency/concurrent-ruby/pull/1068
|
||||||
|
* @chenrui333 made their first contribution in https://github.com/ruby-concurrency/concurrent-ruby/pull/1076
|
||||||
|
|
||||||
|
**Full Changelog**: https://github.com/ruby-concurrency/concurrent-ruby/compare/v1.3.4...v1.3.5
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 4 16:27:28 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>
|
Mon Nov 4 16:27:28 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package rubygem-concurrent-ruby
|
# spec file for package rubygem-concurrent-ruby
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -24,7 +24,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
Name: rubygem-concurrent-ruby
|
Name: rubygem-concurrent-ruby
|
||||||
Version: 1.3.4
|
Version: 1.3.5
|
||||||
Release: 0
|
Release: 0
|
||||||
%define mod_name concurrent-ruby
|
%define mod_name concurrent-ruby
|
||||||
%define mod_full_name %{mod_name}-%{version}
|
%define mod_full_name %{mod_name}-%{version}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user