diff options
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-grpc.spec | 9 |
3 files changed, 8 insertions, 5 deletions
@@ -2,7 +2,7 @@ grpc grpc support => enabled -grpc module version => 1.22.0 +grpc module version => 1.23.0RC1 Directive => Local Value => Master Value grpc.enable_fork_support => 0 => 0 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #199 grpc version 1.22.0 ] { +Extension [ <persistent> extension #200 grpc version 1.23.0RC1 ] { - INI { Entry [ grpc.enable_fork_support <SYSTEM> ] diff --git a/php-pecl-grpc.spec b/php-pecl-grpc.spec index e110e04..4c916fc 100644 --- a/php-pecl-grpc.spec +++ b/php-pecl-grpc.spec @@ -24,13 +24,13 @@ %else %global ini_name 40-%{pecl_name}.ini %endif -%global upstream_version 1.22.0 -#global upstream_prever RC1 +%global upstream_version 1.23.0 +%global upstream_prever RC1 Summary: General RPC framework Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: ASL 2.0 URL: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz @@ -231,6 +231,9 @@ cd ../ZTS %changelog +* Sat Aug 3 2019 Remi Collet <remi@remirepo.net> - 1.23.0~RC1-1 +- Update to 1.23.0RC1 + * Thu Jul 18 2019 Pablo Greco <pgreco@centosproject.org> - 1.22.0-2 - Fix build on armhfp, pthread_atfork not exported |