diff --git a/python-babel.spec b/python-babel.spec index 1469f61..b24ccec 100644 --- a/python-babel.spec +++ b/python-babel.spec @@ -1,5 +1,5 @@ Name: python-babel -Version: 2.14.0 +Version: 2.15.0 Release: 1mamba Summary: Library for internationalizing Python applications Group: System/Libraries/Python @@ -7,7 +7,7 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://babel.pocoo.org/en/latest/ -Source: https://pypi.debian.net/Babel/Babel-%{version}.tar.gz +Source: https://pypi.debian.net/Babel/babel-%{version}.tar.gz License: BSD ## AUTOBUILDREQ-BEGIN BuildRequires: libpython311-devel @@ -32,7 +32,7 @@ Tool to build and work with gettext message catalogs. %endif %prep -%setup -q -n Babel-%{version} +%setup -q -n babel-%{version} #chmod a-x babel/messages/frontend.py doc/logo.png doc/logo_small.png sed -i -e '/^#!/,1d' babel/messages/frontend.py @@ -67,6 +67,9 @@ sed -i "s|%{_bindir}/pybabel|%{_bindir}/pybabel-%{?pyappend}|" %{name}.filelist %doc AUTHORS LICENSE %changelog +* Thu May 09 2024 Silvan Calarco 2.15.0-1mamba +- update to 2.15.0 + * Wed Dec 13 2023 Automatic Build System 2.14.0-1mamba - automatic version update by autodist