diff options
author | Remi Collet <remi@remirepo.net> | 2017-07-19 00:29:57 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-07-19 00:29:57 +0200 |
commit | 3c574c7078c6d1d8931426a8c9f73c85257011e2 (patch) | |
tree | e8b1c33838fb094f30cec6458eb977d788784c4c | |
parent | 0d04dd098e5de6f89df11e112fb59f7cb328d9ee (diff) |
v7.1.8RC1
-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 f30573a..26b8445 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.16 -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} @@ -306,6 +306,9 @@ cd ../ZTS %changelog +* Tue Jul 18 2017 Remi Collet <remi@remirepo.net> - 1.9.16-2 +- rebuild for PHP 7.2.0beta1 new API + * Thu Jul 13 2017 Remi Collet <remi@remirepo.net> - 1.9.16-1 - Update to 1.9.16 |