Update to 20220807.0
- New upstream release 20220807.0 - If your applications rely on portability to Windows, see new documentation sections "argument-passing rules are program-specific" and "batch files" - This release fixes bugs in runs of Windows programs that use standard command line parsing rules - Runs of non-standard programs may require changes; notable non-standard programs include cmd.exe, cscript.exe, and Cygwin programs - Skip t/pty.t test on NetBSD too (GH#140) - Add strict/warnings - Follow Windows argument quoting rules (GH#142) - Allow win32_newlines.t to actually run (GH#146) - Make t/pty.t test pass on OpenBSD (GH#150) - Support Win32 commands having non-standard command line parsing rules (GH#148) - Support executing Win32 batch files - Add IPC::Run::Win32Process, for delivering non-standard command lines - Fix reporting of Win32::Process::Create() errors - On Windows, avoid hang when closing read end of pipe (GH#156) - Ignore known test failure on msys - t/windows_search_path.t (GH#155) - Avoid warning with IPCRUNDEBUG, in Windows spawned children - Use $^X, not 'perl', in tests - Thanks to the new active developer: Noah Misch!
This commit is contained in:
parent
5d2a4ce1cf
commit
a9df48230a
@ -2,8 +2,8 @@
|
||||
%bcond_without perl_IPC_Run_enables_optional_test
|
||||
|
||||
Name: perl-IPC-Run
|
||||
Version: 20200505.0
|
||||
Release: 9%{?dist}
|
||||
Version: 20220807.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl module for interacting with child processes
|
||||
# the rest: GPL+ or Artistic
|
||||
# The Win32* modules are not part of the binary RPM package
|
||||
@ -43,15 +43,16 @@ BuildRequires: perl(strict)
|
||||
BuildRequires: perl(Symbol)
|
||||
# Text::ParseWords not used on Linux
|
||||
BuildRequires: perl(vars)
|
||||
BuildRequires: perl(warnings)
|
||||
# Win32::Process not used on Linux
|
||||
# Win32API::File not used on Linux
|
||||
# Tests:
|
||||
# B not used on Linux
|
||||
BuildRequires: perl(Cwd)
|
||||
BuildRequires: perl(Encode)
|
||||
BuildRequires: perl(File::Temp)
|
||||
BuildRequires: perl(IO::Tty)
|
||||
BuildRequires: perl(Test::More) >= 0.47
|
||||
BuildRequires: perl(warnings)
|
||||
%if %{with perl_IPC_Run_enables_optional_test}
|
||||
# Optional Tests
|
||||
BuildRequires: perl(Readonly)
|
||||
@ -113,6 +114,30 @@ make test
|
||||
%{_mandir}/man3/IPC::Run::Timer.3*
|
||||
|
||||
%changelog
|
||||
* Sun Aug 7 2022 Paul Howarth <paul@city-fan.org> - 20220807.0-1
|
||||
- Update to 20220807.0
|
||||
- If your applications rely on portability to Windows, see new documentation
|
||||
sections "argument-passing rules are program-specific" and "batch files"
|
||||
- This release fixes bugs in runs of Windows programs that use standard
|
||||
command line parsing rules
|
||||
- Runs of non-standard programs may require changes; notable non-standard
|
||||
programs include cmd.exe, cscript.exe, and Cygwin programs
|
||||
- Skip t/pty.t test on NetBSD too (GH#140)
|
||||
- Add strict/warnings
|
||||
- Follow Windows argument quoting rules (GH#142)
|
||||
- Allow win32_newlines.t to actually run (GH#146)
|
||||
- Make t/pty.t test pass on OpenBSD (GH#150)
|
||||
- Support Win32 commands having non-standard command line parsing rules
|
||||
(GH#148)
|
||||
- Support executing Win32 batch files
|
||||
- Add IPC::Run::Win32Process, for delivering non-standard command lines
|
||||
- Fix reporting of Win32::Process::Create() errors
|
||||
- On Windows, avoid hang when closing read end of pipe (GH#156)
|
||||
- Ignore known test failure on msys - t/windows_search_path.t (GH#155)
|
||||
- Avoid warning with IPCRUNDEBUG, in Windows spawned children
|
||||
- Use $^X, not 'perl', in tests
|
||||
- Thanks to the new active developer: Noah Misch!
|
||||
|
||||
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 20200505.0-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (IPC-Run-20200505.0.tar.gz) = 6f2e0cdbd66741a5185aa6f79c5d23189f6527e319ead385a033e482abed439a7e7fb1bbb7fa83c91c7b2971b31313a99b2b6510cc6aad3516ae6524a196d57c
|
||||
SHA512 (IPC-Run-20220807.0.tar.gz) = ddfd0ceb78bd56c8c95a0a293a59d605959ba8d1b161a2c5959ac185c18fffa5cf047c3448d3b83a2733aa1372550f93d74d86eb05d49748f789fa46282694aa
|
||||
|
Loading…
Reference in New Issue
Block a user