diff options
-rw-r--r-- | php-pecl-grpc.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-grpc.spec b/php-pecl-grpc.spec index c2f81fe..e0a5468 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.26.0 -%global upstream_prever RC1 +%global upstream_prever RC2 Summary: General RPC framework Name: %{?sub_prefix}php-pecl-%{pecl_name} @@ -234,6 +234,9 @@ cd ../ZTS %changelog +* Sat Dec 7 2019 Remi Collet <remi@remirepo.net> - 1.26.0~RC2-1 +- Update to 1.26.0RC2 + * Fri Dec 6 2019 Remi Collet <remi@remirepo.net> - 1.26.0~RC1-1 - Update to 1.26.0RC1 - open https://github.com/grpc/grpc/issues/21409 PHP 5.5 |