diff --git a/perl-FCGI.spec b/perl-FCGI.spec index 22925d4..34d218b 100644 --- a/perl-FCGI.spec +++ b/perl-FCGI.spec @@ -3,7 +3,7 @@ Summary: FastCGI Perl bindings # needed to properly replace/obsolete fcgi-perl Epoch: 1 Version: 0.78 -Release: 10%{?dist} +Release: 11%{?dist} # same as fcgi License: OML @@ -32,6 +32,9 @@ BuildRequires: perl(Test) Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Requires: perl(Carp) Requires: perl(XSLoader) +# fcgiapp.c, os_unix.c, os_win32.c are copied and modified from FastCGI +# Developer's Kit of an unknown version, bug #736612 +Provides: bundled(fcgi) %{?perl_default_filter} @@ -61,6 +64,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Tue Jan 15 2019 Petr Pisar - 1:0.78-11 +- Document an fcgi library is bundled (bug #736612) + * Fri Jul 13 2018 Fedora Release Engineering - 1:0.78-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild