Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package grpc for openSUSE:Factory checked in at 2024-04-05 20:24:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/grpc (Old) and /work/SRC/openSUSE:Factory/.grpc.new.1905 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "grpc" Fri Apr 5 20:24:39 2024 rev:78 rq:1165375 version:1.62.1 Changes: -------- --- /work/SRC/openSUSE:Factory/grpc/grpc.changes 2024-03-13 22:16:36.683929653 +0100 +++ /work/SRC/openSUSE:Factory/.grpc.new.1905/grpc.changes 2024-04-05 20:24:59.856340815 +0200 @@ -1,0 +2,8 @@ +Wed Apr 3 09:05:38 UTC 2024 - Antonio Larrosa <alarr...@suse.com> + +- abseil-cpp 20240116 in SP5 can't be used with gcc7 when using + -DCMAKE_CXX_STANDARD=17 since it tries to use the <filesystem> + header file so revert last change to "switch build + compiler back to default on SLE-15" to use gcc12 again. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ grpc.spec ++++++ --- /var/tmp/diff_new_pack.nU7OPC/_old 2024-04-05 20:25:00.436362146 +0200 +++ /var/tmp/diff_new_pack.nU7OPC/_new 2024-04-05 20:25:00.436362146 +0200 @@ -34,6 +34,11 @@ BuildRequires: abseil-cpp-devel BuildRequires: cmake BuildRequires: fdupes +%if 0%{?suse_version} < 1550 +BuildRequires: gcc12-c++ +%else +BuildRequires: gcc-c++ +%endif BuildRequires: opencensus-proto-source BuildRequires: pkg-config BuildRequires: pkgconfig(libcares) >= 1.19.1 @@ -139,6 +144,12 @@ rm -Rf third_party/abseil-cpp/ %build +%if 0%{?suse_version} < 1550 +export CC=gcc-12 +export CXX=g++-12 +%endif +%define _lto_cflags %nil + # protoc is invoked strangely; make it happy with this dir or it will assert() mkdir -p third_party/protobuf/src