Update to 20180523.0
- New upstream release 20180523.0 - Fix using fd in child process when it happens to be the same number in the child as it was in the parent (GH#99) - Switch upstream from search.cpan.org to metacpan.org
This commit is contained in:
parent
1de5fa3ae2
commit
b04e5eb0b4
@ -1,5 +1,5 @@
|
|||||||
Name: perl-IPC-Run
|
Name: perl-IPC-Run
|
||||||
Version: 0.99
|
Version: 20180523.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Perl module for interacting with child processes
|
Summary: Perl module for interacting with child processes
|
||||||
# the rest: GPL+ or Artistic
|
# the rest: GPL+ or Artistic
|
||||||
@ -8,8 +8,8 @@ Summary: Perl module for interacting with child processes
|
|||||||
# lib/IPC/Run/Win32Pump.pm: GPLv2 or Artistic
|
# lib/IPC/Run/Win32Pump.pm: GPLv2 or Artistic
|
||||||
# lib/IPC/Run/Win32IO.pm: GPLv2 or Artistic
|
# lib/IPC/Run/Win32IO.pm: GPLv2 or Artistic
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
URL: http://search.cpan.org/dist/IPC-Run/
|
URL: https://metacpan.org/release/IPC-Run
|
||||||
Source0: http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/IPC-Run-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/T/TO/TODDR/IPC-Run-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# Build
|
# Build
|
||||||
BuildRequires: coreutils
|
BuildRequires: coreutils
|
||||||
@ -99,6 +99,12 @@ make test
|
|||||||
%{_mandir}/man3/IPC::Run::Timer.3*
|
%{_mandir}/man3/IPC::Run::Timer.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 24 2018 Paul Howarth <paul@city-fan.org> - 20180523.0-1
|
||||||
|
- Update to 20180523.0
|
||||||
|
- Fix using fd in child process when it happens to be the same number in the
|
||||||
|
child as it was in the parent (GH#99)
|
||||||
|
- Switch upstream from search.cpan.org to metacpan.org
|
||||||
|
|
||||||
* Sat Mar 31 2018 Paul Howarth <paul@city-fan.org> - 0.99-1
|
* Sat Mar 31 2018 Paul Howarth <paul@city-fan.org> - 0.99-1
|
||||||
- Update to 0.99
|
- Update to 0.99
|
||||||
- Fixes for Windows unit tests so they skip or pass
|
- Fixes for Windows unit tests so they skip or pass
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (IPC-Run-0.99.tar.gz) = 7a5dcb13d34f934a79a22f8c8512fc50f22c947ac45a85729e8d9d7382c32e3ad57dc4e33c3b6bf85da96cffcb4328c90c8619d80e22e894257062a0fb42c193
|
SHA512 (IPC-Run-20180523.0.tar.gz) = e9d97cbec9f2607d1a89c1a06bd166ae2f030157f201e870df3b88b9f0b915b06a4b0db05b7f50daa4883de255e29c6898b1f9964d706739d4bf7034b53d7f89
|
||||||
|
Loading…
Reference in New Issue
Block a user