diff options
| -rw-r--r-- | PHPINFO | 6 | ||||
| -rw-r--r-- | REFLECTION | 8 | ||||
| -rw-r--r-- | php-pecl-swoole4.spec | 24 | 
3 files changed, 12 insertions, 26 deletions
@@ -3,8 +3,8 @@ swoole  Swoole => enabled  Author => Swoole Team <team@swoole.com> -Version => 4.5.9 -Built => Nov 27 2020 00:00:00 +Version => 4.5.10 +Built => Dec 23 2020 00:00:00  coroutine => enabled  trace_log => enabled  epoll => enabled @@ -14,7 +14,7 @@ cpu_affinity => enabled  spinlock => enabled  rwlock => enabled  sockets => enabled -openssl => OpenSSL 1.1.1h FIPS 22 Sep 2020 +openssl => OpenSSL 1.1.1i FIPS  8 Dec 2020  http2 => enabled  json => enabled  pcre => enabled @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #117 swoole version 4.5.9 ] { +Extension [ <persistent> extension #118 swoole version 4.5.10 ] {    - Dependencies {      Dependency [ json (Required) ] @@ -28,11 +28,11 @@ Extension [ <persistent> extension #117 swoole version 4.5.9 ] {    }    - Constants [359] { -    Constant [ string SWOOLE_VERSION ] { 4.5.9 } -    Constant [ int SWOOLE_VERSION_ID ] { 40509 } +    Constant [ string SWOOLE_VERSION ] { 4.5.10 } +    Constant [ int SWOOLE_VERSION_ID ] { 40510 }      Constant [ int SWOOLE_MAJOR_VERSION ] { 4 }      Constant [ int SWOOLE_MINOR_VERSION ] { 5 } -    Constant [ int SWOOLE_RELEASE_VERSION ] { 9 } +    Constant [ int SWOOLE_RELEASE_VERSION ] { 10 }      Constant [ string SWOOLE_EXTRA_VERSION ] {  }      Constant [ bool SWOOLE_DEBUG ] {  }      Constant [ bool SWOOLE_HAVE_COMPRESSION ] { 1 } diff --git a/php-pecl-swoole4.spec b/php-pecl-swoole4.spec index 80cab16..a5d5710 100644 --- a/php-pecl-swoole4.spec +++ b/php-pecl-swoole4.spec @@ -27,7 +27,7 @@  %global with_brotli   0  %endif -%global upstream_version 4.5.9 +%global upstream_version 4.5.10  #global upstream_prever  RC2 @@ -41,12 +41,9 @@ License:        ASL 2.0 and BSD  URL:            https://pecl.php.net/package/%{pecl_name}  Source0:        https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz -%if 0%{?rhel} == 6 -BuildRequires:  devtoolset-6-toolchain -%else +BuildRequires:  make  BuildRequires:  %{?dtsprefix}gcc  BuildRequires:  %{?dtsprefix}gcc-c++ -%endif  BuildRequires:  %{?scl_prefix}php-devel > 7.1  BuildRequires:  %{?scl_prefix}php-pear  BuildRequires:  %{?scl_prefix}php-json @@ -105,12 +102,6 @@ Obsoletes:      php80-pecl-%{pecl_name} <= %{version}  %endif  %endif -%if 0%{?fedora} < 20 && 0%{?rhel} < 7 -# Filter shared private -%{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$} -%{?filter_setup} -%endif -  %description  Event-driven asynchronous and concurrent networking engine with @@ -194,10 +185,6 @@ EOF  %build -%if 0%{?rhel} == 6 -source /opt/rh/devtoolset-6/enable -g++ --version -%endif  %{?dtsenable}  peclbuild() { @@ -227,10 +214,6 @@ peclbuild %{_bindir}/zts-php-config  %install -%if 0%{?rhel} == 6 -source /opt/rh/devtoolset-6/enable -g++ --version -%endif  %{?dtsenable}  make -C NTS \ @@ -335,6 +318,9 @@ cd ../ZTS  %changelog +* Wed Dec 23 2020 Remi Collet <remi@remirepo.net> - 4.5.10-1 +- update to 4.5.10 +  * Fri Nov 27 2020 Remi Collet <remi@remirepo.net> - 4.5.9-1  - update to 4.5.9  | 
