From 9a93442df8d1227dfbed2755a9e400465913d91d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 13 Apr 2016 11:17:36 +0200 Subject: php-pecl-swoole: 1.8.4 --- php-pecl-swoole.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'php-pecl-swoole.spec') diff --git a/php-pecl-swoole.spec b/php-pecl-swoole.spec index 3472e54..0cbe19b 100644 --- a/php-pecl-swoole.spec +++ b/php-pecl-swoole.spec @@ -12,10 +12,9 @@ %else %global sub_prefix %{scl_prefix} %endif +%scl_package php-pecl-swoole %endif -%{?scl: %scl_package php-pecl-swoole} - %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global pecl_name swoole %if "%{php_version}" < "5.6" @@ -35,7 +34,7 @@ Summary: PHP's asynchronous concurrent distributed networking framework Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.8.3 +Version: 1.8.4 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD Group: Development/Languages @@ -278,6 +277,9 @@ rm -rf %{buildroot} %changelog +* Wed Apr 13 2016 Remi Collet - 1.8.4-1 +- Update to 1.8.4 (stable) + * Mon Mar 21 2016 Remi Collet - 1.8.3-1 - Update to 1.8.3 (stable) -- cgit