From e8b4c10247510a76a4703fe7a52abcd462553d95 Mon Sep 17 00:00:00 2001 From: wangxiaomeng Date: Wed, 23 Jun 2021 11:59:50 +0800 Subject: [PATCH] Fix version in changelog (cherry picked from commit 6fc46f8619f48b298d31be0d166a72af12040c7d) --- libfastcommon.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libfastcommon.spec b/libfastcommon.spec index b20aa6e..b1e5ec1 100644 --- a/libfastcommon.spec +++ b/libfastcommon.spec @@ -1,6 +1,6 @@ Name: libfastcommon Version: 1.0.43 -Release: 1 +Release: 2 Summary: c common functions library extracted from my open source projects FastDFS License: LGPL Group: Arch/Tech @@ -48,5 +48,8 @@ rm -rf %{buildroot} %{_usr}/include/fastcommon/* %changelog -* Fri Sep 11 2020 huyan90325 - 1.0.44-1 +* Wed Jun 23 2021 wangxiaomeng - 1.0.43-2 +- Fix version in changelog of spec + +* Fri Sep 11 2020 huyan90325 - 1.0.43-1 - Package init -- Gitee