From 5de52fc54affe047ac1541b11cf83f61af0c5143 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 28 Oct 2018 17:19:05 +0100 Subject: v4.2.5 --- php-pecl-swoole4.spec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'php-pecl-swoole4.spec') diff --git a/php-pecl-swoole4.spec b/php-pecl-swoole4.spec index e1fc51d..47c4814 100644 --- a/php-pecl-swoole4.spec +++ b/php-pecl-swoole4.spec @@ -36,7 +36,7 @@ Summary: PHP's asynchronous concurrent distributed networking framework Name: %{?sub_prefix}php-pecl-%{pecl_name}4 -Version: 4.2.4 +Version: 4.2.5 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD URL: http://pecl.php.net/package/%{pecl_name} @@ -201,9 +201,8 @@ EOF %if 0%{?rhel} == 6 source /opt/rh/devtoolset-6/enable g++ --version -%else -%{?dtsenable} %endif +%{?dtsenable} peclbuild() { %configure \ @@ -243,9 +242,8 @@ peclbuild %{_bindir}/zts-php-config %if 0%{?rhel} == 6 source /opt/rh/devtoolset-6/enable g++ --version -%else -%{?dtsenable} %endif +%{?dtsenable} make -C NTS \ install INSTALL_ROOT=%{buildroot} @@ -340,6 +338,9 @@ cd ../ZTS %changelog +* Sun Oct 28 2018 Remi Collet - 4.2.5-1 +- update to 4.2.5 + * Fri Oct 26 2018 Remi Collet - 4.2.4-1 - update to 4.2.4 -- cgit