4.32 bump
This commit is contained in:
parent
dd24363820
commit
7f408b71e6
1
.gitignore
vendored
1
.gitignore
vendored
@ -23,3 +23,4 @@
|
||||
/CGI-4.27.tar.gz
|
||||
/CGI-4.28.tar.gz
|
||||
/CGI-4.31.tar.gz
|
||||
/CGI-4.32.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: perl-CGI
|
||||
Summary: Handle Common Gateway Interface requests and responses
|
||||
Version: 4.31
|
||||
Version: 4.32
|
||||
Release: 1%{?dist}
|
||||
License: (GPL+ or Artistic) and Artistic 2.0
|
||||
Group: Development/Libraries
|
||||
@ -19,7 +19,7 @@ BuildRequires: sed
|
||||
BuildRequires: perl(base)
|
||||
BuildRequires: perl(Carp)
|
||||
# Config not needed on Linux
|
||||
%if 0%(perl -e 'print $] >= 5.019')
|
||||
%if 0%{?fedora} >= 22
|
||||
BuildRequires: perl(deprecate)
|
||||
%endif
|
||||
BuildRequires: perl(Exporter)
|
||||
@ -53,11 +53,11 @@ BuildRequires: perl(utf8)
|
||||
BuildRequires: perl(Test::CPAN::Changes)
|
||||
%endif
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
%if 0%(perl -e 'print $] >= 5.019')
|
||||
%if 0%{?fedora} >= 22
|
||||
Requires: perl(deprecate)
|
||||
%endif
|
||||
Requires: perl(File::Spec) >= 0.82
|
||||
Requires: perl(File::Spec) >= 0.17
|
||||
Requires: perl(File::Temp) >= 0.17
|
||||
Requires: perl(HTML::Entities) >= 3.69
|
||||
Requires: perl(Text::ParseWords)
|
||||
|
||||
@ -106,6 +106,9 @@ make test
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Wed Jul 20 2016 Jitka Plesnikova <jplesnik@redhat.com> - 4.32-1
|
||||
- 4.32 bump
|
||||
|
||||
* Wed Jun 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 4.31-1
|
||||
- 4.31 bump
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user