diff --git a/Test-Strict-0.47.tar.gz b/Test-Strict-0.47.tar.gz deleted file mode 100644 index 2888258..0000000 --- a/Test-Strict-0.47.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b571e88e6c6d5b40a7571bc7df83d340448026b104776ba30dd6b2a7e6c7422f -size 20679 diff --git a/Test-Strict-0.48.tar.gz b/Test-Strict-0.48.tar.gz new file mode 100644 index 0000000..77cec48 --- /dev/null +++ b/Test-Strict-0.48.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74e70c1a2092a3c1c6bda23d569594850a30675776a6aa52355743c1553d8ba3 +size 20751 diff --git a/perl-Test-Strict.changes b/perl-Test-Strict.changes index e2948d0..869ee3c 100644 --- a/perl-Test-Strict.changes +++ b/perl-Test-Strict.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu May 30 05:26:30 UTC 2019 - Stephan Kulow + +- updated to 0.48 + see /usr/share/doc/packages/perl-Test-Strict/Changes + + 0.48 2019-05-29 11:00:00 MANWAR + - Added Test::Most to modules with strictures, #27 @robrwo + ------------------------------------------------------------------- Tue Jul 17 06:09:30 UTC 2018 - coolo@suse.com diff --git a/perl-Test-Strict.spec b/perl-Test-Strict.spec index 04baa13..0b66101 100644 --- a/perl-Test-Strict.spec +++ b/perl-Test-Strict.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Test-Strict # -# 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-Test-Strict -Version: 0.47 +Version: 0.48 Release: 0 %define cpan_name Test-Strict Summary: Check syntax, presence of use strict; and test coverage License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Test-Strict/ +Url: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/M/MA/MANWAR/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch @@ -56,11 +56,11 @@ controlled by '$Test::Strict::UNTAINT_PATTERN'. %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