From 977c32eae3ee13957eff8b7ca6fd6542c2b2793f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 1 Dec 2016 11:35:04 +0100 Subject: PHP 7.1 mass rebuild part #1 --- 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 272e721..996e910 100644 --- a/php-pecl-swoole.spec +++ b/php-pecl-swoole.spec @@ -31,7 +31,7 @@ Summary: PHP's asynchronous concurrent distributed networking framework Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.9.0 -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} @@ -264,6 +264,9 @@ cd ../ZTS %changelog +* Thu Dec 1 2016 Remi Collet - 1.9.0-2 +- rebuild with PHP 7.1.0 GA + * Tue Nov 22 2016 Remi Collet - 1.9.0-1 - Update to 1.9.0 -- cgit