Accepting request 579896 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/579896
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Test-Strict?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2018-02-26 22:23:16 +00:00 committed by Git OBS Bridge
commit aaf183ae0e
4 changed files with 29 additions and 7 deletions

View File

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

3
Test-Strict-0.45.tar.gz Normal file
View File

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

View File

@ -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

View File

@ -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