diff --git a/Babel-2.9.1.tar.gz b/Babel-2.10.3.tar.gz similarity index 51% rename from Babel-2.9.1.tar.gz rename to Babel-2.10.3.tar.gz index 64b02c5..41d3bc8 100644 Binary files a/Babel-2.9.1.tar.gz and b/Babel-2.10.3.tar.gz differ diff --git a/babel.spec b/babel.spec index 7e3ca4e..9bba268 100644 --- a/babel.spec +++ b/babel.spec @@ -1,8 +1,8 @@ %bcond_with bootstrap Name: babel -Version: 2.9.1 -Release: 4 +Version: 2.10.3 +Release: 1 Summary: Tools for internationalizing and localizing Python applications License: BSD URL: http://babel.pocoo.org/ @@ -80,7 +80,7 @@ export TZ=UTC %postun %files -%doc CHANGES AUTHORS +%doc CHANGES.rst AUTHORS %license LICENSE %{_bindir}/pybabel @@ -94,6 +94,9 @@ export TZ=UTC %endif %changelog +* Mon Jul 4 2022 panxiaohe - 2.10.3-1 +- update to 2.10.3 + * Tue Feb 15 2022 yangzhuangzhuang - 2.9.1-4 - enable make check