diff --git a/python-ifaddr.spec b/python-ifaddr.spec index 126ab38..cf4c12a 100644 --- a/python-ifaddr.spec +++ b/python-ifaddr.spec @@ -1,5 +1,5 @@ Name: python-ifaddr -Version: 0.1.7 +Version: 0.2.0 Release: 1mamba Summary: A small Python library that allows you to find all the IP addresses of the computer Group: System/Libraries @@ -10,7 +10,7 @@ URL: https://github.com/pydron/ifaddr Source: https://pypi.debian.net/ifaddr/ifaddr-%{version}.tar.gz License: MIT ## AUTOBUILDREQ-BEGIN -## note: run 'autospec -u -a6 python-ifaddr' to get the list of build requirements. +BuildRequires: libpython3-devel ## AUTOBUILDREQ-END BuildRequires: libpython-devel Requires: python >= %python_version @@ -49,5 +49,8 @@ sed -i "s,.*/man/.*,&.gz," %{name}.filelist # %doc README.rst %changelog +* Thu Jun 16 2022 Automatic Build System 0.2.0-1mamba +- automatic version update by autodist + * Sun Feb 28 2021 Silvan Calarco 0.1.7-1mamba - package created using the webbuild interface