summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-grpc.spec5
3 files changed, 6 insertions, 3 deletions
diff --git a/PHPINFO b/PHPINFO
index ca4dbcd..f9cef91 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,7 +2,7 @@
grpc
grpc support => enabled
-grpc module version => 1.30.0RC1
+grpc module version => 1.30.0
Directive => Local Value => Master Value
grpc.enable_fork_support => 0 => 0
diff --git a/REFLECTION b/REFLECTION
index 1f089cc..649d6b2 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #114 grpc version 1.30.0RC1 ] {
+Extension [ <persistent> extension #116 grpc version 1.30.0 ] {
- INI {
Entry [ grpc.enable_fork_support <SYSTEM> ]
diff --git a/php-pecl-grpc.spec b/php-pecl-grpc.spec
index 25e9d96..ab1f51c 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.30.0
-%global upstream_prever RC1
+#global upstream_prever RC1
Summary: General RPC framework
Name: %{?sub_prefix}php-pecl-%{pecl_name}
@@ -232,6 +232,9 @@ cd ../ZTS
%changelog
+* Tue Jun 23 2020 Remi Collet <remi@remirepo.net> - 1.30.0-1
+- update to 1.30.0
+
* Mon Jun 8 2020 Remi Collet <remi@remirepo.net> - 1.30.0~RC1-1
- update to 1.30.0RC1