diff --git a/System-Command-1.119.tar.gz b/System-Command-1.119.tar.gz deleted file mode 100644 index 396698a..0000000 --- a/System-Command-1.119.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c8c9fb1e527c52463cab1476500efea70396a0b62bea625d2d6faea994dc46e7 -size 30479 diff --git a/System-Command-1.121.tar.gz b/System-Command-1.121.tar.gz new file mode 100644 index 0000000..19484d9 --- /dev/null +++ b/System-Command-1.121.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43de5ecd20c1da46e8a6f4fceab29e04697a2890a99bf6a91b3ca004a468a241 +size 32589 diff --git a/perl-System-Command.changes b/perl-System-Command.changes index d0bb4ca..0954493 100644 --- a/perl-System-Command.changes +++ b/perl-System-Command.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Thu Jun 4 03:12:59 UTC 2020 - Tina Müller + +- updated to 1.121 + see /usr/share/doc/packages/perl-System-Command/Changes + + 1.121 2020-06-03 BOOK + - No functional change: update Changes and contributors + + 1.120 2020-06-03 BOOK + [ENHANCEMENTS] + - System::Command does not clobber $? and $! any more + when DESTOYed (GH #27 by MMCCLIMON) + + ------------------------------------------------------------------- Mon Apr 2 06:00:23 UTC 2018 - coolo@suse.com diff --git a/perl-System-Command.spec b/perl-System-Command.spec index fdf473e..217f03f 100644 --- a/perl-System-Command.spec +++ b/perl-System-Command.spec @@ -1,7 +1,7 @@ # # spec file for package perl-System-Command # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # 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-System-Command -Version: 1.119 +Version: 1.121 Release: 0 %define cpan_name System-Command Summary: Object for running system commands License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/System-Command/ +URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/B/BO/BOOK/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch @@ -31,6 +31,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(IPC::Run) +BuildRequires: perl(Pod::Coverage::TrustPod) +BuildRequires: perl(Test::CPAN::Meta) +BuildRequires: perl(Test::More) >= 0.88 +BuildRequires: perl(Test::Pod) +BuildRequires: perl(Test::Pod::Coverage) Requires: perl(IPC::Run) %{perl_requires} @@ -43,11 +48,11 @@ their 'STDIN', 'STDOUT' and 'STDERR' handles. %setup -q -n %{cpan_name}-%{version} %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