1
0
forked from perl/perl-IPC-Run
Commit Graph

3 Commits

Author SHA256 Message Date
ee9b7e62f4 Accepting request 1116977 from devel:languages:perl:autoupdate
- Remove IPC-Run-0.89-path.diff (fixed upstream)
- updated to 20231003.0
   see /usr/share/doc/packages/perl-IPC-Run/Changelog
  20231003.0 
   Windows now matches other platforms in that a child calling exit(N) causes
   result() to return N and full_result() to return N << 8.  On Windows, before
   this change, result() was returning N >> 8, and full_result() was returning N.
   Programs having workarounds for this may need to condition those workarounds on
   $IPC::Run::VERSION.
   - #157 - On Windows, avoid hang under IPCRUNDEBUG.
   - Refresh "cpanfile" from Makefile.PL, to allow use on Windows.
   - #163 - Normalize shebangs to /usr/bin/perl
   - Fix or skip all tests recently seen to fail on Windows.
   - Include t/result.t in releases.
   - #168 - Make full_result() and result() Windows behavior match non-Windows.

OBS-URL: https://build.opensuse.org/request/show/1116977
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IPC-Run?expand=0&rev=45
2023-10-16 09:39:36 +00:00
f0268b21e7 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
2022-08-24 08:56:22 +00:00
Stephan Kulow
69557f5766 Accepting request 297043 from devel:languages:perl:autoupdate
- updated to 0.94
   see /usr/share/doc/packages/perl-IPC-Run/Changes
  0.94 Sun Dec 14 2014
   - RT 100858 - Update License discrepancies.
  
  0.93_01 Wed Dec 10 2014
   - Many typo corrections from David Steinbrunner via github
   - RT 20105 - t/pty.t fails on Solaris 10
  
  0.93 Wed Dec 10 2014
   - RT 100711 - Add aggressive exit to t/signal.t after skip_all to prevent failures.
   - RT 97926 - Fix for run argument with spaces in path
   - skip t/win32_compile.t on Android
   - RT 86133 - TODO failing POD tests for IPC::Run

OBS-URL: https://build.opensuse.org/request/show/297043
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IPC-Run?expand=0&rev=29
2015-04-16 05:12:14 +00:00