automatic version update by autodist [release 2.0.0-1mamba;Sun Oct 27 2019]

This commit is contained in:
Automatic Build System 2024-01-05 16:41:31 +01:00
parent 7f9b097a82
commit ab7fb16521

View File

@ -1,5 +1,5 @@
Name: python-snowballstemmer
Version: 1.9.1
Version: 2.0.0
Release: 1mamba
Summary: Snowball stemming library collection for Python
Group: System/Libraries
@ -37,12 +37,15 @@ 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 %{?pyappend} -f %{name}.filelist
%defattr(-,root,root)
%changelog
* Sun Oct 27 2019 Automatic Build System <autodist@mambasoft.it> 2.0.0-1mamba
- automatic version update by autodist
* Sat Oct 05 2019 Automatic Build System <autodist@mambasoft.it> 1.9.1-1mamba
- automatic version update by autodist