Revisions of perl-IPC-Run

buildservice-autocommit accepted request 1156551 from Tina Müller's avatar Tina Müller (tinita) (revision 48)
baserev update by copy to link target
Tina Müller's avatar Tina Müller (tinita) committed (revision 47)
Fix disabling of __perllib_provides
buildservice-autocommit accepted request 1117963 from Pedro Monreal Gonzalez's avatar Pedro Monreal Gonzalez (pmonrealgonzalez) (revision 46)
baserev update by copy to link target
Pedro Monreal Gonzalez's avatar Pedro Monreal Gonzalez (pmonrealgonzalez) accepted request 1116977 from Tina Müller's avatar Tina Müller (tinita) (revision 45)
- 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.
buildservice-autocommit accepted request 998989 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 44)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 998988 from Tina Müller's avatar Tina Müller (tinita) (revision 43)
- 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!
buildservice-autocommit accepted request 801224 from Pedro Monreal Gonzalez's avatar Pedro Monreal Gonzalez (pmonrealgonzalez) (revision 42)
baserev update by copy to link target
Pedro Monreal Gonzalez's avatar Pedro Monreal Gonzalez (pmonrealgonzalez) accepted request 801215 from Tina Müller's avatar Tina Müller (tinita) (revision 41)
- Rebase IPC-Run-0.89-path.diff
updated to 20200505.0
   see /usr/share/doc/packages/perl-IPC-Run/Changelog
buildservice-autocommit accepted request 611854 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 40)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 611780 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 39)
automatic update
buildservice-autocommit accepted request 594814 from Pedro Monreal Gonzalez's avatar Pedro Monreal Gonzalez (pmonrealgonzalez) (revision 38)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 592489 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 36)
automatic update
buildservice-autocommit accepted request 592070 from Pedro Monreal Gonzalez's avatar Pedro Monreal Gonzalez (pmonrealgonzalez) (revision 35)
baserev update by copy to link target
Pedro Monreal Gonzalez's avatar Pedro Monreal Gonzalez (pmonrealgonzalez) accepted request 592068 from Pedro Monreal Gonzalez's avatar Pedro Monreal Gonzalez (pmonrealgonzalez) (revision 34)
- Fixed build on ppc and ppc64 architectures.
- Refreshed spec file with spec-clean.

  0.97 Mon Mar 26 2018
   - Update meta and POD to point to GitHub issues not RT.
   - Update README with pod changes.
   - Fix variable name in synopsis - [Github #47]
   - Fix t/run.t to work on "perl in space" - [Github #100]
buildservice-autocommit accepted request 561824 from Pedro Monreal Gonzalez's avatar Pedro Monreal Gonzalez (pmonrealgonzalez) (revision 32)
baserev update by copy to link target
Pedro Monreal Gonzalez's avatar Pedro Monreal Gonzalez (pmonrealgonzalez) accepted request 559566 from Avindra Goolcharan's avatar Avindra Goolcharan (avindra) (revision 31)
- 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
buildservice-autocommit accepted request 297047 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 30)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 297043 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 29)
- 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
Displaying revisions 1 - 20 of 48
openSUSE Build Service is sponsored by