1
0
forked from perl/perl-MCE

1 Commits

Author SHA256 Message Date
96f8f09453 Automatic update to v1.902.0 (1.902) 2025-10-06 18:47:25 +00:00
4 changed files with 16 additions and 10 deletions

View File

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

BIN
MCE-1.902.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Oct 6 18:47:25 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 1.902.0 (1.902)
see /usr/share/doc/packages/perl-MCE/Changes
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jan 3 05:33:21 UTC 2025 - Tina Müller <timueller+perl@suse.de> Fri Jan 3 05:33:21 UTC 2025 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-MCE # spec file for package perl-MCE
# #
# Copyright (c) 2025 SUSE LLC # Copyright (c) 2025 SUSE LLC and contributors
# #
# 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
@@ -18,10 +18,10 @@
%define cpan_name MCE %define cpan_name MCE
Name: perl-MCE Name: perl-MCE
Version: 1.901.0 Version: 1.902.0
Release: 0 Release: 0
# 1.901 -> normalize -> 1.901.0 # 1.902 -> normalize -> 1.902.0
%define cpan_version 1.901 %define cpan_version 1.902
License: Artistic-1.0 OR GPL-1.0-or-later License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Many-Core Engine for Perl providing parallel processing capabilities Summary: Many-Core Engine for Perl providing parallel processing capabilities
URL: https://metacpan.org/release/%{cpan_name} URL: https://metacpan.org/release/%{cpan_name}
@@ -67,8 +67,8 @@ Provides: perl(MCE::Stream) = %{version}
Provides: perl(MCE::Subs) = %{version} Provides: perl(MCE::Subs) = %{version}
Provides: perl(MCE::Util) = %{version} Provides: perl(MCE::Util) = %{version}
%undefine __perllib_provides %undefine __perllib_provides
Recommends: perl(Sereal::Decoder) >= 3.015 Recommends: perl(Sereal::Decoder) >= 3.15
Recommends: perl(Sereal::Encoder) >= 3.015 Recommends: perl(Sereal::Encoder) >= 3.15
%{perl_requires} %{perl_requires}
%description %description
@@ -79,7 +79,7 @@ that model by adding the ability to chunk the next n elements from the
input stream to the next available worker. input stream to the next available worker.
%prep %prep
%autosetup -n %{cpan_name}-%{cpan_version} %autosetup -n %{cpan_name}-%{cpan_version} -p1
%build %build
perl Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor