From 042a63ac6af825be3c66fc8ed030aaf8317b7f93 Mon Sep 17 00:00:00 2001 From: "zhongling.h" Date: Thu, 28 Dec 2023 15:25:24 +0800 Subject: [PATCH] Rebuild with new protobuf --- grpc.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/grpc.spec b/grpc.spec index 953139d..a17a0cc 100644 --- a/grpc.spec +++ b/grpc.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global cpp_std 17 %global gtest_url https://github.com/google/googletest @@ -811,5 +811,8 @@ hardlink -v '%{buildroot}%{_pkgdocdir}/examples/' %{python3_sitelib}/grpcio_testing-%{pyversion}-py%{python3_version}.egg-info/ %changelog +* Thu Dec 28 2023 Zhongling He - 1.48.4-2 +- Rebuild with newer protobuf + * Fri Sep 15 2023 Zhongling He - 1.48.4-1 -- Initial package. \ No newline at end of file +- Initial package. -- Gitee