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