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.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-pecl-swoole4.spec b/php-pecl-swoole4.spec
index e18fcf8..76996dc 100644
--- a/php-pecl-swoole4.spec
+++ b/php-pecl-swoole4.spec
@@ -27,7 +27,7 @@
%global with_brotli 0
%endif
-%global upstream_version 4.4.17
+%global upstream_version 4.4.18
#global upstream_prever RC2
@@ -288,14 +288,14 @@ cd NTS
: Minimal load test for NTS extension
%{__php} $OPT \
--define extension=modules/%{pecl_name}.so \
- --modules | grep %{pecl_name}
+ --modules | grep '^%{pecl_name}$'
%if %{with_zts}
cd ../ZTS
: Minimal load test for ZTS extension
%{__ztsphp} $OPT \
--define extension=modules/%{pecl_name}.so \
- --modules | grep %{pecl_name}
+ --modules | grep '^%{pecl_name}$'
%endif
@@ -332,6 +332,9 @@ cd ../ZTS
%changelog
+* Sun Apr 26 2020 Remi Collet <remi@remirepo.net> - 4.4.18-1
+- update to 4.4.18
+
* Wed Apr 1 2020 Remi Collet <remi@remirepo.net> - 4.4.17-1
- update to 4.4.17