8
0

Compare commits

...

10 Commits

Author SHA256 Message Date
36ccc78c0a Accepting request 1066011 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1066011
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-System-Command?expand=0&rev=2
2023-02-16 15:56:03 +00:00
d9a9c79031 Accepting request 1065482 from devel:languages:perl:autoupdate
- 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
2023-02-15 17:18:13 +00:00
55ea4dc231 Accepting request 823564 from devel:languages:perl
Needed for perl-Git-Repository

OBS-URL: https://build.opensuse.org/request/show/823564
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-System-Command?expand=0&rev=1
2020-07-30 12:06:16 +00:00
2e76bb181d Accepting request 811344 from devel:languages:perl:autoupdate
- 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)

OBS-URL: https://build.opensuse.org/request/show/811344
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-System-Command?expand=0&rev=10
2020-06-04 11:55:43 +00:00
Stephan Kulow
2cc3ce66fc Accepting request 592965 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/592965
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-System-Command?expand=0&rev=9
2018-04-04 10:21:09 +00:00
Stephan Kulow
84231419bf Accepting request 401446 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/401446
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-System-Command?expand=0&rev=8
2016-06-12 14:21:44 +00:00
Stephan Kulow
67335a4347 Accepting request 354749 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/354749
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-System-Command?expand=0&rev=7
2016-01-19 15:28:42 +00:00
Stephan Kulow
d87b6107ae Accepting request 352255 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/352255
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-System-Command?expand=0&rev=6
2016-01-07 11:42:28 +00:00
e926a05ae3 Accepting request 334384 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/334384
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-System-Command?expand=0&rev=5
2015-09-28 15:07:04 +00:00
Stephan Kulow
ed86991aa6 Accepting request 332232 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/332232
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-System-Command?expand=0&rev=4
2015-09-20 13:50:07 +00:00
4 changed files with 121 additions and 19 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d93d98495c3fe032fe662e55cb4e1bca74a89f45a995e52fab5a56f4945676e9
size 27239

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d9b823b26619aa69f7a0616650a7810e895a8df062de9d2240d65dbe5cfe747a
size 31584

View File

@@ -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

View File

@@ -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