Accepting request 685620 from devel:tools
- Update to new upstream release 1.19.1 OBS-URL: https://build.opensuse.org/request/show/685620 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grpc?expand=0&rev=13
This commit is contained in:
commit
234f8f58d4
@ -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>
|
||||
|
||||
|
17
grpc.spec
17
grpc.spec
@ -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
|
||||
@ -37,7 +37,7 @@ BuildRequires: pkg-config
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: pkgconfig(libcares)
|
||||
BuildRequires: pkgconfig(openssl) >= 1.0.1
|
||||
BuildRequires: pkgconfig(protobuf) >= 3.5
|
||||
BuildRequires: pkgconfig(protobuf) > 3.5.0
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
@ -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
|
||||
|
@ -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