SHA256
8
0
forked from pool/perl-MCE

6 Commits

Author SHA256 Message Date
a111a17384 Accepting request 1236295 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1236295
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-MCE?expand=0&rev=36
2025-01-12 10:15:24 +00:00
066de2cdee - updated to 1.901.0 (1.901)
see /usr/share/doc/packages/perl-MCE/Changes
  1.901 
    * Add MCE::Core package for future development.
  1.900 
    * Improve MCE::Child exiting when signaled.
  1.899 
    * Fix for MCE::Child and MCE::Channel signal anomaly #24.
      Thank you, @exodist.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MCE?expand=0&rev=104
2025-01-09 16:31:04 +00:00
cac016f4f4 Accepting request 1197312 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1197312
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-MCE?expand=0&rev=35
2024-08-29 13:43:58 +00:00
9350ecca6a - updated to 1.898.0 (1.898)
see /usr/share/doc/packages/perl-MCE/Changes
  1.898 
    * Fix for MCE::Child #22, Can't call method "len" on an undefined value
      during global destruction. Thanks, @exodist.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MCE?expand=0&rev=102
2024-08-29 07:05:47 +00:00
8d40d6d20b Accepting request 1183688 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1183688
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-MCE?expand=0&rev=34
2024-06-28 13:47:19 +00:00
277cab8a09 - updated to 1.897.0 (1.897)
see /usr/share/doc/packages/perl-MCE/Changes
  1.897 
    * In scalar context, the init function in MCE Child and models Flow, Grep,
      Loop, Map, Step, and Stream returns a guard to call finish automatically
      upon leaving the { scope i.e. omitting finish }.
    * Add out_iter_callback to MCE::Candy.
  1.896 
    * Weaken internal core MCE reference to reap workers automatically
      upon leaving the { scope i.e. omitting shutdown }. Note: No change
      to MCE models Flow, Grep, Loop, Map, Step, and Stream. Call finish
      explicitly to reap workers.
      This resolves the case when omitting calling either one of $mce->run(),
      $mce->run(1), or $mce->shutdown() inside a scope, causing workers to
      linger around until completion of the script.
  1.895 
    * Revert back to calling CORE::rand() to set the internal seed.
      MCE and MCE::Child cannot assume the srand or setter function used
      by the application for predictability.
      1. https://perlmonks.org/?node_id=11159834
      2. https://perlmonks.org/?node_id=11159827
    * Add class methods MCE->seed and MCE::Child->seed to retrieve the seed.
  1.894 
    * Improve support for PDL.
  1.893 
    * Preserve functionality for older Perl, non-threads.
  1.892 
    * Remove check if spinning threads i.e. use_threads.
      Predictable output matches non-threads for CORE,
      Math::Prime::Util, and Math::Random::MT::Auto.
      https://perlmonks.org/?node_id=11159834
  1.891 
    * Apply workaround for PDL::srand in MCE and MCE::Child. Thank you, PerlMonks.
      https://www.perlmonks.org/?node_id=11159773
    * Add PDL::srand (v2.062 ~ v2.089) and PDL::srandom (v2.089_01+).
    * Call CORE::srand inside child processes, only.
  1.890 
    * Improve reaping completed workers in MCE::Child.
    * Fix the _sprintf function, failing multiple arguments.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MCE?expand=0&rev=100
2024-06-27 18:10:52 +00:00
2 changed files with 0 additions and 13 deletions

View File

@@ -1,12 +0,0 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-MCE/standard)
The current state of perl in the devel project build (devel:languages:perl)
![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-MCE)

View File

@@ -27,7 +27,6 @@ Summary: Many-Core Engine for Perl providing parallel processing capabili
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/M/MA/MARIOROY/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
Source100: README.md
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros