Accepting request 812593 from devel:languages:perl:autoupdate

- updated to 0.337
   see /usr/share/doc/packages/perl-IPC-System-Options/Changes
  0.337   2020-06-06  Released-By: PERLANCAR; Urgency: medium
  
  	- run(): Allow capture_stdout & capture_stderr to be coderef in
  	  addition to scalarref.

OBS-URL: https://build.opensuse.org/request/show/812593
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IPC-System-Options?expand=0&rev=9
This commit is contained in:
2020-06-08 15:53:22 +00:00
committed by Git OBS Bridge
parent 63f757cf53
commit 012b722280
4 changed files with 20 additions and 6 deletions

View File

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

View File

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

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun Jun 7 03:10:32 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- updated to 0.337
see /usr/share/doc/packages/perl-IPC-System-Options/Changes
0.337 2020-06-06 Released-By: PERLANCAR; Urgency: medium
- run(): Allow capture_stdout & capture_stderr to be coderef in
addition to scalarref.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Apr 24 03:12:02 UTC 2020 - <timueller+perl@suse.de> Fri Apr 24 03:12:02 UTC 2020 - <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-IPC-System-Options # spec file for package perl-IPC-System-Options
# #
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2020 SUSE LLC
# #
# 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
@@ -17,13 +17,13 @@
Name: perl-IPC-System-Options Name: perl-IPC-System-Options
Version: 0.336 Version: 0.337
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-or-later License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: https://metacpan.org/release/%{cpan_name} 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
@@ -31,6 +31,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Capture::Tiny) BuildRequires: perl(Capture::Tiny)
BuildRequires: perl(File::Temp) >= 0.2307
BuildRequires: perl(IPC::Run) BuildRequires: perl(IPC::Run)
BuildRequires: perl(Proc::ChildError) BuildRequires: perl(Proc::ChildError)
BuildRequires: perl(String::ShellQuote) BuildRequires: perl(String::ShellQuote)