- 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:
parent
0dfba0270e
commit
a1d4f9a6a8
@ -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>
|
Mon Jan 7 11:39:15 UTC 2019 - Michał Rostecki <mrostecki@suse.de>
|
||||||
|
|
||||||
|
15
grpc.spec
15
grpc.spec
@ -20,9 +20,9 @@
|
|||||||
%define src_install_dir /usr/src/%{name}
|
%define src_install_dir /usr/src/%{name}
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: grpc
|
Name: grpc
|
||||||
Version: 1.16
|
Version: 1.19.1
|
||||||
Release: 0
|
Release: 0
|
||||||
%define rver 1.16.0
|
%define rver 1.19.1
|
||||||
Summary: HTTP/2-based Remote Procedure Call implementation
|
Summary: HTTP/2-based Remote Procedure Call implementation
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
@ -107,7 +107,10 @@ export CFLAGS="%optflags"
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
b="%buildroot"
|
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 {} +
|
find "$b/%_includedir" -type f -exec chmod a-x {} +
|
||||||
pushd "$b/usr"
|
pushd "$b/usr"
|
||||||
rm -fv lib/*.a share/grpc/*.pem
|
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}
|
%{src_install_dir}
|
||||||
|
|
||||||
%files -n python2-grpcio
|
%files -n python2-grpcio
|
||||||
%python2_sitearch/grpcio-%rver-py*.egg-info
|
%python2_sitearch/grpc*
|
||||||
%python2_sitearch/grpc
|
|
||||||
|
|
||||||
%files -n python3-grpcio
|
%files -n python3-grpcio
|
||||||
%python3_sitearch/grpcio-%rver-py*.egg-info
|
%python3_sitearch/grpc*
|
||||||
%python3_sitearch/grpc
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@ -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
3
v1.19.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f869c648090e8bddaa1260a271b1089caccbe735bf47ac9cd7d44d35a02fb129
|
||||||
|
size 14794085
|
Loading…
Reference in New Issue
Block a user