From 9bafb864dd592663a8deb6ba7171ef14e9e9eeda Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 30 Aug 2019 16:19:11 +0200 Subject: v4.4.5 --- php-pecl-swoole4.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'php-pecl-swoole4.spec') diff --git a/php-pecl-swoole4.spec b/php-pecl-swoole4.spec index 482c8b9..f7b3d3f 100644 --- a/php-pecl-swoole4.spec +++ b/php-pecl-swoole4.spec @@ -30,8 +30,8 @@ Summary: PHP's asynchronous concurrent distributed networking framework Name: %{?sub_prefix}php-pecl-%{pecl_name}4 -Version: 4.4.4 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 4.4.5 +Release: 1%{?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 @@ -50,6 +50,7 @@ BuildRequires: %{?scl_prefix}php-sockets BuildRequires: %{?scl_prefix}php-mysqlnd BuildRequires: pcre-devel BuildRequires: openssl-devel +BuildRequires: zlib-devel %if %{with_brotli} BuildRequires: brotli-devel %endif @@ -330,6 +331,9 @@ cd ../ZTS %changelog +* Fri Aug 30 2019 Remi Collet - 4.4.5-1 +- update to 4.4.5 + * Fri Aug 23 2019 Remi Collet - 4.4.4-2 - drop echo.py which is python 2 only -- cgit