Update to 1.872

- New upstream release 1.872
  - Added open to required dependencies
  - Set default encodings on standard filehandles in tests using UTF-8
  - Bumped minimal Perl version to 5.8.1
  - Bumped MCE version to 1.872 to align with MCE::Shared
  - The MCE project is completed
epel9
Paul Howarth 5 years ago
parent 646d122eeb
commit da2acc466f

@ -1,5 +1,5 @@
Name: perl-MCE Name: perl-MCE
Version: 1.868 Version: 1.872
Release: 1%{?dist} Release: 1%{?dist}
Summary: Many-core Engine for Perl providing parallel processing capabilities Summary: Many-core Engine for Perl providing parallel processing capabilities
License: GPL+ or Artistic License: GPL+ or Artistic
@ -42,6 +42,7 @@ BuildRequires: perl(Getopt::Long)
BuildRequires: perl(lib) BuildRequires: perl(lib)
BuildRequires: perl(vars) BuildRequires: perl(vars)
# Test Suite # Test Suite
BuildRequires: perl(open)
BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(utf8) BuildRequires: perl(utf8)
# Dependencies # Dependencies
@ -170,6 +171,14 @@ make test
%{_bindir}/mce_zfgrep %{_bindir}/mce_zfgrep
%changelog %changelog
* 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
- Bumped minimal Perl version to 5.8.1
- Bumped MCE version to 1.872 to align with MCE::Shared
- The MCE project is completed
* Mon May 11 2020 Paul Howarth <paul@city-fan.org> - 1.868-1 * Mon May 11 2020 Paul Howarth <paul@city-fan.org> - 1.868-1
- Update to 1.868 - Update to 1.868
- Bug fix for UTF-8 issues during inter-process communication: - Bug fix for UTF-8 issues during inter-process communication:

@ -1 +1 @@
SHA512 (MCE-1.868.tar.gz) = c377cfcbba7ebadea64f060b6c326fc6b598adf01d96d1980c6091c271acc3ec9684339701648fe9a6e4a163790f5fed925aa5d81329c6fa8f4b71539fb26562 SHA512 (MCE-1.872.tar.gz) = a4a1ab5be115a49269333f2cfeb0c5aa66f6e38c40e611fb0a8b1df507f3ba9b7d9eb045a077850fe73d20f1c4a27b711641162e7a23398b6b3730be9a45c44f

Loading…
Cancel
Save