Accepting request 663566 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/663566
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IPC-System-Options?expand=0&rev=4
This commit is contained in:
Stephan Kulow
2019-01-15 06:44:09 +00:00
committed by Git OBS Bridge
parent 7a0d18a6ad
commit 0406517b2a
4 changed files with 25 additions and 11 deletions

View File

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

View File

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

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Jan 8 06:17:28 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 0.331
see /usr/share/doc/packages/perl-IPC-System-Options/Changes
0.331 2019-01-07 (PERLANCAR)
- Introduce escaping mechanism via scalar reference to avoid a
special character from being quoted from the shell, e.g.
system({shell=>1}, 'ls', '-laR', \'>', '/root/ls-laR.txt').
- Add tests for tee_* options.
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Aug 27 05:41:52 UTC 2017 - coolo@suse.com Sun Aug 27 05:41:52 UTC 2017 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-IPC-System-Options # spec file for package perl-IPC-System-Options
# #
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -12,18 +12,18 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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-IPC-System-Options Name: perl-IPC-System-Options
Version: 0.330 Version: 0.331
Release: 0 Release: 0
%define cpan_name IPC-System-Options %define cpan_name IPC-System-Options
Summary: Perl's system() and readpipe/qx replacement, with options Summary: Perl's system() and readpipe/qx replacement, with options
License: Artistic-1.0 or GPL-1.0+ License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/IPC-System-Options/ Url: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/P/PE/PERLANCAR/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/P/PE/PERLANCAR/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
@@ -50,11 +50,11 @@ Perl's system() and readpipe/qx replacement, with options
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-%{version}
%build %build
%{__perl} Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags} make %{?_smp_mflags}
%check %check
%{__make} test make test
%install %install
%perl_make_install %perl_make_install