From 6eb8dc39ade1bca3376aac09ebf4609b8c25a70a Mon Sep 17 00:00:00 2001 From: Petr Písař Date: Nov 26 2013 09:31:45 +0000 Subject: 3.64 bump --- diff --git a/.gitignore b/.gitignore index 93e9c84..32fe5dd 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /CGI.pm-3.61.tar.gz /CGI.pm-3.62.tar.gz /CGI.pm-3.63.tar.gz +/CGI.pm-3.64.tar.gz diff --git a/perl-CGI.spec b/perl-CGI.spec index 6a1743a..ded120b 100644 --- a/perl-CGI.spec +++ b/perl-CGI.spec @@ -1,7 +1,7 @@ Name: perl-CGI Summary: Handle Common Gateway Interface requests and responses -Version: 3.63 -Release: 291%{?dist} +Version: 3.64 +Release: 1%{?dist} License: (GPL+ or Artistic) and Artistic 2.0 Group: Development/Libraries Source0: http://search.cpan.org/CPAN/authors/id/M/MA/MARKSTOS/CGI.pm-%{version}.tar.gz @@ -13,9 +13,13 @@ BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(base) BuildRequires: perl(Carp) BuildRequires: perl(constant) +%if 0%(perl -e 'print $] >= 5.019') +BuildRequires: perl(deprecate) +%endif BuildRequires: perl(Exporter) BuildRequires: perl(FCGI) >= 0.67 BuildRequires: perl(File::Spec) >= 0.82 +BuildRequires: perl(if) BuildRequires: perl(overload) BuildRequires: perl(strict) BuildRequires: perl(vars) @@ -31,6 +35,9 @@ BuildRequires: perl(lib) BuildRequires: perl(Test::More) >= 0.98 BuildRequires: perl(utf8) Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) +%if 0%(perl -e 'print $] >= 5.019') +Requires: perl(deprecate) +%endif Requires: perl(FCGI) >= 0.67 Requires: perl(File::Spec) >= 0.82 Obsoletes: %{name}-tests <= 3.49 @@ -75,6 +82,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Tue Nov 26 2013 Petr Pisar - 3.64-1 +- 3.64 bump + * Sat Aug 03 2013 Fedora Release Engineering - 3.63-291 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index 894f124..33c6f70 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -78eb3acb736205ca12ec2c79bc737e6c CGI.pm-3.63.tar.gz +396afa921d7ce76aa3a5dc4ff744bf3d CGI.pm-3.64.tar.gz