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.spec7
1 files changed, 4 insertions, 3 deletions
diff --git a/php-pecl-grpc.spec b/php-pecl-grpc.spec
index 16adb50..916864c 100644
--- a/php-pecl-grpc.spec
+++ b/php-pecl-grpc.spec
@@ -23,7 +23,7 @@
%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
%global ini_name 40-%{pecl_name}.ini
%global upstream_version 1.78.0
-%global upstream_prever RC1
+%global upstream_prever RC2
%global sources %{pecl_name}-%{upstream_version}%{?upstream_prever}
%global _configure ../%{sources}/configure
# Disable LTO (erratic crash during build)
@@ -40,7 +40,6 @@ Source0: https://pecl.php.net/get/%{sources}.tgz
Patch0: %{pecl_name}-build.patch
Patch2: %{pecl_name}-workaround.patch
Patch3: %{pecl_name}-openssl.patch
-Patch4: %{pecl_name}-php85.patch
BuildRequires: make
BuildRequires: %{?dtsprefix}gcc >= 7.0
@@ -90,7 +89,6 @@ cd %{sources}
sed -e '/boringssl-with-bazel/d' -i config.m4
rm -r third_party/boringssl-with-bazel
%endif
-%patch -P4 -p1 -b .php85
#sed -e '/PHP_GRPC_VERSION/s/RC3/RC2/' -i src/php/ext/grpc/version.h
# Sanity check, really often broken
@@ -201,6 +199,9 @@ cd ../ZTS
%changelog
+* Mon Jan 19 2026 Remi Collet <remi@remirepo.net> - 1.78.0~RC2-1
+- update to 1.78.0RC2
+
* Tue Jan 6 2026 Remi Collet <remi@remirepo.net> - 1.78.0~RC1-1
- update to 1.78.0RC1