Accepting request 866772 from devel:languages:perl:autoupdate

- updated to 0.339
   see /usr/share/doc/packages/perl-IPC-System-Options/Changes
  0.339   2021-01-26  Released-By: PERLANCAR; Urgency: medium
  	- Add option: fail_log_level.

OBS-URL: https://build.opensuse.org/request/show/866772
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IPC-System-Options?expand=0&rev=11
This commit is contained in:
2021-01-27 16:14:51 +00:00
committed by Git OBS Bridge
parent 5941fef89c
commit e96c2afccb
4 changed files with 23 additions and 12 deletions

View File

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

View File

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Jan 26 03:07:08 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 0.339
see /usr/share/doc/packages/perl-IPC-System-Options/Changes
0.339 2021-01-26 Released-By: PERLANCAR; Urgency: medium
- Add option: fail_log_level.
-------------------------------------------------------------------
Tue Aug 18 03:07:59 UTC 2020 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-IPC-System-Options
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,29 +16,31 @@
#
Name: perl-IPC-System-Options
Version: 0.338
Release: 0
%define cpan_name IPC-System-Options
Name: perl-IPC-System-Options
Version: 0.339
Release: 0
Summary: Perl's system(), readpipe()/qx, IPC::Run's run(), start() (with more options)
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
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
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Capture::Tiny)
BuildRequires: perl(File::Temp) >= 0.2307
BuildRequires: perl(IPC::Run)
BuildRequires: perl(Log::ger::Plugin)
BuildRequires: perl(Log::ger::Plugin::MultilevelLog)
BuildRequires: perl(Proc::ChildError)
BuildRequires: perl(String::ShellQuote)
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::More) >= 0.98
Requires: perl(Capture::Tiny)
Requires: perl(IPC::Run)
Requires: perl(Log::ger::Plugin)
Requires: perl(Log::ger::Plugin::MultilevelLog)
Requires: perl(Proc::ChildError)
Requires: perl(String::ShellQuote)
Recommends: perl(Log::ger) >= 0.037
@@ -57,11 +59,11 @@ and a few others. They are meant as a convenience so you can just call
setup and cleanup yourself.
%prep
%setup -q -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%make_build
%check
make test
@@ -72,7 +74,6 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README
%license LICENSE