diff --git a/python-diff-match-patch.spec b/python-diff-match-patch.spec index 5e4d802..125bc6a 100644 --- a/python-diff-match-patch.spec +++ b/python-diff-match-patch.spec @@ -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 20181111-1mamba +- automatic version update by autodist + * Mon Dec 28 2015 Silvan Calarco 20121119-2mamba - fix global read permissions