Update to 0.80
This commit is contained in:
parent
15f48b1aa4
commit
d6a03674e8
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@ FCGI-0.71.tar.gz
|
||||
/FCGI-0.77.tar.gz
|
||||
/FCGI-0.78.tar.gz
|
||||
/FCGI-0.79.tar.gz
|
||||
/FCGI-0.80.tar.gz
|
||||
|
||||
@ -2,8 +2,8 @@ Name: perl-FCGI
|
||||
Summary: FastCGI Perl bindings
|
||||
# needed to properly replace/obsolete fcgi-perl
|
||||
Epoch: 1
|
||||
Version: 0.79
|
||||
Release: 8%{?dist}
|
||||
Version: 0.80
|
||||
Release: 1%{?dist}
|
||||
# same as fcgi
|
||||
License: OML
|
||||
|
||||
@ -23,6 +23,7 @@ BuildRequires: perl(Config)
|
||||
BuildRequires: perl(Cwd)
|
||||
# ExtUtils::Liblist not used
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||
BuildRequires: perl(FCGI::Client)
|
||||
BuildRequires: perl(File::Copy)
|
||||
# File::Spec not used on Linux
|
||||
BuildRequires: perl(Getopt::Long)
|
||||
@ -33,6 +34,7 @@ BuildRequires: perl(strict)
|
||||
BuildRequires: perl(XSLoader)
|
||||
# Tests:
|
||||
BuildRequires: perl(Test)
|
||||
BuildRequires: perl(Test::More)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Requires: perl(Carp)
|
||||
Requires: perl(XSLoader)
|
||||
@ -70,6 +72,9 @@ make test
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Sun Jul 25 2021 Emmanuel Seyman <emmanuel@seyman.fr> - 1:0.80-1
|
||||
- Update to 0.80
|
||||
|
||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.79-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (FCGI-0.79.tar.gz) = 18bb654b1d779881211e90c37144479fc2767dac71cdeb45099c67e1f2650f1aeae90d8646415b62a9b1dcc7595653b14c9f89b711416ebc6a31342bacd72c90
|
||||
SHA512 (FCGI-0.80.tar.gz) = 665ec497472c9e8b550725fbb1c89a58266a39d8af4c97a729a10bd7ca3c125ff477910667a1defc8157a08c2ffc0e0284af3a4af9490ef7b83d8669398822da
|
||||
|
||||
Loading…
Reference in New Issue
Block a user