From b0e92e8bf9ba99d0e34f057333676c69ae7bc0e4 Mon Sep 17 00:00:00 2001 From: zhuofeng Date: Wed, 26 Oct 2022 12:17:44 +0000 Subject: [PATCH] update for mass rebuild and upgrade verification Signed-off-by: zhuofeng --- python-ordered-set.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-ordered-set.spec b/python-ordered-set.spec index 52b4bdd..5889414 100644 --- a/python-ordered-set.spec +++ b/python-ordered-set.spec @@ -1,6 +1,6 @@ Name: python-ordered-set Version: 4.0.2 -Release: 2 +Release: 3 Summary: A mutable data structure License: MIT URL: https://github.com/LuminosoInsight/ordered-set @@ -49,6 +49,9 @@ Ordered-set for python3. %{python3_sitelib}/__pycache__/ordered_set.* %changelog +* Wed Oct 26 2022 zhuofeng - 4.0.2-3 +- Rebuild for next release + * Wed Jan 5 2022 wangjiang - 4.0.2-2 - fix build failed