Accepting request 715730 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/715730
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IPC-Cmd?expand=0&rev=14
This commit is contained in:
Stephan Kulow
2019-07-17 05:28:44 +00:00
committed by Git OBS Bridge
parent 02a6fa6e62
commit ac0f575925
4 changed files with 22 additions and 11 deletions

View File

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

3
IPC-Cmd-1.04.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Jul 16 09:34:20 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 1.04
see /usr/share/doc/packages/perl-IPC-Cmd/CHANGES
1.04 Sat Jul 13 10:08:08 BST 2019
Bug fixes:
- Fixed usage of setsid()
-------------------------------------------------------------------
Fri May 4 05:26:32 UTC 2018 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-IPC-Cmd
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,18 +12,18 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: perl-IPC-Cmd
Version: 1.02
Version: 1.04
Release: 0
%define cpan_name IPC-Cmd
Summary: Finding and Running System Commands Made Easy
Summary: Finding and running system commands made easy
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/IPC-Cmd/
Url: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
@@ -52,11 +52,11 @@ to your verbosity settings.
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%check
%{__make} test
make test
%install
%perl_make_install