From 8e5e9521e5d2ea31a04aee3c1aef70ef1c7c50ca Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 19 Sep 2019 08:14:28 +0200 Subject: v4.4.6 --- php-pecl-swoole4.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'php-pecl-swoole4.spec') diff --git a/php-pecl-swoole4.spec b/php-pecl-swoole4.spec index a16914a..5a52cee 100644 --- a/php-pecl-swoole4.spec +++ b/php-pecl-swoole4.spec @@ -30,8 +30,8 @@ Summary: PHP's asynchronous concurrent distributed networking framework Name: %{?sub_prefix}php-pecl-%{pecl_name}4 -Version: 4.4.5 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 4.4.6 +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} # Extension is ASL 2.0 # Hiredis is BSD License: ASL 2.0 and BSD @@ -155,6 +155,7 @@ mv %{pecl_name}-%{version} NTS sed \ -e '/Makefile/s/role="doc"/role="src"/' \ -e '/samples/s/role="doc"/role="src"/' \ + -e '/name="library/s/role="doc"/role="src"/' \ %{?_licensedir: -e '/LICENSE/s/role="doc"/role="src"/' } \ %{?_licensedir: -e '/COPYING/s/role="doc"/role="src"/' } \ -i package.xml @@ -331,6 +332,9 @@ cd ../ZTS %changelog +* Thu Sep 19 2019 Remi Collet - 4.4.6-1 +- update to 4.4.6 + * Tue Sep 03 2019 Remi Collet - 4.4.5-2 - rebuild for 7.4.0RC1 -- cgit