diff --git a/python-roman.spec b/python-roman.spec index 3354ab9..42378e1 100644 --- a/python-roman.spec +++ b/python-roman.spec @@ -1,7 +1,7 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-roman -Version: 4.2 +Version: 5.0 Release: 1mamba Summary: Integer to Roman numerals converter Group: System/Libraries @@ -11,6 +11,7 @@ Packager: Silvan Calarco URL: https://pypi.org/project/roman/ Source: https://pypi.debian.net/roman/roman-%{version}.tar.gz License: Python Software Foundation License +BuildArch: noarch ## AUTOBUILDREQ-BEGIN BuildRequires: libpython311-devel BuildRequires: python3.11dist(setuptools) @@ -47,6 +48,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %{python_sitearch}/%{pkgname}-%{version}-py*.egg-info/* %changelog +* Sat Jan 18 2025 Automatic Build System 5.0-1mamba +- automatic version update by autodist + * Thu Apr 25 2024 Automatic Build System 4.2-1mamba - automatic version update by autodist