From f22060ce52125a85cc9cf3286b3670f9f5349ca8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 2 Mar 2020 09:02:04 +0100 Subject: Update to 1.28.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 4206cf9..6dde0d8 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.27.0 -#global upstream_prever RC2 +%global upstream_version 1.28.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: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz @@ -230,6 +230,9 @@ cd ../ZTS %changelog +* Mon Mar 2 2020 Remi Collet - 1.28.0~RC1-1 +- Update to 1.28.0RC1 + * Tue Feb 11 2020 Pablo Greco - 1.27.0-2 - Update armhfp patch -- cgit