summaryrefslogtreecommitdiffstats
path: root/php-pecl-grpc.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-grpc.spec')
-rw-r--r--php-pecl-grpc.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-grpc.spec b/php-pecl-grpc.spec
index 9c07a45..2029360 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.13.0
+%global upstream_version 1.14.1
#global upstream_prever RC3
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
@@ -227,6 +227,9 @@ cd ../ZTS
%changelog
+* Fri Aug 10 2018 Remi Collet <remi@remirepo.net> - 1.14.1-1
+- update to 1.14.1
+
* Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 1.13.0-2
- rebuld for 7.3.0alpha4 new ABI