update to 2.10.3

This commit is contained in:
panxiaohe 2022-07-04 17:35:28 +08:00
parent 7a17816e92
commit 5cb3d28cd7
2 changed files with 6 additions and 3 deletions

View File

@ -1,8 +1,8 @@
%bcond_with bootstrap %bcond_with bootstrap
Name: babel Name: babel
Version: 2.9.1 Version: 2.10.3
Release: 4 Release: 1
Summary: Tools for internationalizing and localizing Python applications Summary: Tools for internationalizing and localizing Python applications
License: BSD License: BSD
URL: http://babel.pocoo.org/ URL: http://babel.pocoo.org/
@ -80,7 +80,7 @@ export TZ=UTC
%postun %postun
%files %files
%doc CHANGES AUTHORS %doc CHANGES.rst AUTHORS
%license LICENSE %license LICENSE
%{_bindir}/pybabel %{_bindir}/pybabel
@ -94,6 +94,9 @@ export TZ=UTC
%endif %endif
%changelog %changelog
* Mon Jul 4 2022 panxiaohe <panxh.life@foxmail.com> - 2.10.3-1
- update to 2.10.3
* Tue Feb 15 2022 yangzhuangzhuang <yangzhuangzhuang1@h-partners.com> - 2.9.1-4 * Tue Feb 15 2022 yangzhuangzhuang <yangzhuangzhuang1@h-partners.com> - 2.9.1-4
- enable make check - enable make check