summaryrefslogtreecommitdiffstats
path: root/php-pecl-swoole4.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-swoole4.spec')
-rw-r--r--php-pecl-swoole4.spec8
1 files changed, 6 insertions, 2 deletions
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 <remi@remirepo.net> - 4.4.6-1
+- update to 4.4.6
+
* Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 4.4.5-2
- rebuild for 7.4.0RC1