From 3537b01e00095cd65fb0855b6e6f5951fa1d3ebff35ea0e254546221bea9c0b8 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sat, 24 Feb 2018 07:03:56 +0000 Subject: [PATCH] Accepting request 578607 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/578607 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Strict?expand=0&rev=20 --- Test-Strict-0.41.tar.gz | 3 --- Test-Strict-0.43.tar.gz | 3 +++ perl-Test-Strict.changes | 12 ++++++++++++ perl-Test-Strict.spec | 6 ++---- 4 files changed, 17 insertions(+), 7 deletions(-) delete mode 100644 Test-Strict-0.41.tar.gz create mode 100644 Test-Strict-0.43.tar.gz 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.43.tar.gz b/Test-Strict-0.43.tar.gz new file mode 100644 index 0000000..e37761b --- /dev/null +++ b/Test-Strict-0.43.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84df471a8095c7a052c3a744fc1e3f9e62e4ff65984dd57228e0188d0cad0013 +size 20291 diff --git a/perl-Test-Strict.changes b/perl-Test-Strict.changes index 1152b24..97f4915 100644 --- a/perl-Test-Strict.changes +++ b/perl-Test-Strict.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +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..5ef80e6 100644 --- a/perl-Test-Strict.spec +++ b/perl-Test-Strict.spec @@ -17,11 +17,11 @@ Name: perl-Test-Strict -Version: 0.41 +Version: 0.43 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