From 45bc9b5590bca364b77440876a8661cb657e3386 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 1 Aug 2017 09:57:02 +0200 Subject: v1.9.17 --- php-pecl-swoole.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-pecl-swoole.spec') diff --git a/php-pecl-swoole.spec b/php-pecl-swoole.spec index 26b8445..68f1b16 100644 --- a/php-pecl-swoole.spec +++ b/php-pecl-swoole.spec @@ -32,8 +32,8 @@ Summary: PHP's asynchronous concurrent distributed networking framework Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.9.16 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 1.9.17 +Release: 1%{?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 Aug 1 2017 Remi Collet - 1.9.17-1 +- Update to 1.9.17 + * Tue Jul 18 2017 Remi Collet - 1.9.16-2 - rebuild for PHP 7.2.0beta1 new API -- cgit