From 1b2510b998642467bb3658ed3af4066b289bba1a Mon Sep 17 00:00:00 2001 From: yang_zhuang_zhuang <1162011203@qq.com> Date: Tue, 15 Feb 2022 14:06:55 +0800 Subject: [PATCH] enable make check --- babel.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/babel.spec b/babel.spec index 29fbb68..7e3ca4e 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 -- Gitee