summaryrefslogtreecommitdiffstats
path: root/php-pecl-swoole4.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-08-30 16:19:11 +0200
committerRemi Collet <remi@remirepo.net>2019-08-30 16:19:11 +0200
commit9bafb864dd592663a8deb6ba7171ef14e9e9eeda (patch)
tree080f0bf3dafc99588a8d15d2605d0e6c573dfc3d /php-pecl-swoole4.spec
parent74882db6966a1aff18e2e0dddf1e8bdc17f96271 (diff)
v4.4.5
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 482c8b9..f7b3d3f 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.4
-Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Version: 4.4.5
+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
@@ -50,6 +50,7 @@ BuildRequires: %{?scl_prefix}php-sockets
BuildRequires: %{?scl_prefix}php-mysqlnd
BuildRequires: pcre-devel
BuildRequires: openssl-devel
+BuildRequires: zlib-devel
%if %{with_brotli}
BuildRequires: brotli-devel
%endif
@@ -330,6 +331,9 @@ cd ../ZTS
%changelog
+* Fri Aug 30 2019 Remi Collet <remi@remirepo.net> - 4.4.5-1
+- update to 4.4.5
+
* Fri Aug 23 2019 Remi Collet <remi@remirepo.net> - 4.4.4-2
- drop echo.py which is python 2 only