From 1778c3f947bbb310bf23b1dfa5b165e86970ceff Mon Sep 17 00:00:00 2001 From: chengzrz Date: Fri, 28 Oct 2022 23:45:08 +0800 Subject: [PATCH] upgrade to 2.2.2-3 Signed-off-by: chengzrz --- gflags.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/gflags.spec b/gflags.spec index 6c3dfd8..aa8a349 100644 --- a/gflags.spec +++ b/gflags.spec @@ -7,7 +7,7 @@ they are used. Name: gflags Version: 2.2.2 -Release: 2 +Release: 3 Summary: A C++ library for commandline flag processing License: BSD URL: https://gflags.github.io/gflags/ @@ -58,6 +58,12 @@ ctest %{_libdir}/cmake/gflags %changelog +* Sat Oct 29 2022 chengzeruizhi - 2.2.2-3 +- Type:requirement +- ID:NA +- SUG:NA +- DES: update gflags to 2.2.2-3 + * Fri Oct 30 2020 xinghe - 2.2.2-2 - remove python2 dependency -- Gitee