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.spec8
1 files changed, 6 insertions, 2 deletions
diff --git a/php-pecl-grpc.spec b/php-pecl-grpc.spec
index bd6bae5..c0ac9e4 100644
--- a/php-pecl-grpc.spec
+++ b/php-pecl-grpc.spec
@@ -10,12 +10,13 @@
%{?scl:%scl_package php-pecl-grpc}
## TODO: not suitable for Fedora, tons of bundled libraries
+## use mock with --cleanup-after
%global pecl_name grpc
%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
%global ini_name 40-%{pecl_name}.ini
-%global upstream_version 1.63.0
-#global upstream_prever RC1
+%global upstream_version 1.64.0
+%global upstream_prever RC2
%global sources %{pecl_name}-%{upstream_version}%{?upstream_prever}
%global _configure ../%{sources}/configure
@@ -208,6 +209,9 @@ cd ../ZTS
%changelog
+* Thu May 30 2024 Remi Collet <remi@remirepo.net> - 1.64.0~RC2-1
+- update to 1.64.0RC2
+
* Fri May 17 2024 Remi Collet <remi@remirepo.net> - 1.63.0-2
- add boringssl upstream patch for GCC 14