diff options
Diffstat (limited to 'php-pecl-swoole2.spec')
-rw-r--r-- | php-pecl-swoole2.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-swoole2.spec b/php-pecl-swoole2.spec index 6d3c802..e132e14 100644 --- a/php-pecl-swoole2.spec +++ b/php-pecl-swoole2.spec @@ -41,7 +41,7 @@ Summary: PHP's asynchronous concurrent distributed networking framework Name: %{?sub_prefix}php-pecl-%{pecl_name}2 -Version: 2.1.3 +Version: 2.2.0 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD URL: http://pecl.php.net/package/%{pecl_name} @@ -315,6 +315,9 @@ cd ../ZTS %changelog +* Wed May 23 2018 Remi Collet <remi@remirepo.net> - 2.2.0-1 +- update to 2.2.0 + * Mon Apr 16 2018 Remi Collet <remi@remirepo.net> - 2.1.3-1 - update to 2.1.3 |