From ef1d06f592953e0adbf5c731a68552b1c42cec29 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 16 Apr 2014 14:27:40 +0200 Subject: php-pecl-swoole: 1.7.0 --- php-pecl-swoole.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-pecl-swoole.spec b/php-pecl-swoole.spec index 9ee0aaf..a27286f 100644 --- a/php-pecl-swoole.spec +++ b/php-pecl-swoole.spec @@ -17,13 +17,13 @@ # After sockets %global ini_name %{pecl_name}.ini %else -# After 20-ockets +# After 20-sockets %global ini_name 40-%{pecl_name}.ini %endif Summary: PHP's asynchronous concurrent distributed networking framework Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 1.6.12 +Version: 1.7.0 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: BSD Group: Development/Languages @@ -211,6 +211,9 @@ rm -rf %{buildroot} %changelog +* Wed Apr 16 2014 Remi Collet - 1.7.0-1 +- Update to 1.7.0 + * Sun Apr 13 2014 Remi Collet - 1.6.12-1 - Update to 1.6.12 -- cgit