From 0406517b2aae6ff435f25b1c0e9f3d00b51066b936dc0bbd7446cc745cf80252 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 15 Jan 2019 06:44:09 +0000 Subject: [PATCH] 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 --- IPC-System-Options-0.330.tar.gz | 3 --- IPC-System-Options-0.331.tar.gz | 3 +++ perl-IPC-System-Options.changes | 14 ++++++++++++++ perl-IPC-System-Options.spec | 16 ++++++++-------- 4 files changed, 25 insertions(+), 11 deletions(-) delete mode 100644 IPC-System-Options-0.330.tar.gz create mode 100644 IPC-System-Options-0.331.tar.gz diff --git a/IPC-System-Options-0.330.tar.gz b/IPC-System-Options-0.330.tar.gz deleted file mode 100644 index d54457c..0000000 --- a/IPC-System-Options-0.330.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5363a9552114e94f2fe100d7ac633e2eb0c9de3250a59aa79845eed5fc8c1356 -size 21787 diff --git a/IPC-System-Options-0.331.tar.gz b/IPC-System-Options-0.331.tar.gz new file mode 100644 index 0000000..c30c263 --- /dev/null +++ b/IPC-System-Options-0.331.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cf8fb8df5c09e34f16a96bb4be19ebaf1e72369528adf45247b50b53489cdfb +size 22510 diff --git a/perl-IPC-System-Options.changes b/perl-IPC-System-Options.changes index bfd1f34..6b0baf1 100644 --- a/perl-IPC-System-Options.changes +++ b/perl-IPC-System-Options.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue Jan 8 06:17:28 UTC 2019 - Stephan Kulow + +- 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 diff --git a/perl-IPC-System-Options.spec b/perl-IPC-System-Options.spec index ff4a71d..5d4a69f 100644 --- a/perl-IPC-System-Options.spec +++ b/perl-IPC-System-Options.spec @@ -1,7 +1,7 @@ # # 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 # 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) # 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 -Version: 0.330 +Version: 0.331 Release: 0 %define cpan_name IPC-System-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 -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 Source1: cpanspec.yml BuildArch: noarch @@ -50,11 +50,11 @@ Perl's system() and readpipe/qx replacement, with options %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} %check -%{__make} test +make test %install %perl_make_install