From 619793c7a1cdf6abc3cb9529572d3bd2f049ee23 Mon Sep 17 00:00:00 2001 From: liubo Date: Thu, 20 Oct 2022 17:16:35 +0800 Subject: [PATCH] python-configobj: rebuild the version to 5.0.6 - 18 Signed-off-by: liubo (cherry picked from commit 06408cc4351fa7c1036c0c995329ed96bbce79f1) --- python-configobj.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-configobj.spec b/python-configobj.spec index b399663..3fe1e4f 100644 --- a/python-configobj.spec +++ b/python-configobj.spec @@ -2,7 +2,7 @@ Name: python-configobj Version: 5.0.6 -Release: 17 +Release: 18 Summary: ConfigObj is a simple but powerful config file reader and writer License: BSD URL: http://configobj.readthedocs.org/ @@ -56,6 +56,9 @@ export PYTHONWARNINGS=always %{python3_sitelib}/* %changelog +* Thu Oct 2022 liubo - 5.0.6-18 +- rebuild the version to 5.0.6-18 + * Fri Jul 30 2021 chenyanpanHW - 5.0.6-17 - DESC: delete -Sgit from %autosetup, and delete BuildRequires git -- Gitee