[packages/grpc] - rel 7, fix missing header
baggins
baggins at pld-linux.org
Wed Sep 3 09:44:27 CEST 2025
commit 72060cc10144feb2e8b35c3c5cb83afaa2cb5d5d
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Wed Sep 3 11:44:16 2025 +0200
- rel 7, fix missing header
abseil.patch | 10 ++++++++++
grpc.spec | 4 +++-
2 files changed, 13 insertions(+), 1 deletion(-)
---
diff --git a/grpc.spec b/grpc.spec
index 282146b..0d0371e 100644
--- a/grpc.spec
+++ b/grpc.spec
@@ -11,7 +11,7 @@ Summary(pl.UTF-8): Biblioteka i szkielet RPC
Name: grpc
# 1.51+ requires protobuf 4.x
Version: 1.50.2
-Release: 6
+Release: 7
License: Apache v2.0
Group: Libraries
#Source0Download: https://github.com/grpc/grpc/releases
@@ -24,6 +24,7 @@ Patch1: %{name}-sphinx.patch
Patch2: %{name}-x32.patch
Patch5: %{name}-system-openssl.patch
Patch6: cython3.patch
+Patch7: abseil.patch
URL: https://grpc.io/
BuildRequires: abseil-cpp-devel >= 20220623
BuildRequires: c-ares-devel >= 1.13.0
@@ -129,6 +130,7 @@ Dokumentacja API biblioteki Pythona gRPC.
%patch -P 2 -p1
%patch -P 5 -p1
%patch -P 6 -p1
+%patch -P 7 -p1
%{__rm} doc/.gitignore
diff --git a/abseil.patch b/abseil.patch
new file mode 100644
index 0000000..d6f2ca6
--- /dev/null
+++ b/abseil.patch
@@ -0,0 +1,10 @@
+--- grpc-1.50.2/src/core/lib/iomgr/tcp_posix.cc~ 2023-02-15 01:23:37.000000000 +0100
++++ grpc-1.50.2/src/core/lib/iomgr/tcp_posix.cc 2025-09-03 01:59:30.939996773 +0200
+@@ -40,6 +40,7 @@
+ #include <algorithm>
+ #include <unordered_map>
+
++#include <absl/strings/str_cat.h>
+ #include <grpc/slice.h>
+ #include <grpc/support/alloc.h>
+ #include <grpc/support/log.h>
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/grpc.git/commitdiff/72060cc10144feb2e8b35c3c5cb83afaa2cb5d5d
More information about the pld-cvs-commit
mailing list