From 90f12cfda1810274f23d37c8ea6e6a52224a1a20 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 27 Apr 2020 12:42:41 +0200 Subject: add upstream patch to fix 32-bit and old GCC builds --- php-pecl-swoole4.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'php-pecl-swoole4.spec') diff --git a/php-pecl-swoole4.spec b/php-pecl-swoole4.spec index 54ff0f0..fab73b3 100644 --- a/php-pecl-swoole4.spec +++ b/php-pecl-swoole4.spec @@ -34,13 +34,15 @@ Summary: PHP's asynchronous concurrent distributed networking framework Name: %{?sub_prefix}php-pecl-%{pecl_name}4 Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} # Extension is ASL 2.0 # Hiredis is BSD License: ASL 2.0 and BSD URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz +Patch0: https://github.com/swoole/swoole-src/commit/707a7ce38f97a782d0fc7fdbc033c16b146b9809.patch + %if 0%{?rhel} == 6 BuildRequires: devtoolset-6-toolchain %else @@ -163,6 +165,8 @@ sed \ cd NTS +%patch0 -p1 -b .up + # Sanity check, really often broken extver=$(sed -n '/#define SWOOLE_VERSION /{s/.* "//;s/".*$//;p}' include/swoole_version.h) if test "x${extver}" != "x%{upstream_version}%{?upstream_prever}"; then @@ -332,6 +336,9 @@ cd ../ZTS %changelog +* Mon Apr 27 2020 Remi Collet - 4.5.0-2 +- add upstream patch to fix 32-bit and old GCC builds + * Mon Apr 27 2020 Remi Collet - 4.5.0-1 - update to 4.5.0 - open https://github.com/swoole/swoole-src/issues/3276 -- cgit