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 7b6b465..114eb94 100644 --- a/php-pecl-swoole.spec +++ b/php-pecl-swoole.spec @@ -35,7 +35,7 @@  Summary:        PHP's asynchronous concurrent distributed networking framework  Name:           %{?sub_prefix}php-pecl-%{pecl_name}  Version:        1.8.11 -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} @@ -268,6 +268,9 @@ cd ../ZTS  %changelog +* Wed Sep 14 2016 Remi Collet <remi@fedoraproject.org> - 1.8.11-2 +- rebuild for PHP 7.1 new API version +  * Fri Sep 09 2016 Remi Collet <remi@fedoraproject.org> - 1.8.11-1  - Update to 1.8.11 | 
