diff options
| -rw-r--r-- | PHPINFO | 2 | ||||
| -rw-r--r-- | REFLECTION | 2 | ||||
| -rw-r--r-- | php-pecl-grpc.spec | 11 | 
3 files changed, 6 insertions, 9 deletions
@@ -2,7 +2,7 @@  grpc  grpc support => enabled -grpc module version => 1.34.0RC2 +grpc module version => 1.34.0  Directive => Local Value => Master Value  grpc.enable_fork_support => 0 => 0 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #117 grpc version 1.34.0RC2 ] { +Extension [ <persistent> extension #117 grpc version 1.34.0 ] {    - INI {      Entry [ grpc.enable_fork_support <SYSTEM> ] diff --git a/php-pecl-grpc.spec b/php-pecl-grpc.spec index 6e0c644..a47152d 100644 --- a/php-pecl-grpc.spec +++ b/php-pecl-grpc.spec @@ -25,7 +25,7 @@  %global ini_name  40-%{pecl_name}.ini  %endif  %global upstream_version 1.34.0 -%global upstream_prever  RC2 +#global upstream_prever  RC2  Summary:        General RPC framework  Name:           %{?sub_prefix}php-pecl-%{pecl_name} @@ -76,12 +76,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  Remote Procedure Calls (RPCs) provide a useful abstraction for building @@ -235,6 +229,9 @@ cd ../ZTS  %changelog +* Thu Dec  3 2020 Remi Collet <remi@remirepo.net> - 1.34.0-1 +- update to 1.34.0 +  * Wed Nov 25 2020 Remi Collet <remi@remirepo.net> - 1.34.0~RC2-1  - update to 1.34.0RC2  | 
