From 5aa9b201dc8bbdc884f8947b9ef404e72608abb5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Apr 2014 08:13:11 +0200 Subject: php-pecl-swoole: 1.7.1 (stable) --- 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 a27286f..9aea230 100644 --- a/php-pecl-swoole.spec +++ b/php-pecl-swoole.spec @@ -23,7 +23,7 @@ Summary: PHP's asynchronous concurrent distributed networking framework Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 1.7.0 +Version: 1.7.1 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 30 2014 Remi Collet - 1.7.1-1 +- Update to 1.7.1 (stable) + * Wed Apr 16 2014 Remi Collet - 1.7.0-1 - Update to 1.7.0 @@ -235,4 +238,4 @@ rm -rf %{buildroot} * Tue Dec 24 2013 Remi Collet - 1.6.7-1 - initial package, version 1.6.7 (stable) - open https://github.com/matyhtf/swoole/issues/14 - archive -- open https://github.com/matyhtf/swoole/issues/15 - php 5.5 \ No newline at end of file +- open https://github.com/matyhtf/swoole/issues/15 - php 5.5 -- cgit