8
0
forked from pool/perl-IPC-Run

Accepting request 998988 from devel:languages:perl:autoupdate

- Fix patch IPC-Run-0.89-path.diff (add -p0)
- updated to 20220807.0
   see /usr/share/doc/packages/perl-IPC-Run/Changelog
  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.
   - #140 - skip t/pty.t test on NetBSD too
   - Add strict/warnings
   - #142 - Follow Windows argument quoting rules
   - #146 - allow win32_newlines.t to actually run
   - #150 - Make t/pty.t test pass on OpenBSD.
   - #148 - Support Win32 commands having nonstandard command line parsing rules
   - Support executing Win32 batch files.
   - Add IPC::Run::Win32Process, for delivering nonstandard command lines.
   - Fix reporting of Win32::Process::Create() errors.
   - #156 - On Windows, avoid hang when closing read end of pipe.
   - #155 - Ignore known test failure on msys. - t/windows_search_path.t
   - Avoid warning with IPCRUNDEBUG, in Windows spawned children.
   - Use $^X, not 'perl', in tests.
   - Thanks to the New active developer: Noah Misch!

OBS-URL: https://build.opensuse.org/request/show/998988
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IPC-Run?expand=0&rev=43
This commit is contained in:
2022-08-24 08:56:22 +00:00
committed by Git OBS Bridge
parent 0e01727ee2
commit f0268b21e7
5 changed files with 43 additions and 15 deletions

View File

@@ -1,3 +1,35 @@
-------------------------------------------------------------------
Tue Aug 23 13:31:42 UTC 2022 - Tina Müller <tina.mueller@suse.com>
- Fix patch IPC-Run-0.89-path.diff (add -p0)
-------------------------------------------------------------------
Mon Aug 8 03:09:37 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 20220807.0
see /usr/share/doc/packages/perl-IPC-Run/Changelog
20220807.0 Mon Aug 1 2022
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.
- #140 - skip t/pty.t test on NetBSD too
- Add strict/warnings
- #142 - Follow Windows argument quoting rules
- #146 - allow win32_newlines.t to actually run
- #150 - Make t/pty.t test pass on OpenBSD.
- #148 - Support Win32 commands having nonstandard command line parsing rules
- Support executing Win32 batch files.
- Add IPC::Run::Win32Process, for delivering nonstandard command lines.
- Fix reporting of Win32::Process::Create() errors.
- #156 - On Windows, avoid hang when closing read end of pipe.
- #155 - Ignore known test failure on msys. - t/windows_search_path.t
- Avoid warning with IPCRUNDEBUG, in Windows spawned children.
- Use $^X, not 'perl', in tests.
- Thanks to the New active developer: Noah Misch!
-------------------------------------------------------------------
Thu May 7 12:35:57 UTC 2020 - Tina Müller <tina.mueller@suse.com>