diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-04-30 08:13:11 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-04-30 08:13:11 +0200 |
commit | 5aa9b201dc8bbdc884f8947b9ef404e72608abb5 (patch) | |
tree | ce4cb920ee6dfa1659c7b5ba3170cabef3aeb727 | |
parent | ef1d06f592953e0adbf5c731a68552b1c42cec29 (diff) |
php-pecl-swoole: 1.7.1 (stable)
-rw-r--r-- | php-pecl-swoole.spec | 7 |
1 files 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 <remi@fedoraproject.org> - 1.7.1-1 +- Update to 1.7.1 (stable) + * Wed Apr 16 2014 Remi Collet <remi@fedoraproject.org> - 1.7.0-1 - Update to 1.7.0 @@ -235,4 +238,4 @@ rm -rf %{buildroot} * Tue Dec 24 2013 Remi Collet <rcollet@redhat.com> - 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 |