Hello community,

here is the log from the commit of package FastCGI for openSUSE:Factory checked 
in at 2017-10-02 16:43:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/FastCGI (Old)
 and      /work/SRC/openSUSE:Factory/.FastCGI.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "FastCGI"

Mon Oct  2 16:43:46 2017 rev:29 rq:528599 version:2.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/FastCGI/FastCGI.changes  2014-12-30 
00:49:43.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.FastCGI.new/FastCGI.changes     2017-10-02 
16:43:47.886048043 +0200
@@ -1,0 +2,5 @@
+Sun Sep 24 08:10:16 UTC 2017 - [email protected]
+
+- add FastCGI-perl526.patch as perl 5.26 no longer has . in @INC
+
+-------------------------------------------------------------------

New:
----
  FastCGI-perl526.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ FastCGI.spec ++++++
--- /var/tmp/diff_new_pack.btWRqP/_old  2017-10-02 16:43:49.389836615 +0200
+++ /var/tmp/diff_new_pack.btWRqP/_new  2017-10-02 16:43:49.389836615 +0200
@@ -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 @@
 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 @@
 %patch4
 %patch5
 %patch6
+%patch7 -p1
 touch NEWS AUTHORS ChangeLog COPYING
 find doc/{fastcgi-prog-guide,fastcgi-whitepaper} -type f -print0 | xargs -r0 
chmod 0644
 

++++++ FastCGI-perl526.patch ++++++
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";
 

Reply via email to