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:
committed by
Git OBS Bridge
parent
1a04eb176b
commit
dcb6857950
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-IPC-System-Options
|
||||
Version: 0.333
|
||||
Version: 0.334
|
||||
Release: 0
|
||||
%define cpan_name IPC-System-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(Proc::ChildError)
|
||||
Requires: perl(String::ShellQuote)
|
||||
Recommends: perl(Log::ger) >= 0.027
|
||||
Recommends: perl(Log::ger) >= 0.034
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
|
Reference in New Issue
Block a user