From 9576aa13d8853801bca6c6dcf3cbfcabcc2af720 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 28 Dec 2017 11:39:52 +0100 Subject: add upstream patch to fix broken build with PHP 5.x --- php-pecl-swoole2.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'php-pecl-swoole2.spec') diff --git a/php-pecl-swoole2.spec b/php-pecl-swoole2.spec index 236afc6..3e747a0 100644 --- a/php-pecl-swoole2.spec +++ b/php-pecl-swoole2.spec @@ -37,6 +37,8 @@ Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz +Patch0: https://github.com/swoole/swoole-src/commit/5945408fc74922a25a5d3c1500363ce474eb87dc.patch + BuildRequires: %{?scl_prefix}php-devel >= 5.5 BuildRequires: %{?scl_prefix}php-pear BuildRequires: %{?scl_prefix}php-sockets @@ -151,6 +153,7 @@ sed -e '/examples/s/role="src"/role="doc"/' \ cd NTS +%patch0 -p1 -b .upstream # Sanity check, really often broken extver=$(sed -n '/#define PHP_SWOOLE_VERSION/{s/.* "//;s/".*$//;p}' php_swoole.h) @@ -310,7 +313,8 @@ cd ../ZTS %changelog * Thu Dec 28 2017 Remi Collet - 2.0.11-1 - Update to 2.0.11 (stable) -- open https://github.com/swoole/swoole-src/issues/1433 - broken with PHP 5 +- add upstream patch to fix broken build with PHP 5.x + https://github.com/swoole/swoole-src/issues/1433 * Thu Dec 14 2017 Remi Collet - 2.0.10-1 - Update to 2.0.10 (stable) -- cgit