Accepting request 783765 from devel:languages:perl:autoupdate

- updated to 0.334
   see /usr/share/doc/packages/perl-IPC-System-Options/Changes
  0.334   2020-03-10  Released-By: PERLANCAR; Urgency: medium
  
          - [bugfix] readpipe() didn't respect shell=0 option. Since Perl's
            backtick always uses shell, when user wants shell=0, we need to avoid
            using backtick and emulate it with system() + capture_output instead.

OBS-URL: https://build.opensuse.org/request/show/783765
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IPC-System-Options?expand=0&rev=7
This commit is contained in:
Lars Vogdt
2020-03-14 08:19:00 +00:00
committed by Git OBS Bridge
parent 1a04eb176b
commit dcb6857950
4 changed files with 17 additions and 5 deletions

View File

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

View File

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

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Mar 11 03:12:40 UTC 2020 - <timueller+perl@suse.de>
- updated to 0.334
see /usr/share/doc/packages/perl-IPC-System-Options/Changes
0.334 2020-03-10 Released-By: PERLANCAR; Urgency: medium
- [bugfix] readpipe() didn't respect shell=0 option. Since Perl's
backtick always uses shell, when user wants shell=0, we need to avoid
using backtick and emulate it with system() + capture_output instead.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jan 23 03:09:32 UTC 2020 - <timueller+perl@suse.de> Thu Jan 23 03:09:32 UTC 2020 - <timueller+perl@suse.de>

View File

@@ -17,7 +17,7 @@
Name: perl-IPC-System-Options Name: perl-IPC-System-Options
Version: 0.333 Version: 0.334
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
@@ -40,7 +40,7 @@ Requires: perl(Capture::Tiny)
Requires: perl(IPC::Run) Requires: perl(IPC::Run)
Requires: perl(Proc::ChildError) Requires: perl(Proc::ChildError)
Requires: perl(String::ShellQuote) Requires: perl(String::ShellQuote)
Recommends: perl(Log::ger) >= 0.027 Recommends: perl(Log::ger) >= 0.034
%{perl_requires} %{perl_requires}
%description %description