diff options
-rw-r--r-- | php-pecl-swoole.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-swoole.spec b/php-pecl-swoole.spec index 7b76e4f..8d7283d 100644 --- a/php-pecl-swoole.spec +++ b/php-pecl-swoole.spec @@ -33,7 +33,7 @@ Summary: PHP's asynchronous concurrent distributed networking framework Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.9.13 -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -307,6 +307,9 @@ cd ../ZTS %changelog +* Wed Jun 21 2017 Remi Collet <remi@remirepo.net> - 1.9.13-2 +- rebuild for 7.2.0alpha2 + * Fri Jun 9 2017 Remi Collet <remi@remirepo.net> - 1.9.13-1 - Update to 1.9.13 |