Accepting request 908876 from devel:tools
OBS-URL: https://build.opensuse.org/request/show/908876 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grpc?expand=0&rev=37
This commit is contained in:
commit
cd9fcbb773
@ -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()
|
||||
|
||||
|
23
grpc.changes
23
grpc.changes
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 28 11:09:10 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- 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 <jengelh@inai.de>
|
||||
|
||||
|
18
grpc.spec
18
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}*
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f60e5b112913bf776a22c16a3053cc02cf55e60bf27a959fd54d7aaf8e2da6e8
|
||||
size 8294961
|
3
v1.39.0.tar.gz
Normal file
3
v1.39.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b16992aa1c949c10d5d5ce2a62f9d99fa7de77da2943e643fb66dcaf075826d6
|
||||
size 8378094
|
Loading…
Reference in New Issue
Block a user