From 259a92e6cce3fc1d559b816fece8c2df5e17ca80a229f58a755dd253c9936a95 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 25 Sep 2017 09:02:49 +0000 Subject: [PATCH] Accepting request 528487 from home:coolo:branches:openSUSE:Factory - add FastCGI-perl526.patch as perl 5.26 no longer has . in @INC OBS-URL: https://build.opensuse.org/request/show/528487 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/FastCGI?expand=0&rev=40 --- FastCGI-perl526.patch | 13 +++++++++++++ FastCGI.changes | 5 +++++ FastCGI.spec | 4 +++- 3 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 FastCGI-perl526.patch diff --git a/FastCGI-perl526.patch b/FastCGI-perl526.patch new file mode 100644 index 0000000..4c13646 --- /dev/null +++ b/FastCGI-perl526.patch @@ -0,0 +1,13 @@ +Index: fcgi-2.4.0/perl/FCGI.PL +=================================================================== +--- fcgi-2.4.0.orig/perl/FCGI.PL ++++ fcgi-2.4.0/perl/FCGI.PL +@@ -1,7 +1,7 @@ + use Config; + use ExtUtils::MakeMaker; + +-do 'FCGI.cfg' or die "no FCGI.cfg"; ++do './FCGI.cfg' or die "no FCGI.cfg"; + + open OUT, ">FCGI.pm"; + diff --git a/FastCGI.changes b/FastCGI.changes index c1c0293..0631788 100644 --- a/FastCGI.changes +++ b/FastCGI.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Sep 24 08:10:16 UTC 2017 - coolo@suse.com + +- add FastCGI-perl526.patch as perl 5.26 no longer has . in @INC + ------------------------------------------------------------------- Sat Dec 20 11:57:22 UTC 2014 - jengelh@inai.de diff --git a/FastCGI.spec b/FastCGI.spec index 7cce724..e9e2e75 100644 --- a/FastCGI.spec +++ b/FastCGI.spec @@ -1,7 +1,7 @@ # # spec file for package FastCGI # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -33,6 +33,7 @@ Patch3: fastcgi-2.4.0_missing_call_to_fclose.patch Patch4: FastCGI-gcc44.patch Patch5: FastCGI-perl514.patch Patch6: FastCGI-fix_deprecated_api.patch +Patch7: FastCGI-perl526.patch BuildRequires: gcc-c++ BuildRequires: libtool BuildRequires: perl @@ -89,6 +90,7 @@ APIs. %patch4 %patch5 %patch6 +%patch7 -p1 touch NEWS AUTHORS ChangeLog COPYING find doc/{fastcgi-prog-guide,fastcgi-whitepaper} -type f -print0 | xargs -r0 chmod 0644