3.64 bump

This commit is contained in:
Petr Písař 2013-11-26 10:31:45 +01:00
parent 17d1d9b947
commit 6eb8dc39ad
3 changed files with 14 additions and 3 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <ppisar@redhat.com> - 3.64-1
- 3.64 bump
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.63-291
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

View File

@ -1 +1 @@
78eb3acb736205ca12ec2c79bc737e6c CGI.pm-3.63.tar.gz
396afa921d7ce76aa3a5dc4ff744bf3d CGI.pm-3.64.tar.gz