From 36da8b5ea008983de4058fb21fbb8242af41c65d Mon Sep 17 00:00:00 2001 From: Markeryang Date: Fri, 28 Oct 2022 07:02:07 +0000 Subject: [PATCH] update for mass rebuild and upgrade verification --- babel.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/babel.spec b/babel.spec index b0110f2..153dde5 100644 --- a/babel.spec +++ b/babel.spec @@ -1,6 +1,6 @@ Name: babel Version: 2.8.0 -Release: 3 +Release: 4 Summary: Tools for internationalizing and localizing Python applications License: BSD URL: http://babel.pocoo.org/ @@ -105,6 +105,9 @@ export TZ=Asia/Shanghai %doc built-docs/html/* %changelog +* Fri Oct 28 2022 yanglongkang - 2.8.0-4 +- rebuild for next release + * Tue May 11 2021 yangzhuangzhuang - 2.8.0-3 - Fix CVE-2021-20095 -- Gitee