From 71027db79769ce57ae1348df82327773265bfece Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 27 Jun 2018 06:41:49 +0200 Subject: v1.13.0RC3 --- PHPINFO | 5 +++++ REFLECTION | 2 +- php-pecl-grpc.spec | 7 +++++-- 3 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 PHPINFO diff --git a/PHPINFO b/PHPINFO new file mode 100644 index 0000000..a174e44 --- /dev/null +++ b/PHPINFO @@ -0,0 +1,5 @@ + +grpc + +grpc support => enabled +grpc module version => 1.13.0RC3 diff --git a/REFLECTION b/REFLECTION index ad7c851..a033899 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #196 grpc version 1.12.0 ] { +Extension [ extension #197 grpc version 1.13.0RC3 ] { - Constants [41] { Constant [ integer Grpc\CALL_OK ] { 0 } diff --git a/php-pecl-grpc.spec b/php-pecl-grpc.spec index 4212a4f..a94f580 100644 --- a/php-pecl-grpc.spec +++ b/php-pecl-grpc.spec @@ -24,8 +24,8 @@ %else %global ini_name 40-%{pecl_name}.ini %endif -%global upstream_version 1.12.0 -#global upstream_prever RC2 +%global upstream_version 1.13.0 +%global upstream_prever RC3 Summary: General RPC framework Name: %{?sub_prefix}php-pecl-%{pecl_name} @@ -223,6 +223,9 @@ cd ../ZTS %changelog +* Wed Jun 27 2018 Remi Collet - 1.13.0~RC3-1 +- update to 1.13.0RC3 + * Wed May 23 2018 Remi Collet - 1.12.0-1 - update to 1.12.0 -- cgit