summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-grpc.spec7
3 files changed, 7 insertions, 4 deletions
diff --git a/PHPINFO b/PHPINFO
index 847733c..7825264 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,7 +2,7 @@
grpc
grpc support => enabled
-grpc module version => 1.37.1
+grpc module version => 1.38.0RC1
Directive => Local Value => Master Value
grpc.enable_fork_support => 0 => 0
diff --git a/REFLECTION b/REFLECTION
index 8b43ab3..5482d02 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #120 grpc version 1.37.1 ] {
+Extension [ <persistent> extension #118 grpc version 1.38.0RC1 ] {
- INI {
Entry [ grpc.enable_fork_support <SYSTEM> ]
diff --git a/php-pecl-grpc.spec b/php-pecl-grpc.spec
index ad40786..271ae1d 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.37.1
-#global upstream_prever RC1
+%global upstream_version 1.38.0
+%global upstream_prever RC1
Summary: General RPC framework
Name: %{?sub_prefix}php-pecl-%{pecl_name}
@@ -226,6 +226,9 @@ cd ../ZTS
%changelog
+* Wed May 12 2021 Remi Collet <remi@remirepo.net> - 1.38.0~RC1-1
+- update to 1.38.0RC1
+
* Sat May 1 2021 Remi Collet <remi@remirepo.net> - 1.37.1-1
- update to 1.37.1