diff --git a/python-decorator.spec b/python-decorator.spec index 6312bcf..9447561 100644 --- a/python-decorator.spec +++ b/python-decorator.spec @@ -5,7 +5,7 @@ other niceties (please check the docs). Name: python-%{_name} Version: 5.0.9 -Release: 1 +Release: 2 Summary: Simplify the signature-preserving function decorators and decorator factories License: BSD URL: https://github.com/micheles/decorator @@ -49,6 +49,9 @@ BuildRequires: python3-devel python3-setuptools %doc CHANGES.md %changelog +* Tue Oct 25 2022 zhangruifang - 5.0.9-2 +- Rebuild for next release + * Sat Nov 13 2021 liudabo - 5.0.9-1 - Type:enhancement - ID:NA