forked from pool/perl-Test-Strict
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:
commit
aaf183ae0e
@ -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
3
Test-Strict-0.45.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:683713c35b58b094bf5881ec7a75b139569107f80cbfdefbc59ea2cbad0b5245
|
||||||
|
size 20427
|
@ -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
|
Mon Feb 12 12:31:14 UTC 2018 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Test-Strict
|
Name: perl-Test-Strict
|
||||||
Version: 0.41
|
Version: 0.45
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Test-Strict
|
%define cpan_name Test-Strict
|
||||||
Summary: Check syntax, presence of use strict; and test coverage
|
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
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/Test-Strict/
|
Url: http://search.cpan.org/dist/Test-Strict/
|
||||||
Source0: https://cpan.metacpan.org/authors/id/M/MA/MANWAR/%{cpan_name}-%{version}.tar.gz
|
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
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Devel::Cover) >= 0.43
|
|
||||||
BuildRequires: perl(IO::Scalar)
|
BuildRequires: perl(IO::Scalar)
|
||||||
BuildRequires: perl(Test::More) >= 1.00
|
BuildRequires: perl(Test::More) >= 1.00
|
||||||
Requires: perl(Devel::Cover) >= 0.43
|
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
Reference in New Issue
Block a user