diff --git a/IPC-System-Options-0.333.tar.gz b/IPC-System-Options-0.333.tar.gz deleted file mode 100644 index f3a8979..0000000 --- a/IPC-System-Options-0.333.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c42349a0bd47024a8534b5243e632bbee0f780f293c22af3788ad5f815d1ccf -size 21543 diff --git a/IPC-System-Options-0.334.tar.gz b/IPC-System-Options-0.334.tar.gz new file mode 100644 index 0000000..d087eda --- /dev/null +++ b/IPC-System-Options-0.334.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4ea653eda3ba7e0246786dd080269e5a7fc33335bdecced8f6034df6afff29e +size 22378 diff --git a/perl-IPC-System-Options.changes b/perl-IPC-System-Options.changes index 5598155..8895ec0 100644 --- a/perl-IPC-System-Options.changes +++ b/perl-IPC-System-Options.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Mar 11 03:12:40 UTC 2020 - + +- 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 - diff --git a/perl-IPC-System-Options.spec b/perl-IPC-System-Options.spec index 1fb2a6d..5b1a0e5 100644 --- a/perl-IPC-System-Options.spec +++ b/perl-IPC-System-Options.spec @@ -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