diff options
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-grpc.spec | 5 |
3 files changed, 6 insertions, 3 deletions
@@ -2,4 +2,4 @@ grpc grpc support => enabled -grpc module version => 1.15.0RC1 +grpc module version => 1.15.0 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #198 grpc version 1.15.0RC1 ] { +Extension [ <persistent> extension #198 grpc version 1.15.0 ] { - Constants [41] { Constant [ integer Grpc\CALL_OK ] { 0 } diff --git a/php-pecl-grpc.spec b/php-pecl-grpc.spec index 1c8414a..10a9088 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.15.0 -%global upstream_prever RC1 +#global upstream_prever RC1 Summary: General RPC framework Name: %{?sub_prefix}php-pecl-%{pecl_name} @@ -227,6 +227,9 @@ cd ../ZTS %changelog +* Thu Sep 13 2018 Remi Collet <remi@remirepo.net> - 1.15.0-1 +- Update to 1.15.0 + * Wed Aug 29 2018 Remi Collet <remi@remirepo.net> - 1.15.0~RC1-1 - Update to 1.15.0RC1 |