Update to 1.20.
Add a build dep on perl(CPAN::Meta). Fix the unbounded RHEL conditional.
This commit is contained in:
parent
445b438cf2
commit
86f1ad27b6
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@ Parallel-ForkManager-0.7.5.tar.gz
|
||||
/Parallel-ForkManager-1.17.tar.gz
|
||||
/Parallel-ForkManager-1.18.tar.gz
|
||||
/Parallel-ForkManager-1.19.tar.gz
|
||||
/Parallel-ForkManager-1.20.tar.gz
|
||||
|
||||
@ -1,13 +1,14 @@
|
||||
# Run optional test
|
||||
%if ! (0%{?rhel})
|
||||
%bcond_without perl_Parallel_ForkManager_enables_optional_test
|
||||
%else
|
||||
# Control optional test
|
||||
%if (0%{?rhel} && 0%{?rhel} <= 7)
|
||||
# Default off in RHEL <= 7
|
||||
%bcond_with perl_Parallel_ForkManager_enables_optional_test
|
||||
%else
|
||||
%bcond_without perl_Parallel_ForkManager_enables_optional_test
|
||||
%endif
|
||||
|
||||
Name: perl-Parallel-ForkManager
|
||||
Version: 1.19
|
||||
Release: 7%{?dist}
|
||||
Version: 1.20
|
||||
Release: 1%{?dist}
|
||||
Summary: Simple parallel processing fork manager
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -32,6 +33,7 @@ BuildRequires: perl(File::Temp)
|
||||
BuildRequires: perl(POSIX)
|
||||
BuildRequires: perl(Storable)
|
||||
# Tests
|
||||
BuildRequires: perl(CPAN::Meta)
|
||||
BuildRequires: perl(IO::Handle)
|
||||
BuildRequires: perl(IPC::Open3)
|
||||
BuildRequires: perl(Test::More) >= 0.94
|
||||
@ -81,6 +83,11 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Thu Jul 19 2018 Jason L Tibbitts III <tibbs@math.uh.edu> - 1.20-1
|
||||
- Update to 1.20.
|
||||
- Add CPAN::Meta build dependency.
|
||||
- Fix RHEL conditional to be version-limited.
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.19-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user