diff options
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | grpc-build.patch | 2 | ||||
-rw-r--r-- | grpc-noatfork.patch | 2 | ||||
-rw-r--r-- | php-pecl-grpc.spec | 7 |
5 files changed, 9 insertions, 6 deletions
@@ -2,7 +2,7 @@ grpc grpc support => enabled -grpc module version => 1.36.0 +grpc module version => 1.37.0RC1 Directive => Local Value => Master Value grpc.enable_fork_support => 0 => 0 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #120 grpc version 1.36.0 ] { +Extension [ <persistent> extension #119 grpc version 1.37.0RC1 ] { - INI { Entry [ grpc.enable_fork_support <SYSTEM> ] diff --git a/grpc-build.patch b/grpc-build.patch index 1a790b6..c8dd153 100644 --- a/grpc-build.patch +++ b/grpc-build.patch @@ -1,7 +1,7 @@ diff -up ./config.m4.rpm ./config.m4 --- ./config.m4.rpm 2018-04-09 09:53:39.927037294 +0200 +++ ./config.m4 2018-04-09 09:54:28.015307629 +0200 -@@ -17,8 +17,8 @@ if test "$PHP_GRPC" != "no"; then +@@ -18,8 +18,8 @@ if test "$PHP_GRPC" != "no"; then LIBS="-lpthread $LIBS" diff --git a/grpc-noatfork.patch b/grpc-noatfork.patch index ecde982..abf96c7 100644 --- a/grpc-noatfork.patch +++ b/grpc-noatfork.patch @@ -1,7 +1,7 @@ diff -Naurp a/NTS/config.m4 b/NTS/config.m4 --- a/NTS/config.m4 2020-02-11 10:37:11.093473672 +0000 +++ b/NTS/config.m4 2020-02-11 10:38:28.551693692 +0000 -@@ -903,7 +903,7 @@ if test "$PHP_GRPC" != "no"; then +@@ -1030,7 +1030,7 @@ if test "$PHP_GRPC" != "no"; then , $ext_shared, , -fvisibility=hidden \ -DOPENSSL_NO_ASM -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN \ -D_HAS_EXCEPTIONS=0 -DNOMINMAX -DGRPC_ARES=0 \ diff --git a/php-pecl-grpc.spec b/php-pecl-grpc.spec index 405730e..c4f9f40 100644 --- a/php-pecl-grpc.spec +++ b/php-pecl-grpc.spec @@ -20,8 +20,8 @@ %global pecl_name grpc %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global ini_name 40-%{pecl_name}.ini -%global upstream_version 1.36.0 -#global upstream_prever RC1 +%global upstream_version 1.37.0 +%global upstream_prever RC1 Summary: General RPC framework Name: %{?sub_prefix}php-pecl-%{pecl_name} @@ -226,6 +226,9 @@ cd ../ZTS %changelog +* Wed Apr 7 2021 Remi Collet <remi@remirepo.net> - 1.37.0~RC1-1 +- update to 1.37.0RC1 + * Tue Mar 2 2021 Remi Collet <remi@remirepo.net> - 1.36.0-1 - update to 1.36.0 |