From 22487b845f687bd3724221bbfb697d000f6da3a1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 14 Sep 2016 20:41:16 +0200 Subject: PHP 7.1.0RC2 (SCL) + extension mass rebuild --- php-pecl-swoole.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 - 1.8.11-2 +- rebuild for PHP 7.1 new API version + * Fri Sep 09 2016 Remi Collet - 1.8.11-1 - Update to 1.8.11 -- cgit