Accepting request 509327 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/509327
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IPC-System-Options?expand=0&rev=2
This commit is contained in:
Stephan Kulow
2017-07-11 09:48:14 +00:00
committed by Git OBS Bridge
parent 6cc4da2674
commit 3069e53691
5 changed files with 49 additions and 5 deletions

View File

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

View File

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

28
cpanspec.yml Normal file
View File

@@ -0,0 +1,28 @@
---
#description_paragraphs: 3
#description: |-
# override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
#preamble: |-
# BuildRequires: gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Jul 11 05:43:47 UTC 2017 - coolo@suse.com
- updated to 0.32
see /usr/share/doc/packages/perl-IPC-System-Options/Changes
0.32 2017-07-10 (PERLANCAR)
- No functional changes from last dev release.
0.31_001 2017-06-20 (PERLANCAR)
- Switch from Log::Any to Log::ger.
-------------------------------------------------------------------
Sun May 28 19:17:26 UTC 2017 - coolo@suse.com

View File

@@ -17,7 +17,7 @@
Name: perl-IPC-System-Options
Version: 0.31
Version: 0.32
Release: 0
%define cpan_name IPC-System-Options
Summary: Perl's system() and readpipe/qx replacement, with options
@@ -25,6 +25,7 @@ License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/IPC-System-Options/
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
@@ -39,7 +40,7 @@ Requires: perl(Capture::Tiny)
Requires: perl(IPC::Run)
Requires: perl(Proc::ChildError)
Requires: perl(String::ShellQuote)
Recommends: perl(Log::Any::IfLOG) >= 0.07
Recommends: perl(Log::ger) >= 0.011
%{perl_requires}
%description