Update to 0.98
- New upstream release 0.98 - Switch to using $!{EINTR} - Honor umask for user/group permissions on a +rw file - Remove commented code from CPAN RT#50739 - Fix _write on invalid objects (GH#63) - Make slave the controlling terminal so more programs can be called from IPC::Run reliably (GH#54) - Prevent Not a GLOB reference in close_terminal by untieing before close (GH#53) - Fix '&' closing the stdin of the right process (GH#46) - Do POSIX::_exit not ::exit (GH#41) - Ensure child Win32 processes have same priority as parent (GH#40) - Add unit test for passing use of Readonly.pm (GH#38) - Fix GLOB test in IPC::Run::IO->new (GH#39) - Fix for memory leak (GH#86, CPAN RT#57990) - MANIFEST was updated; new tests may start shipping now
This commit is contained in:
parent
572bbe432c
commit
708ed2ce5a
@ -1,5 +1,5 @@
|
||||
Name: perl-IPC-Run
|
||||
Version: 0.97
|
||||
Version: 0.98
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl module for interacting with child processes
|
||||
# the rest: GPL+ or Artistic
|
||||
@ -43,6 +43,7 @@ BuildRequires: perl(vars)
|
||||
# Win32::Process not used on Linux
|
||||
# Win32API::File not used on Linux
|
||||
# Tests:
|
||||
BuildRequires: perl(Encode)
|
||||
BuildRequires: perl(IO::Tty)
|
||||
BuildRequires: perl(Test::More) >= 0.47
|
||||
BuildRequires: perl(warnings)
|
||||
@ -98,8 +99,30 @@ make test
|
||||
%{_mandir}/man3/IPC::Run::Timer.3*
|
||||
|
||||
%changelog
|
||||
* Fri Mar 30 2018 Paul Howarth <paul@city-fan.org> - 0.98-1
|
||||
- Update to 0.98
|
||||
- Switch to using $!{EINTR}
|
||||
- Honor umask for user/group permissions on a +rw file
|
||||
- Remove commented code from CPAN RT#50739
|
||||
- Fix _write on invalid objects (GH#63)
|
||||
- Make slave the controlling terminal so more programs can be called from
|
||||
IPC::Run reliably (GH#54)
|
||||
- Prevent Not a GLOB reference in close_terminal by untieing before close
|
||||
(GH#53)
|
||||
- Fix '&' closing the stdin of the right process (GH#46)
|
||||
- Do POSIX::_exit not ::exit (GH#41)
|
||||
- Ensure child Win32 processes have same priority as parent (GH#40)
|
||||
- Add unit test for passing use of Readonly.pm (GH#38)
|
||||
- Fix GLOB test in IPC::Run::IO->new (GH#39)
|
||||
- Fix for memory leak (GH#86, CPAN RT#57990)
|
||||
- MANIFEST was updated; new tests may start shipping now
|
||||
|
||||
* Tue Mar 27 2018 Paul Howarth <paul@city-fan.org> - 0.97-1
|
||||
- Update to 0.97 (mainly documentation updates)
|
||||
- Update to 0.97
|
||||
- Update meta and POD to point to GitHub issues not RT
|
||||
- Update README with pod changes
|
||||
- Fix variable name in synopsis (GH#47)
|
||||
- Fix t/run.t to work on "perl in space" (GH#100)
|
||||
|
||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.96-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (IPC-Run-0.97.tar.gz) = 2674a5264c7c410fffd12e789121ee379a27c0842f50e27565a93c4d74ef4ab9032919d6221dfdf1d57cbe635f9c9ad0260318c20a896414d50f75d6cc6410c4
|
||||
SHA512 (IPC-Run-0.98.tar.gz) = 1500e352f73242c63db2cd8b791ea4d3196c3b17282aca73d9d6eefe48164bfc9431de25b69ee8950851e424e0d8bc6dfc0a9674c64f6cdec7456a39d40656e2
|
||||
|
Loading…
Reference in New Issue
Block a user