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 --- php-pecl-grpc.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-pecl-grpc.spec') 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