forked from pool/FastCGI
Accepting request 1178131 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1178131 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/FastCGI?expand=0&rev=31
This commit is contained in:
commit
386956ab26
@ -1,7 +1,7 @@
|
|||||||
Index: fcgi-2.4.0/perl/FCGI.PL
|
Index: fcgi-2.4.0/perl/FCGI.PL
|
||||||
===================================================================
|
===================================================================
|
||||||
--- fcgi-2.4.0.orig/perl/FCGI.PL
|
--- perl/FCGI.PL
|
||||||
+++ fcgi-2.4.0/perl/FCGI.PL
|
+++ perl/FCGI.PL
|
||||||
@@ -1,7 +1,7 @@
|
@@ -1,7 +1,7 @@
|
||||||
use Config;
|
use Config;
|
||||||
use ExtUtils::MakeMaker;
|
use ExtUtils::MakeMaker;
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 15 07:42:02 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Use %autosetup macro: allows us to eliminate usage of deprecated
|
||||||
|
%patchN syntax.
|
||||||
|
- Rebase FastCGI-perl526.patch to apply with -p0, like all the
|
||||||
|
other patches.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 11 15:44:16 UTC 2023 - Frederic Crozat <fcrozat@suse.com>
|
Thu May 11 15:44:16 UTC 2023 - Frederic Crozat <fcrozat@suse.com>
|
||||||
|
|
||||||
|
12
FastCGI.spec
12
FastCGI.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package FastCGI
|
# spec file for package FastCGI
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -83,15 +83,7 @@ provides high performance without the limitations of server specific
|
|||||||
APIs.
|
APIs.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n fcgi2-%{version}
|
%autosetup -n fcgi2-%{version} -p0
|
||||||
%patch0
|
|
||||||
%patch1
|
|
||||||
%patch2
|
|
||||||
%patch3
|
|
||||||
%patch4
|
|
||||||
%patch5
|
|
||||||
%patch6
|
|
||||||
%patch7 -p1
|
|
||||||
touch NEWS AUTHORS ChangeLog COPYING
|
touch NEWS AUTHORS ChangeLog COPYING
|
||||||
find doc/{fastcgi-prog-guide,fastcgi-whitepaper} -type f -print0 | xargs -r0 chmod 0644
|
find doc/{fastcgi-prog-guide,fastcgi-whitepaper} -type f -print0 | xargs -r0 chmod 0644
|
||||||
cp include/fcgi_config.h.in .
|
cp include/fcgi_config.h.in .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user