diff options
Diffstat (limited to 'php-pecl-grpc.spec')
-rw-r--r-- | php-pecl-grpc.spec | 8 |
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 |