diff --git a/python-wheezy-template.spec b/python-wheezy-template.spec index 44a1f48..ce21e2d 100644 --- a/python-wheezy-template.spec +++ b/python-wheezy-template.spec @@ -1,5 +1,5 @@ Name: python-wheezy-template -Version: 3.0.3 +Version: 3.1.0 Release: 1mamba Summary: A lightweight template library Group: System/Libraries @@ -10,11 +10,11 @@ URL: https://pypi.org/project/wheezy.template/ Source: https://pypi.debian.net/wheezy.template/wheezy.template-%{version}.tar.gz License: MIT ## AUTOBUILDREQ-BEGIN -## note: run 'autospec -u -a6 python-wheezy-template' to get the list of build requirements. +BuildRequires: glibc-devel +BuildRequires: libpython3-devel ## AUTOBUILDREQ-END BuildRequires: libpython-devel Requires: python >= %python_version -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description %{summary}. @@ -50,6 +50,9 @@ sed -i "s,.*/man/.*,&.gz," %{name}.filelist # %doc README.rst %changelog +* Tue May 04 2021 Automatic Build System 3.1.0-1mamba +- automatic version update by autodist + * Sat Jan 30 2021 Automatic Build System 3.0.3-1mamba - automatic version update by autodist