From e153a1fc4b44864781ae529838fbfcc79833f601 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 23 Dec 2020 07:38:22 +0100 Subject: update to 4.5.10 --- php-pecl-swoole4.spec | 24 +++++------------------- 1 file changed, 5 insertions(+), 19 deletions(-) (limited to 'php-pecl-swoole4.spec') diff --git a/php-pecl-swoole4.spec b/php-pecl-swoole4.spec index 80cab16..a5d5710 100644 --- a/php-pecl-swoole4.spec +++ b/php-pecl-swoole4.spec @@ -27,7 +27,7 @@ %global with_brotli 0 %endif -%global upstream_version 4.5.9 +%global upstream_version 4.5.10 #global upstream_prever RC2 @@ -41,12 +41,9 @@ 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 -%if 0%{?rhel} == 6 -BuildRequires: devtoolset-6-toolchain -%else +BuildRequires: make BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?dtsprefix}gcc-c++ -%endif BuildRequires: %{?scl_prefix}php-devel > 7.1 BuildRequires: %{?scl_prefix}php-pear BuildRequires: %{?scl_prefix}php-json @@ -105,12 +102,6 @@ Obsoletes: php80-pecl-%{pecl_name} <= %{version} %endif %endif -%if 0%{?fedora} < 20 && 0%{?rhel} < 7 -# Filter shared private -%{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$} -%{?filter_setup} -%endif - %description Event-driven asynchronous and concurrent networking engine with @@ -194,10 +185,6 @@ EOF %build -%if 0%{?rhel} == 6 -source /opt/rh/devtoolset-6/enable -g++ --version -%endif %{?dtsenable} peclbuild() { @@ -227,10 +214,6 @@ peclbuild %{_bindir}/zts-php-config %install -%if 0%{?rhel} == 6 -source /opt/rh/devtoolset-6/enable -g++ --version -%endif %{?dtsenable} make -C NTS \ @@ -335,6 +318,9 @@ cd ../ZTS %changelog +* Wed Dec 23 2020 Remi Collet - 4.5.10-1 +- update to 4.5.10 + * Fri Nov 27 2020 Remi Collet - 4.5.9-1 - update to 4.5.9 -- cgit