summaryrefslogtreecommitdiffstats
path: root/php-pecl-swoole4.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-07-13 14:05:14 +0200
committerRemi Collet <remi@remirepo.net>2018-07-13 14:05:14 +0200
commit8ca5ccbfe6a1a16a67bab23b34b3069e811015d3 (patch)
tree714780abe1219befaee4c37561463ac80a8d6c9d /php-pecl-swoole4.spec
parent01bfcadc856506a9753a636b4f31cfb13490f913 (diff)
v4.0.2
Diffstat (limited to 'php-pecl-swoole4.spec')
-rw-r--r--php-pecl-swoole4.spec12
1 files changed, 5 insertions, 7 deletions
diff --git a/php-pecl-swoole4.spec b/php-pecl-swoole4.spec
index 488e173..11e15a3 100644
--- a/php-pecl-swoole4.spec
+++ b/php-pecl-swoole4.spec
@@ -17,13 +17,8 @@
%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
%global pecl_name swoole
-%if "%{php_version}" < "5.6"
-# After sockets
-%global ini_name %{pecl_name}.ini
-%else
# After 20-sockets
%global ini_name 40-%{pecl_name}.ini
-%endif
%if 0%{?fedora} >= 24 || 0%{?rhel} >= 8
%global with_pgsql 1
@@ -41,8 +36,8 @@
Summary: PHP's asynchronous concurrent distributed networking framework
Name: %{?sub_prefix}php-pecl-%{pecl_name}4
-Version: 4.0.1
-Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Version: 4.0.2
+Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: BSD
URL: http://pecl.php.net/package/%{pecl_name}
Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz
@@ -319,6 +314,9 @@ cd ../ZTS
%changelog
+* Fri Jul 13 2018 Remi Collet <remi@remirepo.net> - 4.0.2-1
+- update to 4.0.2
+
* Fri Jun 29 2018 Remi Collet <remi@remirepo.net> - 4.0.1-2
- osboletes old versions on F29+, EL-8+ and PHP 7.3+