forked from pool/perl-System-Command
Compare commits
10 Commits
0508a86f57
...
36ccc78c0a
Author | SHA256 | Date | |
---|---|---|---|
36ccc78c0a | |||
d9a9c79031 | |||
55ea4dc231 | |||
2e76bb181d | |||
|
2cc3ce66fc | ||
|
84231419bf | ||
|
67335a4347 | ||
|
d87b6107ae | ||
e926a05ae3 | |||
|
ed86991aa6 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d93d98495c3fe032fe662e55cb4e1bca74a89f45a995e52fab5a56f4945676e9
|
||||
size 27239
|
3
System-Command-1.122.tar.gz
Normal file
3
System-Command-1.122.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d9b823b26619aa69f7a0616650a7810e895a8df062de9d2240d65dbe5cfe747a
|
||||
size 31584
|
@@ -1,3 +1,106 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-System-Command
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,25 +12,24 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: perl-System-Command
|
||||
Version: 1.113
|
||||
Release: 0
|
||||
%define cpan_name System-Command
|
||||
Name: perl-System-Command
|
||||
Version: 1.122
|
||||
Release: 0
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Object for running system commands
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/System-Command/
|
||||
Source0: http://www.cpan.org/authors/id/B/BO/BOOK/%{cpan_name}-%{version}.tar.gz
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/B/BO/BOOK/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(IPC::Run)
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
Requires: perl(IPC::Run)
|
||||
%{perl_requires}
|
||||
|
||||
@@ -40,14 +39,14 @@ return an object representing them, allowing to interact with them through
|
||||
their 'STDIN', 'STDOUT' and 'STDERR' handles.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
%{__make} %{?_smp_mflags}
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
%make_build
|
||||
|
||||
%check
|
||||
%{__make} test
|
||||
make test
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
@@ -55,7 +54,7 @@ their 'STDIN', 'STDOUT' and 'STDERR' handles.
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes LICENSE README
|
||||
%doc Changes README
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user