SHA256
1
0
forked from pool/grpc

- Update to new upstream release 1.19.1

OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=37
This commit is contained in:
Jan Engelhardt 2019-03-16 18:21:23 +00:00 committed by Git OBS Bridge
parent 0dfba0270e
commit a1d4f9a6a8
4 changed files with 19 additions and 10 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Mar 16 17:39:59 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Update to new upstream release 1.19.1
* Use 32-bit nanopb fields.
* Avoid SRV and TXT lookups for localhost.
* Set c-ares as the default resolver.
-------------------------------------------------------------------
Mon Jan 7 11:39:15 UTC 2019 - Michał Rostecki <mrostecki@suse.de>

View File

@ -20,9 +20,9 @@
%define src_install_dir /usr/src/%{name}
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: grpc
Version: 1.16
Version: 1.19.1
Release: 0
%define rver 1.16.0
%define rver 1.19.1
Summary: HTTP/2-based Remote Procedure Call implementation
License: Apache-2.0
Group: Development/Tools/Building
@ -107,7 +107,10 @@ export CFLAGS="%optflags"
%install
b="%buildroot"
%make_install prefix="$b/%_prefix" STRIP=/bin/true V=1 VERBOSE=1
# work around "Argument list too long"
ln -s "%buildroot" "b"
%make_install DESTDIR="b" prefix="b/%_prefix" STRIP=/bin/true V=1 VERBOSE=1
find "$b/%_includedir" -type f -exec chmod a-x {} +
pushd "$b/usr"
rm -fv lib/*.a share/grpc/*.pem
@ -149,11 +152,9 @@ find %{buildroot}%{src_install_dir} -type f \( -name "*.bzl" -o -name "*.py" \)
%{src_install_dir}
%files -n python2-grpcio
%python2_sitearch/grpcio-%rver-py*.egg-info
%python2_sitearch/grpc
%python2_sitearch/grpc*
%files -n python3-grpcio
%python3_sitearch/grpcio-%rver-py*.egg-info
%python3_sitearch/grpc
%python3_sitearch/grpc*
%changelog

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d99db0b39b490d2469a8ef74197d5f211fa740fc9581dccecbb76c56d080fce1
size 14442543

3
v1.19.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f869c648090e8bddaa1260a271b1089caccbe735bf47ac9cd7d44d35a02fb129
size 14794085