Accepting request 1103055 from devel:tools
- Update to release 1.57 OBS-URL: https://build.opensuse.org/request/show/1103055 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grpc?expand=0&rev=60
This commit is contained in:
commit
dbc7968e83
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 9 01:02:35 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 1.57
|
||||
* EventEngine: Change GetDNSResolver to return
|
||||
absl::StatusOr<std::unique_ptr<DNSResolver>>.
|
||||
* Improve server handling of file descriptor exhaustion.
|
||||
* Add a channel argument to set DSCP on streams.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 3 15:25:03 UTC 2023 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||
|
||||
|
@ -16,11 +16,11 @@
|
||||
#
|
||||
|
||||
|
||||
%define lver 33
|
||||
%define lverp 1_56
|
||||
%define lver 34
|
||||
%define lverp 1_57
|
||||
%define src_install_dir /usr/src/%name
|
||||
Name: grpc
|
||||
Version: 1.56.2
|
||||
Version: 1.57.0
|
||||
Release: 0
|
||||
Summary: HTTP/2-based Remote Procedure Call implementation
|
||||
License: Apache-2.0
|
||||
@ -34,7 +34,7 @@ BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: opencensus-proto-source
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: pkgconfig(libcares) >= 1.13.0
|
||||
BuildRequires: pkgconfig(libcares) >= 1.19.1
|
||||
BuildRequires: pkgconfig(openssl) >= 1.0.1
|
||||
BuildRequires: pkgconfig(protobuf) >= 22
|
||||
BuildRequires: pkgconfig(re2)
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:931f07db9d48cff6a6007c1033ba6d691fe655bea2765444bc1ad974dfc840aa
|
||||
size 11755832
|
3
v1.57.0.tar.gz
Normal file
3
v1.57.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8393767af531b2d0549a4c26cf8ba1f665b16c16fb6c9238a7755e45444881dd
|
||||
size 17337863
|
Loading…
Reference in New Issue
Block a user