From 0f2061be85357a82a41b5ad5e458eb7a059ed144 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 3 Aug 2019 09:12:03 +0200 Subject: v1.23.0RC1 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-grpc.spec | 9 ++++++--- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/PHPINFO b/PHPINFO index 9702963..7c92889 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ grpc grpc support => enabled -grpc module version => 1.22.0 +grpc module version => 1.23.0RC1 Directive => Local Value => Master Value grpc.enable_fork_support => 0 => 0 diff --git a/REFLECTION b/REFLECTION index e956c05..1ae3cad 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #199 grpc version 1.22.0 ] { +Extension [ extension #200 grpc version 1.23.0RC1 ] { - INI { Entry [ grpc.enable_fork_support ] diff --git a/php-pecl-grpc.spec b/php-pecl-grpc.spec index e110e04..4c916fc 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.22.0 -#global upstream_prever RC1 +%global upstream_version 1.23.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 @@ -231,6 +231,9 @@ cd ../ZTS %changelog +* Sat Aug 3 2019 Remi Collet - 1.23.0~RC1-1 +- Update to 1.23.0RC1 + * Thu Jul 18 2019 Pablo Greco - 1.22.0-2 - Fix build on armhfp, pthread_atfork not exported -- cgit