17
0

3 Commits

4 changed files with 21 additions and 8 deletions

Binary file not shown.

3
parallel-1.25.1.gem Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:12e089b9aa36ea2343f6e93f18cfcebd031798253db8260590d26a7f70b1ab90
size 10752

View File

@@ -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>

View File

@@ -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.