summaryrefslogtreecommitdiffstats
path: root/php-pecl-grpc.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-07-17 12:17:17 +0200
committerRemi Collet <remi@php.net>2024-07-17 12:17:17 +0200
commitcb5d426bc3250352d3d3785fe95763ec5c2c5c3d (patch)
treeb0b4decf8e47ba7d9f854dc37751d8f72def4884 /php-pecl-grpc.spec
parent36f90ac8d512b92eee3073b8d72015591214e847 (diff)
update to 1.65.1
add patch to workaround to https://github.com/grpc/grpc/issues/37178
Diffstat (limited to 'php-pecl-grpc.spec')
-rw-r--r--php-pecl-grpc.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/php-pecl-grpc.spec b/php-pecl-grpc.spec
index 9a822c7..b3b0b07 100644
--- a/php-pecl-grpc.spec
+++ b/php-pecl-grpc.spec
@@ -15,7 +15,7 @@
%global pecl_name grpc
%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
%global ini_name 40-%{pecl_name}.ini
-%global upstream_version 1.65.0
+%global upstream_version 1.65.1
#global upstream_prever RC2
%global sources %{pecl_name}-%{upstream_version}%{?upstream_prever}
%global _configure ../%{sources}/configure
@@ -30,6 +30,7 @@ Source0: https://pecl.php.net/get/%{sources}.tgz
Patch0: %{pecl_name}-build.patch
Patch1: %{pecl_name}-noatfork.patch
+Patch2: %{pecl_name}-workaround.patch
BuildRequires: make
BuildRequires: %{?dtsprefix}gcc >= 7.0
@@ -70,6 +71,7 @@ cd %{sources}
%ifarch %{arm}
%patch -P1 -p1 -b .noatfork
%endif
+%patch -P2 -p1 -b .nolog
#sed -e '/PHP_GRPC_VERSION/s/RC3/RC2/' -i src/php/ext/grpc/version.h
@@ -177,6 +179,10 @@ cd ../ZTS
%changelog
+* Wed Jul 17 2024 Remi Collet <remi@remirepo.net> - 1.65.1-1
+- update to 1.65.1
+- add patch to workaround to https://github.com/grpc/grpc/issues/37178
+
* Tue Jul 9 2024 Remi Collet <remi@remirepo.net> - 1.65.0-1
- update to 1.65.0