diff --git a/babel.spec b/babel.spec index 29fbb682624f6fbfb074f5bc499a2f21b1c1de68..7e3ca4eb622d1025205410c4a61cf26f7458dc30 100644 --- a/babel.spec +++ b/babel.spec @@ -1,10 +1,8 @@ -%global _with_bootstrap 1 - %bcond_with bootstrap Name: babel Version: 2.9.1 -Release: 3 +Release: 4 Summary: Tools for internationalizing and localizing Python applications License: BSD URL: http://babel.pocoo.org/ @@ -96,6 +94,9 @@ export TZ=UTC %endif %changelog +* Tue Feb 15 2022 yangzhuangzhuang - 2.9.1-4 +- enable make check + * Fri Dec 3 2021 panxiaohe - 2.9.1-3 - add Bootstrap for Python 3.10