commit 660e9fc594375e16c15d2a9bf32bc67366571520 Author: Petr Šabata <contyk@xxxxxxxxxx> Date: Fri Mar 28 20:14:23 2014 +0100 0.23 bump, warnings and strict API change .gitignore | 1 + perl-Test-Strict.spec | 22 ++++++++++++++-------- sources | 2 +- 3 files changed, 16 insertions(+), 9 deletions(-) --- diff --git a/.gitignore b/.gitignore index f6e2c02..abbca5d 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ Test-Strict-0.13.tar.gz /Test-Strict-0.20.tar.gz /Test-Strict-0.21.tar.gz /Test-Strict-0.22.tar.gz +/Test-Strict-0.23.tar.gz diff --git a/perl-Test-Strict.spec b/perl-Test-Strict.spec index 895b212..9a28ded 100644 --- a/perl-Test-Strict.spec +++ b/perl-Test-Strict.spec @@ -1,24 +1,27 @@ Name: perl-Test-Strict -Version: 0.22 -Release: 2%{?dist} +Version: 0.23 +Release: 1%{?dist} # see lib/Test/Strict.pm License: GPL+ or Artistic Group: Development/Libraries Summary: Check syntax, presence of use strict/warnings, and test coverage Source: http://search.cpan.org/CPAN/authors/id/S/SZ/SZABGAB/Test-Strict-%{version}.tar.gz Url: http://search.cpan.org/dist/Test-Strict -Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) +Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version)) BuildArch: noarch -BuildRequires: perl(Devel::Cover) +BuildRequires: perl +BuildRequires: perl(Config) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(File::Find) +BuildRequires: perl(File::Spec) BuildRequires: perl(File::Temp) BuildRequires: perl(FindBin) -BuildRequires: perl(Moose) -BuildRequires: perl(Moose::Autobox) +BuildRequires: perl(strict) BuildRequires: perl(Test::Builder) BuildRequires: perl(Test::More) -BuildRequires: perl(Test::Pod) +BuildRequires: perl(Test::Pod) >= 1.00 +BuildRequires: perl(Test::Pod::Coverage) >= 1.00 +BuildRequires: perl(vars) %description "Test::Strict" lets you check the syntax, presence of "use strict;" and @@ -34,7 +37,7 @@ make %{?_smp_mflags} %install make pure_install DESTDIR=%{buildroot} -find %{buildroot} -type f -name .packlist -exec rm -f {} ';' +find %{buildroot} -type f -name .packlist -exec rm -f {} + %{_fixperms} %{buildroot}/* %check @@ -46,6 +49,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Fri Mar 28 2014 Petr Šabata <contyk@xxxxxxxxxx> - 0.23-1 +- 0.23 bump, warnings and strict API change + * Sat Aug 03 2013 Petr Pisar <ppisar@xxxxxxxxxx> - 0.22-2 - Perl 5.18 rebuild diff --git a/sources b/sources index 19ca602..8f863ac 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -41b588f3a376a574747b38641dbf2cf8 Test-Strict-0.22.tar.gz +582ccb43e24bcad40aaf00a24b5311fb Test-Strict-0.23.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel