diff --git a/python-appdirs.spec b/python-appdirs.spec index 452723190f717fd505b3579b964f7bd7ba7cefe8..63481244e41073ca1b70ccaf5aa5715f59433b8a 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