Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package grpc for openSUSE:Factory checked in at 2026-01-18 22:18:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/grpc (Old) and /work/SRC/openSUSE:Factory/.grpc.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "grpc" Sun Jan 18 22:18:29 2026 rev:84 rq:1327729 version:1.76.0 Changes: -------- --- /work/SRC/openSUSE:Factory/grpc/grpc.changes 2025-11-11 19:18:45.408983264 +0100 +++ /work/SRC/openSUSE:Factory/.grpc.new.1928/grpc.changes 2026-01-18 22:18:58.887898078 +0100 @@ -1,0 +2,7 @@ +Fri Jan 16 14:28:23 UTC 2026 - Fridrich Strba <[email protected]> + +- Added patch: + * grpc_missing_includes.patch: fix missing includes + with newer abseil-cpp + +------------------------------------------------------------------- New: ---- grpc_missing_includes.patch ----------(New B)---------- New:- Added patch: * grpc_missing_includes.patch: fix missing includes with newer abseil-cpp ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ grpc.spec ++++++ --- /var/tmp/diff_new_pack.nr6V6v/_old 2026-01-18 22:18:59.787935058 +0100 +++ /var/tmp/diff_new_pack.nr6V6v/_new 2026-01-18 22:18:59.787935058 +0100 @@ -34,6 +34,7 @@ Patch4: telemetry.patch Patch14: ARM-Unaligned-access-fixes.patch Patch15: Fix-compilation-on-RHEL-7-ppc64le-gcc-4.8.patch +Patch16: grpc_missing_includes.patch BuildRequires: abseil-cpp-devel >= 20240722 BuildRequires: cmake BuildRequires: fdupes @@ -131,6 +132,7 @@ %prep %autosetup -p1 + find "." -type f -exec grep -l '/usr/bin/python' {} + | xargs -r perl -i -lpe \ 's{#! ?/usr/bin/python\S*}{#!/usr/bin/python3}g;' ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.nr6V6v/_old 2026-01-18 22:18:59.863938181 +0100 +++ /var/tmp/diff_new_pack.nr6V6v/_new 2026-01-18 22:18:59.867938345 +0100 @@ -1,5 +1,5 @@ -mtime: 1762628721 -commit: a6dd891204a448e0f9b39e8299cefa3d3ee925e8a2a96254381eb96579854b13 +mtime: 1768585763 +commit: 5030036b03464d4d72b96962f24f616d8092ca4fd39f01ae84e48caf0ed27261 url: https://src.opensuse.org/jengelh/grpc revision: master ++++++ build.specials.obscpio ++++++ ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2026-01-16 18:49:41.000000000 +0100 @@ -0,0 +1 @@ +.osc ++++++ grpc_missing_includes.patch ++++++ --- grpc-1.76.0/include/grpc/event_engine/memory_request.h 2026-01-16 16:08:49.306769226 +0100 +++ grpc-1.76.0/include/grpc/event_engine/memory_request.h 2026-01-16 16:09:25.308460657 +0100 @@ -17,6 +17,8 @@ #include <grpc/support/port_platform.h> #include <stddef.h> +#include <string> + #include "absl/strings/string_view.h" namespace grpc_event_engine { --- grpc-1.76.0/src/core/channelz/v2tov1/property_list.cc 2026-01-16 16:08:49.318359694 +0100 +++ grpc-1.76.0/src/core/channelz/v2tov1/property_list.cc 2026-01-16 16:36:07.696439170 +0100 @@ -14,6 +14,8 @@ #include "src/core/channelz/v2tov1/property_list.h" +#include <algorithm> +#include <limits> #include <cstdint> #include <optional> #include <string> --- grpc-1.76.0/src/core/util/glob.cc 2026-01-16 16:08:49.411203729 +0100 +++ grpc-1.76.0/src/core/util/glob.cc 2026-01-16 16:10:43.618327606 +0100 @@ -14,6 +14,8 @@ #include "absl/strings/string_view.h" +#include <algorithm> + namespace grpc_core { namespace {
