From b2fbfb52aebac926f94899d361de28e306b9bac1 Mon Sep 17 00:00:00 2001 From: wujing Date: Wed, 24 Nov 2021 17:34:38 +0800 Subject: [PATCH] upgrade to a new version Solve the problem that protobuf-c cannot be updated due to the unupgraded version when upgrading from SP2 to sp3 Signed-off-by: wujing (cherry picked from commit f3eac1c3576032177fb4295062c8059027f33a68) --- protobuf-c.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/protobuf-c.spec b/protobuf-c.spec index b4f7284..fcaf3c4 100644 --- a/protobuf-c.spec +++ b/protobuf-c.spec @@ -1,6 +1,6 @@ Name: protobuf-c Version: 1.3.2 -Release: 3 +Release: 4 Summary: This is protobuf-c, a C implementation of the Google Protocol Buffers data serialization format License: BSD URL: https://github.com/protobuf-c/protobuf-c @@ -51,6 +51,12 @@ make check %{_libdir}/{libprotobuf-c.so,pkgconfig/libprotobuf-c.pc} %changelog +* Wed Nov 24 2021 wujing - 1.3.2-4 +- Type:upgrade +- ID:NA +- SUG:NA +- DESC: upgrade to new version + * Fri Aug 21 2020 fanjiachen - 1.3.2-3 - Type:rebuild - ID:NA -- Gitee