Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 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.25.1.gem
Normal file
3
parallel-1.25.1.gem
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:12e089b9aa36ea2343f6e93f18cfcebd031798253db8260590d26a7f70b1ab90
|
||||
size 10752
|
||||
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -24,12 +24,11 @@
|
||||
#
|
||||
|
||||
Name: rubygem-parallel
|
||||
Version: 1.22.1
|
||||
Version: 1.25.1
|
||||
Release: 0
|
||||
%define mod_name parallel
|
||||
%define mod_full_name %{mod_name}-%{version}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: %{ruby >= 2.5}
|
||||
BuildRequires: %{ruby >= 2.7}
|
||||
BuildRequires: %{rubygem gem2rpm}
|
||||
BuildRequires: ruby-macros >= 5
|
||||
URL: https://github.com/grosser/parallel
|
||||
@@ -37,7 +36,6 @@ Source: https://rubygems.org/gems/%{mod_full_name}.gem
|
||||
Source1: gem2rpm.yml
|
||||
Summary: Run any kind of code in parallel processes
|
||||
License: MIT
|
||||
Group: Development/Languages/Ruby
|
||||
|
||||
%description
|
||||
Run any kind of code in parallel processes.
|
||||
|
||||
Reference in New Issue
Block a user