From 5434f35f9b3762fcb5eba6536278c99bd6c58805 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:18:45 +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-decorator.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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