diff options
Diffstat (limited to 'php-pecl-grpc.spec')
-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 6176c64..4206cf9 100644 --- a/php-pecl-grpc.spec +++ b/php-pecl-grpc.spec @@ -30,7 +30,7 @@ Summary: General RPC framework Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?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 +* Tue Feb 11 2020 Pablo Greco <pgreco@centosproject.org> - 1.27.0-2 +- Update armhfp patch + * Thu Feb 6 2020 Remi Collet <remi@remirepo.net> - 1.27.0-1 - Update to 1.27.0 |