From 798c57118c8f1b3de9b76ea1d6ad908c00c84583 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 10 Nov 2018 15:56:53 +0100 Subject: v4.2.7 --- php-pecl-swoole4.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'php-pecl-swoole4.spec') diff --git a/php-pecl-swoole4.spec b/php-pecl-swoole4.spec index e934c89..72db5d7 100644 --- a/php-pecl-swoole4.spec +++ b/php-pecl-swoole4.spec @@ -35,7 +35,7 @@ Summary: PHP's asynchronous concurrent distributed networking framework Name: %{?sub_prefix}php-pecl-%{pecl_name}4 -Version: 4.2.6 +Version: 4.2.7 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} # Extension is ASL 2.0 # Hiredis is BSD @@ -330,8 +330,9 @@ cd ../ZTS %files devel %doc %{pecl_testdir}/%{pecl_name} %doc %{pecl_docdir}/%{pecl_name}/examples -%doc %{pecl_docdir}/%{pecl_name}/include/readme -%doc %{pecl_docdir}/%{pecl_name}/thirdparty/hiredis +%doc %{pecl_docdir}/%{pecl_name}/include +%doc %{pecl_docdir}/%{pecl_name}/thirdparty +%doc %{pecl_docdir}/%{pecl_name}/travis %{php_incldir}/ext/%{pecl_name} %if %{with_zts} @@ -340,6 +341,9 @@ cd ../ZTS %changelog +* Sat Nov 10 2018 Remi Collet - 4.2.7-1 +- update to 4.2.7 + * Mon Nov 5 2018 Remi Collet - 4.2.6-1 - update to 4.2.6 - use hiredis bundled library -- cgit