diff --git a/.gitignore b/.gitignore index 4c2c850..78b66d3 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ boolean-0.20.tar.gz /boolean-0.27.tar.gz /boolean-0.28.tar.gz /boolean-0.30.tar.gz +/boolean-0.38.tar.gz diff --git a/perl-boolean.spec b/perl-boolean.spec index f74750f..8fa6282 100644 --- a/perl-boolean.spec +++ b/perl-boolean.spec @@ -1,6 +1,6 @@ Name: perl-boolean -Version: 0.30 -Release: 4%{?dist} +Version: 0.38 +Release: 1%{?dist} Summary: Boolean support for Perl License: GPL+ or Artistic Group: Development/Libraries @@ -8,10 +8,12 @@ URL: http://search.cpan.org/dist/boolean/ Source0: http://www.cpan.org/authors/id/I/IN/INGY/boolean-%{version}.tar.gz BuildArch: noarch BuildRequires: perl >= 0:5.005003 -BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30 BuildRequires: perl(JSON) BuildRequires: perl(Readonly) +BuildRequires: perl(strict) BuildRequires: perl(Test::More) +BuildRequires: perl(warnings) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: perl(Readonly) @@ -42,6 +44,9 @@ make test %{_mandir}/man3/* %changelog +* Thu Jul 31 2014 Jitka Plesnikova - 0.38-1 +- 0.38 bump + * Sat Jun 07 2014 Fedora Release Engineering - 0.30-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index f0507ab..4c1996a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f4f23302481e82402048a91a8fa2e078 boolean-0.30.tar.gz +79a710f81cfb272a5d10fd9c5bd1fc63 boolean-0.38.tar.gz