diff options
author | Remi Collet <remi@remirepo.net> | 2018-12-28 12:12:06 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-12-28 12:12:06 +0100 |
commit | 2461185588291077fef81f6a81868a0f21f40574 (patch) | |
tree | 6780672bee8b1a8d6e3c999242b913d7c843bacb /php-pecl-swoole4.spec | |
parent | bf95996dca9b743092547ef1424769529b03705c (diff) |
v4.2.11
Diffstat (limited to 'php-pecl-swoole4.spec')
-rw-r--r-- | php-pecl-swoole4.spec | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/php-pecl-swoole4.spec b/php-pecl-swoole4.spec index 0249ad6..13faaa0 100644 --- a/php-pecl-swoole4.spec +++ b/php-pecl-swoole4.spec @@ -35,7 +35,7 @@ Summary: PHP's asynchronous concurrent distributed networking framework Name: %{?sub_prefix}php-pecl-%{pecl_name}4 -Version: 4.2.10 +Version: 4.2.11 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} # Extension is ASL 2.0 # Hiredis is BSD @@ -68,6 +68,7 @@ BuildRequires: postgresql-devel > 9.5 %if %{with_brotli} BuildRequires: brotli-devel %endif +BuildRequires: c-ares-devel Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} Requires: %{?scl_prefix}php(api) = %{php_core_api} @@ -341,6 +342,9 @@ cd ../ZTS %changelog +* Fri Dec 28 2018 Remi Collet <remi@remirepo.net> - 4.2.11-1 +- update to 4.2.11 + * Thu Dec 20 2018 Remi Collet <remi@remirepo.net> - 4.2.10-1 - update to 4.2.10 |