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