diff options
Diffstat (limited to 'php-pecl-swoole4.spec')
-rw-r--r-- | php-pecl-swoole4.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-swoole4.spec b/php-pecl-swoole4.spec index 77e5dfd..e1fc51d 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.3 +Version: 4.2.4 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD URL: http://pecl.php.net/package/%{pecl_name} @@ -340,6 +340,9 @@ cd ../ZTS %changelog +* Fri Oct 26 2018 Remi Collet <remi@remirepo.net> - 4.2.4-1 +- update to 4.2.4 + * Tue Oct 16 2018 Remi Collet <remi@remirepo.net> - 4.2.3-1 - update to 4.2.3 |