From 11a7f4b3502082ebc4edbe62ac7c8d8af2eba373 Mon Sep 17 00:00:00 2001 From: SuperSix173 Date: Tue, 27 Feb 2024 20:29:10 +0800 Subject: [PATCH] just for test Signed-off-by: SuperSix173 --- protobuf-c.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/protobuf-c.spec b/protobuf-c.spec index b18e55e..4120a7b 100644 --- a/protobuf-c.spec +++ b/protobuf-c.spec @@ -1,6 +1,6 @@ Name: protobuf-c Version: 1.5.0 -Release: 1 +Release: 2 Summary: This is protobuf-c, a C implementation of the Google Protocol Buffers data serialization format License: BSD-2-Clause URL: https://github.com/protobuf-c/protobuf-c @@ -48,6 +48,9 @@ make check %{_libdir}/{libprotobuf-c.so,pkgconfig/libprotobuf-c.pc} %changelog +* Tue Feb 27 2024 liuchao - 1.5.0-2 +- just for test + * Wed Jan 24 2024 liuchao - 1.5.0-1 - upgrade to 1.5.0: - Makefile.am: change link order -- Gitee