summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-09-03 12:28:49 +0200
committerRemi Collet <remi@remirepo.net>2019-09-03 12:28:49 +0200
commit19f250553d79653aefd29092c4db0428ed41bbcb (patch)
tree4e2b053de4d6a06a0ef7c1f16034455336911f10
parent94c40d3f9e798a29f9250a0dcff2c767c16a5391 (diff)
rebuild for 7.4.0RC1
-rw-r--r--php-pecl-grpc.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-grpc.spec b/php-pecl-grpc.spec
index 3ff3b75..c8ba75d 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: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 3%{?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
@@ -233,6 +233,9 @@ cd ../ZTS
%changelog
+* Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 1.23.0-3
+- rebuild for 7.4.0RC1
+
* Sat Aug 24 2019 Remi Collet <remi@remirepo.net> - 1.23.0-2
- fix build with GCC 9.1 with upstream patch and patch from
https://github.com/grpc/grpc/pull/20067