4.49 bump
This commit is contained in:
parent
94ea704e88
commit
cc9aa72111
1
.gitignore
vendored
1
.gitignore
vendored
@ -38,3 +38,4 @@
|
||||
/CGI-4.46.tar.gz
|
||||
/CGI-4.47.tar.gz
|
||||
/CGI-4.48.tar.gz
|
||||
/CGI-4.49.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: perl-CGI
|
||||
Summary: Handle Common Gateway Interface requests and responses
|
||||
Version: 4.48
|
||||
Version: 4.49
|
||||
Release: 1%{?dist}
|
||||
License: Artistic 2.0
|
||||
Source0: https://cpan.metacpan.org/authors/id/L/LE/LEEJO/CGI-%{version}.tar.gz
|
||||
@ -16,14 +16,10 @@ BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||
# Run-requires:
|
||||
BuildRequires: perl(Carp)
|
||||
# Config not needed on Linux
|
||||
%if 0%{?fedora} >= 22
|
||||
BuildRequires: perl(deprecate)
|
||||
%endif
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(File::Spec) >= 0.82
|
||||
BuildRequires: perl(File::Temp) >= 0.17
|
||||
BuildRequires: perl(HTML::Entities) >= 3.69
|
||||
BuildRequires: perl(if)
|
||||
BuildRequires: perl(overload)
|
||||
BuildRequires: perl(parent)
|
||||
BuildRequires: perl(strict)
|
||||
@ -50,9 +46,6 @@ BuildRequires: perl(utf8)
|
||||
BuildRequires: perl(Test::CPAN::Changes)
|
||||
%endif
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
%if 0%{?fedora} >= 22
|
||||
Requires: perl(deprecate)
|
||||
%endif
|
||||
Requires: perl(File::Spec) >= 0.82
|
||||
Requires: perl(File::Temp) >= 0.17
|
||||
Requires: perl(HTML::Entities) >= 3.69
|
||||
@ -101,6 +94,9 @@ make test
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Mon Jun 08 2020 Jitka Plesnikova <jplesnik@redhat.com> - 4.49-1
|
||||
- 4.49 bump
|
||||
|
||||
* Tue Jun 02 2020 Jitka Plesnikova <jplesnik@redhat.com> - 4.48-1
|
||||
- 4.48 bump
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (CGI-4.48.tar.gz) = 632c8fef5b447b50baa14074759bd9cd1c1d52ac4cdf1c15756b40fb77d768185c0886bfbfe6ee553e0c050a6863be160a01dc6ea1da9e5ff0b566136dc094a7
|
||||
SHA512 (CGI-4.49.tar.gz) = 73f4950199391cbc6ddad2ba2c4a9a8c3b6a4e6d209da239b13516a545320ed904474263196fa945993131827866471399ea66b9280aaf61f679440cd8ce1b64
|
||||
|
||||
Loading…
Reference in New Issue
Block a user