- Update to release 1.37.1
OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=91
This commit is contained in:
parent
08e49cc7e7
commit
cf4489f3bd
10
grpc.changes
10
grpc.changes
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 30 11:55:19 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 1.37.1
|
||||
* Use URI form of address for channelz listen node
|
||||
* Implementation CSDS (xDS Config Dump)
|
||||
* xDS status notifier
|
||||
* Remove CAS loops in global subchannel pool and simplify
|
||||
subchannel refcounting
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 19 09:02:46 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
17
grpc.spec
17
grpc.spec
@ -18,10 +18,9 @@
|
||||
|
||||
%define lver 15
|
||||
%define lverp 1
|
||||
%define lverplugin 1
|
||||
%define src_install_dir /usr/src/%name
|
||||
Name: grpc
|
||||
Version: 1.36.4
|
||||
Version: 1.37.1
|
||||
Release: 0
|
||||
Summary: HTTP/2-based Remote Procedure Call implementation
|
||||
License: Apache-2.0
|
||||
@ -70,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_support%lverplugin
|
||||
%package -n libgrpc_plugin_support1_37
|
||||
Summary: HTTP/2-based Remote Procedure Call implementation - plugin support
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n libgrpc_plugin_support%lverplugin
|
||||
%description -n libgrpc_plugin_support1_37
|
||||
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.
|
||||
@ -97,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_support%lverplugin = %version
|
||||
Requires: libgrpc_plugin_support1_37 = %version
|
||||
Requires: pkgconfig(libcares)
|
||||
Requires: pkgconfig(re2)
|
||||
|
||||
@ -179,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_support%lverplugin -p /sbin/ldconfig
|
||||
%postun -n libgrpc_plugin_support%lverplugin -p /sbin/ldconfig
|
||||
%post -n libgrpc_plugin_support1_37 -p /sbin/ldconfig
|
||||
%postun -n libgrpc_plugin_support1_37 -p /sbin/ldconfig
|
||||
%post -n libupb%lver -p /sbin/ldconfig
|
||||
%postun -n libupb%lver -p /sbin/ldconfig
|
||||
|
||||
@ -193,8 +192,8 @@ cp -r * "%buildroot/%src_install_dir"
|
||||
%_libdir/libgrpc++*.so.%{lverp}*
|
||||
%_libdir/libgrpcpp_channelz.so.%{lverp}*
|
||||
|
||||
%files -n libgrpc_plugin_support%lverplugin
|
||||
%_libdir/libgrpc_plugin_support.so.%{lverplugin}*
|
||||
%files -n libgrpc_plugin_support1_37
|
||||
%_libdir/libgrpc_plugin_support.so.1.37*
|
||||
|
||||
%files -n libupb%lver
|
||||
%_libdir/libupb*.so.%{lver}*
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8eb9d86649c4d4a7df790226df28f081b97a62bf12c5c5fe9b5d31a29cd6541a
|
||||
size 7899288
|
3
v1.37.1.tar.gz
Normal file
3
v1.37.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:acf247ec3a52edaee5dee28644a4e485c5e5badf46bdb24a80ca1d76cb8f1174
|
||||
size 8212731
|
Loading…
Reference in New Issue
Block a user