diff --git a/grpc.spec b/grpc.spec index 9dea29e41b9a284198021ee17764e36155fa6d68..394d8c8a763b2c3e1b8c4d2e5dbdf83b17197f1d 100644 --- a/grpc.spec +++ b/grpc.spec @@ -1,24 +1,24 @@ Name: grpc -Version: 1.31.0 -Release: 6 +Version: 1.36.1 +Release: 1 Summary: A modern, open source high performance RPC framework that can run in any environment License: ASL 2.0 URL: https://www.grpc.io -Source0: https://github.com/grpc/grpc/archive/v%{version}/%{name}-%{version}.tar.gz - -Patch0000: Copy-channel-args-hash-before-appending-ruby-user-ag.patch -Patch0001: Ran-generate_proto_ruby.sh-to-update-generated-files.patch -Patch0002: Add-ABSL_RANDOM_HWAES_FLAGS.patch -Patch0003: Fix-destruction-race-between-subchannel-and-client_c.patch -Patch0004: Fix-use-after-free-by-removing-stream-from-transport.patch -Patch0005: repair-gflags-compile-error-with-cmake.patch +Source0: https://github.com/grpc/grpc/archive/refs/tags/v1.36.1.tar.gz + +#Patch0000: Copy-channel-args-hash-before-appending-ruby-user-ag.patch +#Patch0001: Ran-generate_proto_ruby.sh-to-update-generated-files.patch +#Patch0002: Add-ABSL_RANDOM_HWAES_FLAGS.patch +#Patch0003: Fix-destruction-race-between-subchannel-and-client_c.patch +#Patch0004: Fix-use-after-free-by-removing-stream-from-transport.patch +#Patch0005: repair-gflags-compile-error-with-cmake.patch Patch0006: repair-pkgconfig-path.patch Patch0007: add-secure-compile-option-in-Makefile.patch -Patch0008: fix-re2-build-error.patch -Patch0009: allow-grpcio-to-be-build-against-system-re2.patch -Patch0010: grpc-1.31.0-python-grpcio-use-system-abseil.patch +#Patch0008: fix-re2-build-error.patch +#Patch0009: allow-grpcio-to-be-build-against-system-re2.patch +#Patch0010: grpc-1.31.0-python-grpcio-use-system-abseil.patch -BuildRequires: gcc-c++ pkgconfig protobuf-devel protobuf-compiler +BuildRequires: gcc-c++ pkgconfig protobuf-devel protobuf-compiler libev-devel libuv-devel BuildRequires: openssl-devel c-ares-devel gflags-devel gtest-devel zlib-devel gperftools-devel BuildRequires: python3-devel python3-setuptools python3-Cython BuildRequires: cmake >= 3.13.0 @@ -47,7 +47,7 @@ Development headers and files for gRPC libraries. %package -n python3-grpcio Summary: Python3 language bindings for gRPC Requires: %{name} = %{version}-%{release} -%{?python_provide:%python_provide python3-%{pypi_name}} +%{?python_provide:%python_provide python3-grpcio} %description -n python3-grpcio Python3 bindings for gRPC. diff --git a/grpc-1.31.0.tar.gz b/v1.36.1.tar.gz similarity index 46% rename from grpc-1.31.0.tar.gz rename to v1.36.1.tar.gz index 23f49d3b842f2e916c861d5150e4b7d048084888..fd2fc01d3851cfbf021f4aad14ee6c124b8ebb34 100644 Binary files a/grpc-1.31.0.tar.gz and b/v1.36.1.tar.gz differ