diff --git a/.gitignore b/.gitignore index 1ca32f7..7ea519d 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ Test-Strict-0.13.tar.gz /Test-Strict-0.32.tar.gz /Test-Strict-0.34.tar.gz /Test-Strict-0.36.tar.gz +/Test-Strict-0.37.tar.gz diff --git a/perl-Test-Strict.spec b/perl-Test-Strict.spec index b8c3505..dbd1fa6 100644 --- a/perl-Test-Strict.spec +++ b/perl-Test-Strict.spec @@ -1,6 +1,6 @@ Name: perl-Test-Strict -Version: 0.36 -Release: 3%{?dist} +Version: 0.37 +Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries Summary: Check syntax, presence of use strict/warnings, and test coverage @@ -11,6 +11,7 @@ BuildArch: noarch BuildRequires: findutils BuildRequires: make BuildRequires: perl +BuildRequires: perl-generators BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 BuildRequires: perl(strict) BuildRequires: perl(warnings) @@ -60,6 +61,9 @@ make test %{_mandir}/man3/* %changelog +* Wed Jun 15 2016 Jitka Plesnikova - 0.37-1 +- 0.37 bump + * Tue May 17 2016 Jitka Plesnikova - 0.36-3 - Perl 5.24 rebuild diff --git a/sources b/sources index f99a64b..75fd0c2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3e3b6a955b612fed277b1ede10ed84fc Test-Strict-0.36.tar.gz +739d91c3404e341245ebd0a0081ddc31 Test-Strict-0.37.tar.gz