diff --git a/python-ecdsa.spec b/python-ecdsa.spec index 8990fe5..04b9684 100644 --- a/python-ecdsa.spec +++ b/python-ecdsa.spec @@ -1,5 +1,5 @@ Name: python-ecdsa -Version: 0.13 +Version: 0.13.2 Release: 1mamba Summary: An easy-to-use implementation of ECDSA cryptography (Elliptic Curve Digital Signature Algorithm) Group: System/Libraries @@ -33,18 +33,16 @@ CFLAGS="%{optflags}" %{__python} setup.py build --install-lib=%{python_sitearch} \ --record=%{name}.filelist -sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist +sed -i "s,.*/man/.*,&.gz," %{name}.filelist %files -f %{name}.filelist %defattr(-,root,root) -## note: this list is just an example; modify as required -# %{python_sitearch}/%{name}.py* -# %{python_sitearch}/%{name}.so %doc LICENSE -## note: eventually add the remaining documents (if any) -# %doc NEWS README.md %changelog +* Thu Apr 25 2019 Automatic Build System 0.13.2-1mamba +- automatic version update by autodist + * Sun Feb 08 2015 Automatic Build System 0.13-1mamba - automatic version update by autodist