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-21 14:11:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/grpc (Old) and /work/SRC/openSUSE:Factory/.grpc.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "grpc" Wed Jan 21 14:11:21 2026 rev:85 rq:1328141 version:1.76.0 Changes: -------- --- /work/SRC/openSUSE:Factory/grpc/grpc.changes 2026-01-18 22:18:58.887898078 +0100 +++ /work/SRC/openSUSE:Factory/.grpc.new.1928/grpc.changes 2026-01-21 14:11:34.304369986 +0100 @@ -1,0 +2,5 @@ +Mon Jan 19 18:50:31 UTC 2026 - Jan Engelhardt <[email protected]> + +- Add sse.patch + +------------------------------------------------------------------- New: ---- sse.patch ----------(New B)---------- New: - Add sse.patch ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ grpc.spec ++++++ --- /var/tmp/diff_new_pack.h9pxq9/_old 2026-01-21 14:11:35.260409848 +0100 +++ /var/tmp/diff_new_pack.h9pxq9/_new 2026-01-21 14:11:35.268410182 +0100 @@ -32,6 +32,7 @@ Patch2: link-failure.patch Patch3: return-values.patch Patch4: telemetry.patch +Patch5: sse.patch Patch14: ARM-Unaligned-access-fixes.patch Patch15: Fix-compilation-on-RHEL-7-ppc64le-gcc-4.8.patch Patch16: grpc_missing_includes.patch ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.h9pxq9/_old 2026-01-21 14:11:35.328412684 +0100 +++ /var/tmp/diff_new_pack.h9pxq9/_new 2026-01-21 14:11:35.332412851 +0100 @@ -1,5 +1,5 @@ -mtime: 1768585763 -commit: 5030036b03464d4d72b96962f24f616d8092ca4fd39f01ae84e48caf0ed27261 +mtime: 1768848638 +commit: 6d7fbbf731b439b6a928aafa529ff14d1ac8f1f363d94dcf083e4f7af721703b 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-19 19:50:50.000000000 +0100 @@ -0,0 +1 @@ +.osc ++++++ sse.patch ++++++ From: Jan Engelhardt <[email protected]> Date: 2026-01-19 19:40:23.831898851 +0100 Stop forcing -msse on the command-line; it is not guaranteed to exist on all platforms (especially i586). --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) Index: grpc-1.76.0/CMakeLists.txt =================================================================== --- grpc-1.76.0.orig/CMakeLists.txt +++ grpc-1.76.0/CMakeLists.txt @@ -277,8 +277,6 @@ if(UNIX) if(${CMAKE_SYSTEM_NAME} MATCHES "Linux") set(_gRPC_PLATFORM_LINUX ON) if(NOT CMAKE_CROSSCOMPILING AND CMAKE_SIZEOF_VOID_P EQUAL 4) - message("+++ Enabling SSE2 for ${CMAKE_SYSTEM_PROCESSOR}") - set(_gRPC_C_CXX_FLAGS "${_gRPC_C_CXX_FLAGS} -msse2") endif() elseif(${CMAKE_SYSTEM_NAME} MATCHES "Darwin") set(_gRPC_PLATFORM_MAC ON)
