diff --git a/python-alembic.spec b/python-alembic.spec
index c424962..6ba6bca 100644
--- a/python-alembic.spec
+++ b/python-alembic.spec
@@ -1,6 +1,6 @@
 %define pkgname %(echo %name | cut -d- -f2- | tr - _)
 Name:          python-alembic
-Version:       1.14.0
+Version:       1.14.1
 Release:       1mamba
 Summary:       A database migration tool for SQLAlchemy
 Group:         System/Libraries
@@ -10,6 +10,7 @@ Packager:      Silvan Calarco <silvan.calarco@mambasoft.it>
 URL:           https://alembic.sqlalchemy.org/en/latest/
 Source:        https://pypi.debian.net/alembic/alembic-%{version}.tar.gz
 License:       MIT
+BuildArch:     noarch
 ## AUTOBUILDREQ-BEGIN
 BuildRequires: libpython311-devel
 BuildRequires: python3.11dist(mako)
@@ -50,6 +51,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
 %doc LICENSE
 
 %changelog
+* Mon Jan 20 2025 Automatic Build System <autodist@openmamba.org> 1.14.1-1mamba
+- automatic version update by autodist
+
 * Tue Nov 05 2024 Automatic Build System <autodist@openmamba.org> 1.14.0-1mamba
 - automatic version update by autodist