From f0ad14908c7f1b939df16c4473c3a07ebc6f3dc6 Mon Sep 17 00:00:00 2001 From: fanjiachen Date: Fri, 21 Aug 2020 10:38:10 +0800 Subject: [PATCH] add release for update --- protobuf-c.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/protobuf-c.spec b/protobuf-c.spec index d435845..b4f7284 100644 --- a/protobuf-c.spec +++ b/protobuf-c.spec @@ -1,6 +1,6 @@ Name: protobuf-c Version: 1.3.2 -Release: 2 +Release: 3 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,5 +51,11 @@ make check %{_libdir}/{libprotobuf-c.so,pkgconfig/libprotobuf-c.pc} %changelog +* Fri Aug 21 2020 fanjiachen - 1.3.2-3 +- Type:rebuild +- ID:NA +- SUG:NA +- DESC:rebuild for requirement package update + * Fri Feb 14 2020 Senlin Xia - 1.3.2-2 - Package init -- Gitee