Mon, 20 Mar 2023 09:56:26 UTC

Information for build perl-MCE-Shared-1.875-1.el9

ID1868063
Package Nameperl-MCE-Shared
Version1.875
Release1.el9
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/perl-MCE-Shared.git#e7a8dd1f6509de6c80fed28fd16bfc6f320aa1f2
SummaryMCE extension for sharing data, supporting threads and processes
DescriptionThis module provides data sharing capabilities for MCE, supporting threads and processes. MCE::Hobo provides threads-like parallelization for running code asynchronously.
Built bypghmcfc
State complete
Volume DEFAULT
StartedFri, 17 Dec 2021 16:12:26 UTC
CompletedFri, 17 Dec 2021 16:13:51 UTC
Taskbuild (epel9-candidate, /rpms/perl-MCE-Shared.git:e7a8dd1f6509de6c80fed28fd16bfc6f320aa1f2)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/perl-MCE-Shared.git#e7a8dd1f6509de6c80fed28fd16bfc6f320aa1f2'}}
Tags
epel9
RPMs
src
perl-MCE-Shared-1.875-1.el9.src.rpm (info) (download)
noarch
perl-MCE-Shared-1.875-1.el9.noarch.rpm (info) (download)
Logs
noarch
hw_info.log
state.log
build.log
root.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Dec 03 2021 Paul Howarth <paul@city-fan.org> - 1.875-1 - Update to 1.875 - Resolved edge case with _fill_index in MCE::Shared::Ordhash - Updated STORE, DELETE, and internal _fill_index - Added tests to t/07_shared_ordhash.t * Fri Dec 03 2021 Paul Howarth <paul@city-fan.org> - 1.874-1 - Update to 1.874 - Bumped MCE dependency to 1.874 - MCE::Hobo update - Improved _ordhash - Renamed JOINED to REAPED in code for better clarity - Specify a percentage for max_workers - Added t/05_mce_hobo_max_workers.t * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.873-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri May 21 2021 Jitka Plesnikova <jplesnik@redhat.com> - 1.873-3 - Perl 5.34 rebuild * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.873-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Sun Aug 02 2020 Paul Howarth <paul@city-fan.org> - 1.873-1 - Update to 1.873 - Resolved construction MCE::Shared->share hanging when specifying a module that does not exist * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.872-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1.872-2 - Perl 5.32 rebuild * Mon Jun 15 2020 Paul Howarth <paul@city-fan.org> - 1.872-1 - Update to 1.872 - Added open to required dependencies - Set default encodings on standard filehandles in tests using UTF-8 - Added setnx method to MCE::Shared::{ Cache, Hash and Ordhash } - Added hsetnx method to MCE::Shared::Minidb - Updated keys, pairs, and values in MCE::Shared::{ Array, Cache, Hash and Ordhash } - The MCE::Shared project is feature complete * Wed May 13 2020 Paul Howarth <paul@city-fan.org> - 1.871-1 - Update to 1.871 - Switched test for skipping unicode testing for MCE::Shared::Cache from needing Perl > 5.10.1 to needing Scalar::Util ≥ 1.22 * Tue May 12 2020 Paul Howarth <paul@city-fan.org> - 1.869-1 - Update to 1.869 - Disabled unicode testing for MCE::Shared::Cache on Perl 5.10.1; testing for keys containing unicode is failing on RedHat 6.x but passing in meta::cpan (smoke tests) - Share array and hash deeply: only when using the TIE interface; this resolves an edge case for the OO interface and passing nested items during construction - Bumped MCE dependency to 1.868 * Mon May 11 2020 Paul Howarth <paul@city-fan.org> - 1.868-1 - Update to 1.868 - Bug fix for UTF-8 issues during inter-process communication - This update required undoing optimizations specific to scalar args - Essentially, IPC involves serialization for everything going forward - Install Sereal::Encoder and Sereal::Decoder for better performance - Improved MCE::Hobo with threads-like detach capability (see POD) - Resolved MCE::Hobo stalling MCE::Shared::Server during global clean-up - Improved IPC in MCE::Shared::Queue with permanent fast-like dequeue including dequeue_nb; going forward, the fast and barrier options are silently ignored if specified (i.e. no-op) - Improved IPC performance on Linux - Completed threads-like detach capability in MCE::Hobo * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.864-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Wed Dec 04 2019 Paul Howarth <paul@city-fan.org> - 1.864-1 - Update to 1.864 - Use monotonic clock if available in MCE::Hobo->yield (see https://www.perlmonks.org/?node_id=11109673) - Bumped MCE dependency to 1.864