Hello community, here is the log from the commit of package grpc for openSUSE:Factory checked in at 2019-03-18 10:42:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/grpc (Old) and /work/SRC/openSUSE:Factory/.grpc.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "grpc" Mon Mar 18 10:42:35 2019 rev:13 rq:685620 version:1.19.1 Changes: -------- --- /work/SRC/openSUSE:Factory/grpc/grpc.changes 2019-01-15 09:17:42.442161066 +0100 +++ /work/SRC/openSUSE:Factory/.grpc.new.28833/grpc.changes 2019-03-18 10:42:40.479176512 +0100 @@ -1,0 +2,8 @@ +Sat Mar 16 17:39:59 UTC 2019 - Jan Engelhardt <[email protected]> + +- 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. + +------------------------------------------------------------------- Old: ---- v1.16.0.tar.gz New: ---- v1.19.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ grpc.spec ++++++ --- /var/tmp/diff_new_pack.jCyopO/_old 2019-03-18 10:42:41.835174855 +0100 +++ /var/tmp/diff_new_pack.jCyopO/_new 2019-03-18 10:42:41.839174850 +0100 @@ -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: 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 @@ %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 @@ %{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 ++++++ v1.16.0.tar.gz -> v1.19.1.tar.gz ++++++ /work/SRC/openSUSE:Factory/grpc/v1.16.0.tar.gz /work/SRC/openSUSE:Factory/.grpc.new.28833/v1.19.1.tar.gz differ: char 14, line 1
