automatic version update by autodist [release 20181111-1mamba;Fri Dec 28 2018]

This commit is contained in:
Automatic Build System 2024-01-06 11:03:13 +01:00
parent f795940273
commit 2a0c507148

View File

@ -1,6 +1,6 @@
Name: python-diff-match-patch
Version: 20121119
Release: 2mamba
Version: 20181111
Release: 1mamba
Summary: Robust algorithms to perform the operations required for synchronizing plain text
Group: System/Libraries
Vendor: openmamba
@ -37,15 +37,18 @@ 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
chmod -R o+r %{buildroot}
%files %{?pyappend} -f %{name}.filelist
%defattr(-,root,root)
%doc LICENCE
%doc LICENSE
%changelog
* Fri Dec 28 2018 Automatic Build System <autodist@mambasoft.it> 20181111-1mamba
- automatic version update by autodist
* Mon Dec 28 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 20121119-2mamba
- fix global read permissions