diff --git a/python-mistune.spec b/python-mistune.spec index 66ff3e6..826623d 100644 --- a/python-mistune.spec +++ b/python-mistune.spec @@ -1,5 +1,5 @@ Name: python-mistune -Version: 0.7.1 +Version: 0.7.2 Release: 1mamba Summary: A fast markdown parser in pure Python Group: System/Libraries @@ -40,12 +40,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 "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %files -f %{name}.filelist %defattr(-,root,root) %doc LICENSE README.rst %changelog +* Sat Mar 12 2016 Automatic Build System 0.7.2-1mamba +- automatic version update by autodist + * Fri Sep 25 2015 Davide Madrisan 0.7.1-1mamba - package created using the webbuild interface