diff --git a/python-nacl.spec b/python-nacl.spec index a0b51df..ee50848 100644 --- a/python-nacl.spec +++ b/python-nacl.spec @@ -1,5 +1,5 @@ Name: python-nacl -Version: 1.4.0 +Version: 1.5.0 Release: 1mamba Summary: A Python binding to libsodium, which is a fork of the Networking and Cryptography library Group: System/Libraries @@ -10,11 +10,11 @@ URL: https://pypi.org/project/PyNaCl/ Source: https://pypi.debian.net/PyNaCl/PyNaCl-%{version}.tar.gz License: Apache License 2.0 ## AUTOBUILDREQ-BEGIN -## note: run 'autospec -u -a6 python-nacl' 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,5 +50,8 @@ sed -i "s,.*/man/.*,&.gz," %{name}.filelist # %doc README.rst %changelog +* Thu Jan 13 2022 Automatic Build System 1.5.0-1mamba +- automatic version update by autodist + * Tue Sep 08 2020 Silvan Calarco 1.4.0-1mamba - package created using the webbuild interface