From 42cea2c21242684575b9694f9cc70a85d58c2e96 Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Thu, 14 Jan 2021 08:46:37 +0100 Subject: [PATCH] Rebuilt for protobuf 3.14 --- grpc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/grpc.spec b/grpc.spec index 7aa5f4a..d8e842e 100644 --- a/grpc.spec +++ b/grpc.spec @@ -2,7 +2,7 @@ Name: grpc Version: 1.26.0 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Modern, open source, high-performance remote procedure call (RPC) framework License: ASL 2.0 URL: https://www.grpc.io @@ -156,6 +156,9 @@ find %{buildroot} -type f -name '*.a' -exec rm -f {} \; %{python3_sitearch}/grpcio-%{version}-py%{python3_version}.egg-info %changelog +* Thu Jan 14 08:46:34 CET 2021 Adrian Reber - 1.26.0-9 +- Rebuilt for protobuf 3.14 + * Fri Nov 13 2020 Artem Polishchuk - 1.26.0-8 - build: disable LTO due to rh#1893533