From 4da0e9435fe427db8845b296097daf8882aa38d2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 7 Apr 2021 08:31:28 +0200 Subject: update to 1.37.0RC1 --- PHPINFO | 2 +- REFLECTION | 2 +- grpc-build.patch | 2 +- grpc-noatfork.patch | 2 +- php-pecl-grpc.spec | 7 +++++-- 5 files changed, 9 insertions(+), 6 deletions(-) diff --git a/PHPINFO b/PHPINFO index 1843cf0..a5527d0 100644 --- a/PHPINFO +++ b/PHPINFO @@ -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 diff --git a/REFLECTION b/REFLECTION index 27b8c08..4cd65ec 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #120 grpc version 1.36.0 ] { +Extension [ extension #119 grpc version 1.37.0RC1 ] { - INI { Entry [ grpc.enable_fork_support ] 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 - 1.37.0~RC1-1 +- update to 1.37.0RC1 + * Tue Mar 2 2021 Remi Collet - 1.36.0-1 - update to 1.36.0 -- cgit