From 2461185588291077fef81f6a81868a0f21f40574 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 28 Dec 2018 12:12:06 +0100 Subject: v4.2.11 --- php-pecl-swoole4.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'php-pecl-swoole4.spec') 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 - 4.2.11-1 +- update to 4.2.11 + * Thu Dec 20 2018 Remi Collet - 4.2.10-1 - update to 4.2.10 -- cgit