Compare commits
8 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| ebb18a3af6 | |||
| 9fc0b876da | |||
| ec8ca03892 | |||
| c0b14f7af2 | |||
| 29a7b01de6 | |||
| 79aa626913 | |||
| 33c0c3fb80 | |||
| cbe74ec82d |
BIN
parallel-1.22.1.gem
LFS
BIN
parallel-1.22.1.gem
LFS
Binary file not shown.
3
parallel-1.26.3.gem
Normal file
3
parallel-1.26.3.gem
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d86babb7a2b814be9f4b81587bf0b6ce2da7d45969fab24d8ae4bf2bb4d4c7ef
|
||||||
|
size 11264
|
||||||
@@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 4 17:11:28 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>
|
||||||
|
|
||||||
|
- New upstream release 1.26.3, no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 21 10:22:00 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>
|
||||||
|
|
||||||
|
- New upstream release 1.25.1, no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 29 14:18:54 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>
|
||||||
|
|
||||||
|
- New upstream release 1.24.0, no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 14 15:22:09 UTC 2023 - Dan Čermák <dan.cermak@posteo.net>
|
||||||
|
|
||||||
|
- New upstream release 1.23.0, no changelog found
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 28 05:39:54 UTC 2022 - Stephan Kulow <coolo@suse.com>
|
Thu Apr 28 05:39:54 UTC 2022 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package rubygem-parallel
|
# spec file for package rubygem-parallel
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2024 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,12 +24,11 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
Name: rubygem-parallel
|
Name: rubygem-parallel
|
||||||
Version: 1.22.1
|
Version: 1.26.3
|
||||||
Release: 0
|
Release: 0
|
||||||
%define mod_name parallel
|
%define mod_name parallel
|
||||||
%define mod_full_name %{mod_name}-%{version}
|
%define mod_full_name %{mod_name}-%{version}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRequires: %{ruby >= 2.7}
|
||||||
BuildRequires: %{ruby >= 2.5}
|
|
||||||
BuildRequires: %{rubygem gem2rpm}
|
BuildRequires: %{rubygem gem2rpm}
|
||||||
BuildRequires: ruby-macros >= 5
|
BuildRequires: ruby-macros >= 5
|
||||||
URL: https://github.com/grosser/parallel
|
URL: https://github.com/grosser/parallel
|
||||||
@@ -37,7 +36,6 @@ Source: https://rubygems.org/gems/%{mod_full_name}.gem
|
|||||||
Source1: gem2rpm.yml
|
Source1: gem2rpm.yml
|
||||||
Summary: Run any kind of code in parallel processes
|
Summary: Run any kind of code in parallel processes
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Ruby
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Run any kind of code in parallel processes.
|
Run any kind of code in parallel processes.
|
||||||
|
|||||||
Reference in New Issue
Block a user