From 79df676e4910bfc13258971102595a167a842499 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 29 Aug 2018 07:09:03 +0200 Subject: v1.15.0RC1 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-grpc.spec | 9 ++++++--- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/PHPINFO b/PHPINFO index d4f9357..e2820ef 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,4 +2,4 @@ grpc grpc support => enabled -grpc module version => 1.14.1 +grpc module version => 1.15.0RC1 diff --git a/REFLECTION b/REFLECTION index 9efe67d..4272917 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #197 grpc version 1.14.1 ] { +Extension [ extension #198 grpc version 1.15.0RC1 ] { - Constants [41] { Constant [ integer Grpc\CALL_OK ] { 0 } diff --git a/php-pecl-grpc.spec b/php-pecl-grpc.spec index 583d29a..1c8414a 100644 --- a/php-pecl-grpc.spec +++ b/php-pecl-grpc.spec @@ -24,13 +24,13 @@ %else %global ini_name 40-%{pecl_name}.ini %endif -%global upstream_version 1.14.1 -#global upstream_prever RC3 +%global upstream_version 1.15.0 +%global upstream_prever RC1 Summary: General RPC framework Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: ASL 2.0 URL: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz @@ -227,6 +227,9 @@ cd ../ZTS %changelog +* Wed Aug 29 2018 Remi Collet - 1.15.0~RC1-1 +- Update to 1.15.0RC1 + * Thu Aug 16 2018 Remi Collet - 1.14.1-2 - rebuild for 7.3.0beta2 new ABI -- cgit