forked from pool/perl-System-Command
- updated to 1.122 see /usr/share/doc/packages/perl-System-Command/Changes 1.122 2023-02-04 BOOK [TESTS] - Use $^X in Perl tests, instead of 'perl' (RT #141674 by SREZIC) - Fix t/30-exit.t to pass on Windows (RT #133230 by Lisa Hansen) - Drop some author developement modules from BuildRequires (GH #30 by OALDERS) OBS-URL: https://build.opensuse.org/request/show/1065482 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-System-Command?expand=0&rev=12
137 lines
4.7 KiB
Plaintext
137 lines
4.7 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sun Feb 5 03:09:40 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 1.122
|
|
see /usr/share/doc/packages/perl-System-Command/Changes
|
|
|
|
1.122 2023-02-04 BOOK
|
|
[TESTS]
|
|
- Use $^X in Perl tests, instead of 'perl' (RT #141674 by SREZIC)
|
|
- Fix t/30-exit.t to pass on Windows (RT #133230 by Lisa Hansen)
|
|
- Drop some author developement modules from BuildRequires (GH #30 by OALDERS)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 4 03:12:59 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 1.121
|
|
see /usr/share/doc/packages/perl-System-Command/Changes
|
|
|
|
1.121 2020-06-03 BOOK
|
|
- No functional change: update Changes and contributors
|
|
|
|
1.120 2020-06-03 BOOK
|
|
[ENHANCEMENTS]
|
|
- System::Command does not clobber $? and $! any more
|
|
when DESTOYed (GH #27 by MMCCLIMON)
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 2 06:00:23 UTC 2018 - coolo@suse.com
|
|
|
|
- updated to 1.119
|
|
see /usr/share/doc/packages/perl-System-Command/Changes
|
|
|
|
1.119 Mon Apr 2 2018
|
|
[TESTS]
|
|
- Various test fixes for Win32 and "perl in space" (ETJ)
|
|
[DOCUMENTATION]
|
|
- document the 'input_record_separator' option to loop_on()
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jun 12 13:49:50 UTC 2016 - coolo@suse.com
|
|
|
|
- updated to 1.118
|
|
see /usr/share/doc/packages/perl-System-Command/Changes
|
|
|
|
1.118 Thu Jun 2 2016
|
|
[ENHANCEMENTS]
|
|
- Avoid calling waitpid() more than necessary in _reap()
|
|
- Close all pipes when loop_on() ends successfully, and avoid a warning
|
|
when the exit value is not available
|
|
[TESTS]
|
|
- Fix t/20-zombie.t, which was broken in Strawberry Perl (viviparous)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 19 10:27:22 UTC 2016 - coolo@suse.com
|
|
|
|
- updated to 1.117
|
|
see /usr/share/doc/packages/perl-System-Command/Changes
|
|
|
|
1.117 Sun Jan 17 2016
|
|
[ENHANCEMENT]
|
|
- new method loop_on() to run callbacks on the command output/errput
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 6 10:31:48 UTC 2016 - coolo@suse.com
|
|
|
|
- updated to 1.116
|
|
see /usr/share/doc/packages/perl-System-Command/Changes
|
|
|
|
1.116 Sun Jan 3 2016
|
|
[BUG FIX]
|
|
- Fix for the 'interactive' option (RKINYON)
|
|
[COMPATIBILITY]
|
|
- Remove a warning that was showing up under Perl 5.6
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 28 09:15:01 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 1.115
|
|
see /usr/share/doc/packages/perl-System-Command/Changes
|
|
|
|
1.115 Mon Sep 28 2015
|
|
[BUG FIX]
|
|
- ensure test counts and skip counts remain tied together (MITHALDU)
|
|
[DOCUMENTATION]
|
|
- for each option/feature, document in which version it appeared
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Sep 20 09:21:10 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 1.114
|
|
see /usr/share/doc/packages/perl-System-Command/Changes
|
|
|
|
1.114 Fri Sep 18 2015
|
|
[ENHANCEMENTS]
|
|
- added proper accessors for the following System::Command::Reaper
|
|
attributes: sdtin, stdout, stderr, exit, signal, core
|
|
(after discussion with TIMB in RT #106330)
|
|
- added 'exit', 'signal', 'core' options to System::Command, to allow
|
|
direct update of variables at reaping time
|
|
- added the 'interactive' option, to make it possible to run interactive
|
|
commands directly with system (after discussion with TIMB in RT #106330)
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Sep 6 09:03:51 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 1.113
|
|
see /usr/share/doc/packages/perl-System-Command/Changes
|
|
|
|
1.113 Sun Sep 6 2015
|
|
[ENHANCEMENTS]
|
|
- add proper accessors for the following System::Command::Reaper
|
|
attributes: sdtin, stdout, stderr, exit, signal, core
|
|
(after discussion with TIMB in RT #106330)
|
|
- System::Command::close() now returns the object itself (RT #106867)
|
|
[DOCUMENTATION]
|
|
- document the return value of close() can be used to access the
|
|
value of exit, signal and core
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Aug 1 09:01:40 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 1.112
|
|
see /usr/share/doc/packages/perl-System-Command/Changes
|
|
|
|
1.112 Sat Jul 25 2015
|
|
[ENHANCEMENTS]
|
|
- the 'trace' option now also outputs some information about process
|
|
termination and status (as requested by TIMB in RT #106046)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 17 12:08:48 UTC 2015 - coolo@suse.com
|
|
|
|
- initial package $version
|
|
* created by $NAME $VERSION
|
|
|