From 514f22d179edee053a96f093fd1b0d20bbc411d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=91=9E=E6=96=B9?= Date: Tue, 25 Oct 2022 06:07:40 +0000 Subject: [PATCH] Rebuild for next release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 张瑞方 --- python-appdirs.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-appdirs.spec b/python-appdirs.spec index 4527231..6348124 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 25 2022 zhangruifang - 1.4.4-3 +- Rebuild for next release + * Thu Sep 30 2021 shixuantong - 1.4.4-2 - fix name error in spec file