Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package grpc for openSUSE:Factory checked in at 2022-08-30 14:49:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/grpc (Old) and /work/SRC/openSUSE:Factory/.grpc.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "grpc" Tue Aug 30 14:49:12 2022 rev:49 rq:1000009 version:1.48.0 Changes: -------- --- /work/SRC/openSUSE:Factory/grpc/grpc.changes 2022-05-21 19:07:29.283412193 +0200 +++ /work/SRC/openSUSE:Factory/.grpc.new.2083/grpc.changes 2022-08-30 14:49:43.964159117 +0200 @@ -1,0 +2,9 @@ +Sat Aug 27 12:02:47 UTC 2022 - Jan Engelhardt <[email protected]> + +- Update to release 1.48.0 + * C++14 is now required + * xDS: Workaround to get gRPC clients working with istio +- Drop grpc-correct-pkgconfig-path.patch (merged) +- Drop grpc-cxx17.patch, grpc-no-return-from-non-void-function.patch + +------------------------------------------------------------------- Old: ---- grpc-correct-pkgconfig-path.patch grpc-cxx17.patch grpc-no-return-from-non-void-function.patch v1.46.3.tar.gz New: ---- v1.48.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ grpc.spec ++++++ --- /var/tmp/diff_new_pack.lFecz0/_old 2022-08-30 14:49:44.848161372 +0200 +++ /var/tmp/diff_new_pack.lFecz0/_new 2022-08-30 14:49:44.852161382 +0200 @@ -16,11 +16,11 @@ # -%define lver 24 -%define lverp 1_46 +%define lver 26 +%define lverp 1_48 %define src_install_dir /usr/src/%name Name: grpc -Version: 1.46.3 +Version: 1.48.0 Release: 0 Summary: HTTP/2-based Remote Procedure Call implementation License: Apache-2.0 @@ -28,13 +28,11 @@ URL: https://grpc.io/ Source: https://github.com/grpc/grpc/archive/v%version.tar.gz Source2: %name-rpmlintrc -Patch1: grpc-correct-pkgconfig-path.patch -Patch2: grpc-cxx17.patch -Patch3: grpc-no-return-from-non-void-function.patch BuildRequires: abseil-cpp-devel BuildRequires: cmake BuildRequires: fdupes BuildRequires: gcc-c++ +BuildRequires: opencensus-proto-source BuildRequires: pkg-config BuildRequires: zypper BuildRequires: pkgconfig(libcares) @@ -137,6 +135,7 @@ # protoc is invoked strangely; make it happy with this dir or it will assert() mkdir -p third_party/protobuf/src +cp -a /usr/src/opencensus-proto third_party/ export CFLAGS="%optflags -Wno-error" export CXXFLAGS="$CFLAGS" %cmake -DgRPC_INSTALL=ON \ @@ -148,7 +147,8 @@ -DgRPC_RE2_PROVIDER=package \ -DgRPC_SSL_PROVIDER=package \ -DZLIB_LIBRARY=%{_libdir}/libz.so \ - -DgRPC_ZLIB_PROVIDER=package + -DgRPC_ZLIB_PROVIDER=package \ + -DCMAKE_CXX_STANDARD=17 %cmake_build %install ++++++ v1.46.3.tar.gz -> v1.48.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/grpc/v1.46.3.tar.gz /work/SRC/openSUSE:Factory/.grpc.new.2083/v1.48.0.tar.gz differ: char 13, line 1
