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.spec9
1 files changed, 6 insertions, 3 deletions
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 <remi@remirepo.net> - 1.23.0~RC1-1
+- Update to 1.23.0RC1
+
* Thu Jul 18 2019 Pablo Greco <pgreco@centosproject.org> - 1.22.0-2
- Fix build on armhfp, pthread_atfork not exported