From f9fdd58759a2e66407ada002eead128f797dafaa Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 26 Jan 2014 07:29:50 +0100 Subject: php-pecl-swoole: 1.6.10 --- php-pecl-swoole.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'php-pecl-swoole.spec') diff --git a/php-pecl-swoole.spec b/php-pecl-swoole.spec index c5b9230..46044c3 100644 --- a/php-pecl-swoole.spec +++ b/php-pecl-swoole.spec @@ -16,7 +16,7 @@ Summary: PHP's asynchronous concurrent distributed networking framework Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 1.6.9 +Version: 1.6.10 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: BSD Group: Development/Languages @@ -27,6 +27,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: %{?scl_prefix}php-devel BuildRequires: %{?scl_prefix}php-pear BuildRequires: %{?scl_prefix}php-sockets +BuildRequires: %{?scl_prefix}php-mysqli Requires(post): %{__pecl} Requires(postun): %{__pecl} @@ -105,9 +106,6 @@ EOF peclbuild() { %configure \ --with-swoole \ -%if "%{php_version}" > "5.4" - --enable-async-mysql \ -%endif --enable-msgqueue \ --with-php-config=$1 @@ -198,6 +196,9 @@ rm -rf %{buildroot} %changelog +* Sun Jan 26 2014 Remi Collet - 1.6.10-1 +- Update to 1.6.10 + * Thu Jan 02 2014 Remi Collet - 1.6.9-1 - Update to 1.6.9 (stable) -- cgit