From b0148ddd8a5b3ee89007a41a281c2d8b034ff1f1747880e9faa93e87f3277091 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 28 Jul 2021 11:56:10 +0000 Subject: [PATCH] Accepting request 908868 from home:badshah400:branches:devel:tools Update to version 1.39.0. OBS-URL: https://build.opensuse.org/request/show/908868 OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=100 --- grpc-cxx17.patch | 1 + grpc.changes | 23 +++++++++++++++++++++++ grpc.spec | 18 +++++++++--------- v1.38.1.tar.gz | 3 --- v1.39.0.tar.gz | 3 +++ 5 files changed, 36 insertions(+), 12 deletions(-) delete mode 100644 v1.38.1.tar.gz create mode 100644 v1.39.0.tar.gz diff --git a/grpc-cxx17.patch b/grpc-cxx17.patch index 32b6c6f..eab1ba0 100644 --- a/grpc-cxx17.patch +++ b/grpc-cxx17.patch @@ -34,3 +34,4 @@ Index: grpc-1.38.0/CMakeLists.txt if (NOT DEFINED CMAKE_POSITION_INDEPENDENT_CODE) set(CMAKE_POSITION_INDEPENDENT_CODE TRUE) endif() + diff --git a/grpc.changes b/grpc.changes index 695b28d..5d140ac 100644 --- a/grpc.changes +++ b/grpc.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Wed Jul 28 11:09:10 UTC 2021 - Atri Bhattacharya + +- Update to version 1.39.0: + * Core + - Initialize tcp_posix for CFStream when needed + (gh#grpc/grpc#26530). + - Update boringssl submodule (gh#grpc/grpc#26520). + - Fix backup poller races (gh#grpc/grpc#26446). + - Use default port 443 in HTTP CONNECT request + (gh#grpc/grpc#26331). + * C++ + - New iomgr implementation backed by the EventEngine API + (gh#grpc/grpc#26026). + - async_unary_call: add a Destroy method, called by + std::default_delete (gh#grpc/grpc#26389). + - De-experimentalize C++ callback API (gh#grpc/grpc#25728). + * PHP: stop reading composer.json file just to read the version + string (gh#grpc/grpc#26156). + * Ruby: Set XDS user agent in ruby via macros + (gh#grpc/grpc#26268). +- Update so version in keeping with upstream (16 -> 18). + ------------------------------------------------------------------- Tue Jun 22 12:20:04 UTC 2021 - Jan Engelhardt diff --git a/grpc.spec b/grpc.spec index be3e11f..35d4393 100644 --- a/grpc.spec +++ b/grpc.spec @@ -16,11 +16,11 @@ # -%define lver 16 +%define lver 18 %define lverp 1 %define src_install_dir /usr/src/%name Name: grpc -Version: 1.38.1 +Version: 1.39.0 Release: 0 Summary: HTTP/2-based Remote Procedure Call implementation License: Apache-2.0 @@ -69,11 +69,11 @@ The reference implementation of the gRPC protocol, done on top of HTTP/2 with support for synchronous and asynchronous calls. gRPC uses Protocol Buffers as the Interface Definition Language by default. -%package -n libgrpc_plugin_support1_38 +%package -n libgrpc_plugin_support1_39 Summary: HTTP/2-based Remote Procedure Call implementation - plugin support Group: System/Libraries -%description -n libgrpc_plugin_support1_38 +%description -n libgrpc_plugin_support1_39 The reference implementation of the gRPC protocol, done on top of HTTP/2 with support for synchronous and asynchronous calls. gRPC uses Protocol Buffers as the Interface Definition Language by default. @@ -96,7 +96,7 @@ Summary: Development files for grpc, a HTTP/2 Remote Procedure Call imple Group: Development/Tools/Building Requires: libgrpc%lver = %version Requires: libgrpc++%lverp = %version -Requires: libgrpc_plugin_support1_38 = %version +Requires: libgrpc_plugin_support1_39 = %version Requires: pkgconfig(libcares) Requires: pkgconfig(re2) @@ -178,8 +178,8 @@ cp -r * "%buildroot/%src_install_dir" %postun -n libgrpc%lver -p /sbin/ldconfig %post -n libgrpc++%lverp -p /sbin/ldconfig %postun -n libgrpc++%lverp -p /sbin/ldconfig -%post -n libgrpc_plugin_support1_38 -p /sbin/ldconfig -%postun -n libgrpc_plugin_support1_38 -p /sbin/ldconfig +%post -n libgrpc_plugin_support1_39 -p /sbin/ldconfig +%postun -n libgrpc_plugin_support1_39 -p /sbin/ldconfig %post -n libupb%lver -p /sbin/ldconfig %postun -n libupb%lver -p /sbin/ldconfig @@ -192,8 +192,8 @@ cp -r * "%buildroot/%src_install_dir" %_libdir/libgrpc++*.so.%{lverp}* %_libdir/libgrpcpp_channelz.so.%{lverp}* -%files -n libgrpc_plugin_support1_38 -%_libdir/libgrpc_plugin_support.so.1.38* +%files -n libgrpc_plugin_support1_39 +%_libdir/libgrpc_plugin_support.so.1.39* %files -n libupb%lver %_libdir/libupb*.so.%{lver}* diff --git a/v1.38.1.tar.gz b/v1.38.1.tar.gz deleted file mode 100644 index c2e5054..0000000 --- a/v1.38.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f60e5b112913bf776a22c16a3053cc02cf55e60bf27a959fd54d7aaf8e2da6e8 -size 8294961 diff --git a/v1.39.0.tar.gz b/v1.39.0.tar.gz new file mode 100644 index 0000000..a48a58c --- /dev/null +++ b/v1.39.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b16992aa1c949c10d5d5ce2a62f9d99fa7de77da2943e643fb66dcaf075826d6 +size 8378094