Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-MCE-tools-1.897-1.fc41 RPM for noarch

From Fedora Rawhide for ppc64le / p

Name: perl-MCE-tools Distribution: Fedora Project
Version: 1.897 Vendor: Fedora Project
Release: 1.fc41 Build date: Thu Jun 20 15:56:31 2024
Group: Unspecified Build host: buildvm-ppc64le-03.iad2.fedoraproject.org
Size: 28963 Source RPM: perl-MCE-1.897-1.fc41.src.rpm
Packager: Fedora Project
Url: https://metacpan.org/release/MCE
Summary: Many-core Engine command line tools
This package delivers command line tools like mce_grep(1) that utilize
the Many-core Engine (MCE) Perl library.

Provides

Requires

License

GPL-1.0-or-later OR Artistic-1.0-Perl

Changelog

* Thu Jun 20 2024 Paul Howarth <paul@city-fan.org> - 1.897-1
  - Update to 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
* Wed Jun 12 2024 Paul Howarth <paul@city-fan.org> - 1.896-1
  - Update to 1.896 (rhbz#2291411)
    - 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 $mce->run(), $mce->run(1) or
        $mce->shutdown() inside a scope, causing workers to linger around until
        completion of the script
* Tue Jun 11 2024 Paul Howarth <paul@city-fan.org> - 1.895-1
  - Update to 1.895 (rhbz#2291112)
    - 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
      - https://perlmonks.org/?node_id=11159834
      - https://perlmonks.org/?node_id=11159827
    - Add class methods MCE->seed and MCE::Child->seed to retrieve the seed
* Mon Jun 10 2024 Paul Howarth <paul@city-fan.org> - 1.894-1
  - Update to 1.894 (rhbz#2291112)
    - Improve support for PDL
* Sun Jun 09 2024 Paul Howarth <paul@city-fan.org> - 1.893-1
  - Update to 1.893 (rhbz#2291021)
    - Remove check if spinning threads i.e. use_threads: predictable output
      matches non-threads for CORE, Math::Prime::Util and
      Math::Random::MT::Auto (see https://perlmonks.org/?node_id=11159834)
    - Preserve functionality for older Perl, non-threads
* Thu Jun 06 2024 Paul Howarth <paul@city-fan.org> - 1.891-1
  - Update to 1.891 (rhbz#2290695)
    - Apply workaround for PDL::srand in MCE and MCE::Child
      (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
* Sun May 26 2024 Paul Howarth <paul@city-fan.org> - 1.890-1
  - Update to 1.890 (rhbz#2283161)
    - Improve reaping of completed workers in MCE::Child
    - Fix the _sprintf function, failing multiple arguments
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.889-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.889-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Thu Sep 14 2023 Paul Howarth <paul@city-fan.org> - 1.889-1
  - Update to 1.889 (rhbz#2238875)
    - Add Android support
    - Revert defer signal-handling in MCE::Channel (send2 method)
    - Improve mutex synchronize (a.k.a. enter) with guard capability
    - Fix mutex re-entrant lock on the Windows platform
    - Add mutex guard_lock method
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.888-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Thu Jun 22 2023 Paul Howarth <paul@city-fan.org> - 1.888-1
  - Update to 1.888 (rhbz#2216582)
    - Fix typos caught by lintian (GH#17)
* Fri Jun 09 2023 Paul Howarth <paul@city-fan.org> - 1.887-1
  - Update to 1.887 (rhbz#2213846)
    - Fix typo in Queue dequeue_timed documentation
* Wed Jun 07 2023 Paul Howarth <paul@city-fan.org> - 1.886-1
  - Update to 1.886 (rhbz#2212959)
    - Added dequeue_timed method to MCE::Queue
    - Fixed taint mode in MCE->printf and _sprintf
    - Improved reliability on the Windows platform
* Wed May 31 2023 Paul Howarth <paul@city-fan.org> - 1.885-1
  - Update to 1.885 (rhbz#2211269)
    - Improved reliability on the Windows platform
  - Avoid use of deprecated patch syntax
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.884-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Thu Jan 05 2023 Paul Howarth <paul@city-fan.org> - 1.884-1
  - Update to 1.884
    - Disabled non-blocking dequeue_nb and recv_nb tests on the Windows platform,
      since the author cannot reproduce failing tests reported by CPAN Tester
      aero
* Wed Jan 04 2023 Paul Howarth <paul@city-fan.org> - 1.883-1
  - Update to 1.883 (rhbz#2158062)
    - Fix typo in MCE::Channel::SimpleFast documentation
    - Improve 05_mce_child.t test
* Sat Dec 03 2022 Paul Howarth <paul@city-fan.org> - 1.882-1
  - Update to 1.882 (rhbz#2150467)
    - Added ABRT to the list of signals to trap in MCE::Signal
    - Added a guard to MCE::Core::Worker for checking if exited prematurely
    - Added init_relay and use_threads import options to MCE and MCE Models
    - Separated input mutexes from the rest of IPC for lesser latency
    - Auto-detect if init_relay is defined and set chunk_size to 1 in MCE::Grep,
      MCE::Map, and MCE::Stream
    - Update the import function in MCE models, detecting if the caller is
      another MCE module, to not export model functions
    - Update the error status if MCE::Child died due to receiving a signal
    - Improved reaping in MCE::Child, before creating a new child
    - Improved the timeout handler in MCE::Child and MCE::Mutex::Channel
    - Fixed private functions _quit and _trap not setting the return value
* Fri Oct 14 2022 Paul Howarth <paul@city-fan.org> - 1.881-1
  - Update to 1.881 (rhbz#2134723)
    - Improved the private _parse_chunk_size function for better utilization of
      CPU cores in MCE::Grep, MCE::Map, and MCE::Stream, processing small input
      sizes
      - Previously, chunk_size => 'auto' equals 2 minimally
      - Starting with MCE v1.881, 'auto' equals 1 minimally
* Mon Oct 10 2022 Paul Howarth <paul@city-fan.org> - 1.880-1
  - Update to 1.880 (rhbz#2133410)
    - Improved reliability on the Windows platform
    - Improved MCE::Mutex::Channel::timedwait on the Windows platform
    - Improved MCE::Mutex::Channel performance on UNIX platforms
    - Resolved edge case in MCE::Child reaching deadlock
  - Use SPDX-format license tag
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.879-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

Files

/usr/bin/mce_egrep
/usr/bin/mce_fgrep
/usr/bin/mce_grep
/usr/bin/mce_zegrep
/usr/bin/mce_zfgrep
/usr/bin/mce_zgrep


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu Jun 27 01:05:18 2024