From c23aa8cba7e0d0ab8ec69732b4783dff8f950fa7 Mon Sep 17 00:00:00 2001 From: zhuofeng Date: Thu, 20 Oct 2022 11:02:10 +0000 Subject: [PATCH] update Release Signed-off-by: zhuofeng --- python-appdirs.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-appdirs.spec b/python-appdirs.spec index 4527231..3a65f35 100644 --- a/python-appdirs.spec +++ b/python-appdirs.spec @@ -3,7 +3,7 @@ name: python-%{srcname} Version: 1.4.4 -Release: 2 +Release: 3 Summary: A Python module for determining platform-specific directories License: MIT @@ -49,6 +49,9 @@ sed -i -e '1{\@^#!/usr/bin/env python@d}' %{buildroot}%{python3_sitelib}/appdirs %{python3_sitelib}/__pycache__/appdirs.* %changelog +* Tue Oct 18 2022 zhuofeng - 1.4.4-3 +- update Release + * Thu Sep 30 2021 shixuantong - 1.4.4-2 - fix name error in spec file -- Gitee