diff --git a/Test-Strict-0.41.tar.gz b/Test-Strict-0.41.tar.gz deleted file mode 100644 index d524082..0000000 --- a/Test-Strict-0.41.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:274bd22c32882f61957e622a6687fedc77a0d6bf46592153cafb97d38441162e -size 20274 diff --git a/Test-Strict-0.45.tar.gz b/Test-Strict-0.45.tar.gz new file mode 100644 index 0000000..1537ed0 --- /dev/null +++ b/Test-Strict-0.45.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:683713c35b58b094bf5881ec7a75b139569107f80cbfdefbc59ea2cbad0b5245 +size 20427 diff --git a/perl-Test-Strict.changes b/perl-Test-Strict.changes index 1152b24..6cd4837 100644 --- a/perl-Test-Strict.changes +++ b/perl-Test-Strict.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Sun Feb 25 07:01:11 UTC 2018 - coolo@suse.com + +- updated to 0.45 + see /usr/share/doc/packages/perl-Test-Strict/Changes + + 0.45 2018-02-22 16:45:00 MANWAR + - Revisited to address issue #17, (Devel::Cover no longer prereq). + + 0.44 2018-02-21 19:20:00 MANWAR + - Added key 'clean' and 'dist' to Makefile.PL script. + +------------------------------------------------------------------- +Wed Feb 21 07:06:41 UTC 2018 - coolo@suse.com + +- updated to 0.43 + see /usr/share/doc/packages/perl-Test-Strict/Changes + + 0.43 2018-02-20 15:00:00 MANWAR + - Bumped the version. + + 0.42 2018-02-20 13:00:00 MANWAR + - Addressed issue #17, (Devel::Cover no longer prereq). + ------------------------------------------------------------------- Mon Feb 12 12:31:14 UTC 2018 - coolo@suse.com diff --git a/perl-Test-Strict.spec b/perl-Test-Strict.spec index d5c16de..3427d10 100644 --- a/perl-Test-Strict.spec +++ b/perl-Test-Strict.spec @@ -17,11 +17,11 @@ Name: perl-Test-Strict -Version: 0.41 +Version: 0.45 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+ +License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Test-Strict/ Source0: https://cpan.metacpan.org/authors/id/M/MA/MANWAR/%{cpan_name}-%{version}.tar.gz @@ -30,10 +30,8 @@ BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Devel::Cover) >= 0.43 BuildRequires: perl(IO::Scalar) BuildRequires: perl(Test::More) >= 1.00 -Requires: perl(Devel::Cover) >= 0.43 %{perl_requires} %description