- 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
- 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
- updated to 0.96
- Update bug tracker to https://github.com/toddr/IPC-Run/issues
- includes 0.95
- Spelling fixes
- doc fix: full_result returns $?, not $? >> 8
- Fix check for reaped PID in reap_nb
- Re-remove unnecessary use of UNIVERSAL
- includes 0.94_02
- Skip infinity test on perl below 5.8.9
- includes 0.94_01
- Use q{} and qq{} to fix problems with quotation in cmd.exe
- sync $VERSION across all files to address kwalitee
- RT 109243 - Stop side affect of altering flushing of STDOUT
and STDERR
- CHILD_HANDLE should be closed with 'Close' to prevent a
warning.
- Better timer error message + an additional unit test
- Catching previously non-detected malformed time strings
- Let Timer accept all allowable perl numbers
- allow the OS to choose the ephemeral port to use
- Don't use version.pm to parse the perl version in Makefile.PL
- Do not import POSIX into local namespace (it's a memory hog)
- perltidy
- require Win32API::File on Windows
- cleanup with spec-cleaner
- rebase IPC-Run-0.89-path.diff
OBS-URL: https://build.opensuse.org/request/show/559566
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IPC-Run?expand=0&rev=31
- 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
- update to 0.90
- RT 57277 - Add breaking test. No solution at present.
- RT 68623 - disable parallel tests on windows
- RT 43072 - Skip dragonfly platform on t/pty.t (hangs)
- RT 14078 - run() miscalculates length of UTF-8 strings
- RT 49693 - security patch for lib/IPC/Run/Win32IO.pm s/INADDR_ANY//
- RT 38193 - Fix error detection on non-English operating systems
- Add a blank doc entry for IPC::Run::Win32IO::poll to quiet
windows pod parser errors
- RT 57190 - handle PATH environment variable not being defined.
WILL NOT default to '.' since UNIX would not do this and the
program has been behaving the UNIX way to date.
- removed authors line from .spec
OBS-URL: https://build.opensuse.org/request/show/76059
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-IPC-Run?expand=0&rev=21
- RT 57277 - Add breaking test. No solution at present.
- RT 68623 - disable parallel tests on windows
- RT 43072 - Skip dragonfly platform on t/pty.t (hangs)
- RT 14078 - run() miscalculates length of UTF-8 strings
- RT 49693 - security patch for lib/IPC/Run/Win32IO.pm s/INADDR_ANY//
- RT 38193 - Fix error detection on non-English operating systems
- Add a blank doc entry for IPC::Run::Win32IO::poll to quiet
windows pod parser errors
- RT 57190 - handle PATH environment variable not being defined.
WILL NOT default to '.' since UNIX would not do this and the
program has been behaving the UNIX way to date.
- removed authors line from .spec
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IPC-Run?expand=0&rev=21