Accepting request 844726 from devel:tools
- Update to release 1.33.2 put together with abseil-cpp OBS-URL: https://build.opensuse.org/request/show/844726 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grpc?expand=0&rev=26
This commit is contained in:
commit
28a26597b6
15
grpc.changes
15
grpc.changes
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 28 08:17:46 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 1.33.2
|
||||
* Deprecate GRPC_ARG_HTTP2_MIN_SENT_PING_INTERVAL_WITHOUT_DATA_MS.
|
||||
* Expose Cronet error message to the application layer.
|
||||
* Remove grpc_channel_ping from surface API.
|
||||
* Do not send BDP pings if there is no receive side activity.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 27 12:31:44 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Use -DgRPC_ABSL_PROVIDER=package
|
||||
(https://github.com/grpc/grpc/issues/24476)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 22 11:15:31 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
|
11
grpc.spec
11
grpc.spec
@ -21,7 +21,7 @@
|
||||
%define lverplugin 1
|
||||
%define src_install_dir /usr/src/%name
|
||||
Name: grpc
|
||||
Version: 1.33.1
|
||||
Version: 1.33.2
|
||||
Release: 0
|
||||
Summary: HTTP/2-based Remote Procedure Call implementation
|
||||
License: Apache-2.0
|
||||
@ -31,7 +31,7 @@ Source: https://github.com/grpc/grpc/archive/v%version.tar.gz
|
||||
Source2: %name-rpmlintrc
|
||||
# PATCH-FIX-UPSTREAM grpc-correct-pkgconfig-path.patch badshah400@gmail.com -- Make path for pkgconfig file installation consistent with gRPC_INSTALL_LIBDIR specification
|
||||
Patch1: grpc-correct-pkgconfig-path.patch
|
||||
BuildRequires: abseil-cpp-source
|
||||
BuildRequires: abseil-cpp-devel
|
||||
BuildRequires: cmake
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
@ -129,8 +129,7 @@ This subpackage contains source code of the gRPC reference implementation.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
# Copy abseil-cpp source into empty third_party/abseil-cpp dir
|
||||
cp -r %_prefix/src/abseil-cpp/* third_party/abseil-cpp/
|
||||
rm -Rf third_party/abseil-cpp/
|
||||
|
||||
%build
|
||||
%define _lto_cflags %nil
|
||||
@ -141,8 +140,8 @@ export CFLAGS="%optflags -Wno-error"
|
||||
export CXXFLAGS="$CFLAGS"
|
||||
%cmake -DgRPC_INSTALL=ON \
|
||||
-DgRPC_INSTALL_LIBDIR:PATH="%_lib" \
|
||||
-DgRPC_INSTALL_CMAKEDIR:PATH="%_libdir"/cmake/grpc \
|
||||
-DgRPC_ABSL_PROVIDER=module \
|
||||
-DgRPC_INSTALL_CMAKEDIR:PATH="%_libdir/cmake/grpc" \
|
||||
-DgRPC_ABSL_PROVIDER=package \
|
||||
-DgRPC_CARES_PROVIDER=package \
|
||||
-DgRPC_PROTOBUF_PROVIDER=package \
|
||||
-DgRPC_RE2_PROVIDER=package \
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:58eaee5c0f1bd0b92ebe1fa0606ec8f14798500620e7444726afcaf65041cb63
|
||||
size 7272703
|
3
v1.33.2.tar.gz
Normal file
3
v1.33.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2060769f2d4b0d3535ba594b2ab614d7f68a492f786ab94b4318788d45e3278a
|
||||
size 7270924
|
Loading…
Reference in New Issue
Block a user