From ef05f06a77d0b0471f39aff49b7926fab1fca1bb Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Sun, 21 Jun 2020 21:07:50 +0200 Subject: [PATCH] Rebuilt for protobuf 3.12 --- grpc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/grpc.spec b/grpc.spec index b18a571..72c9ed0 100644 --- a/grpc.spec +++ b/grpc.spec @@ -1,6 +1,6 @@ Name: grpc Version: 1.26.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Modern, open source, high-performance remote procedure call (RPC) framework License: ASL 2.0 URL: https://www.grpc.io @@ -150,6 +150,9 @@ find %{buildroot} -type f -name '*.a' -exec rm -f {} \; %{python3_sitearch}/grpcio-%{version}-py?.?.egg-info %changelog +* Sun Jun 14 2020 Adrian Reber - 1.26.0-4 +- Rebuilt for protobuf 3.12 + * Tue May 26 2020 Miro HronĨok - 1.26.0-3 - Rebuilt for Python 3.9