From 093585fdaff2642639a420a527a1ab7b7dc233ef Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 11:27:41 +0100 Subject: [PATCH] automatic version update by autodist [release 0.7.2-1mamba;Sat Mar 12 2016] --- python-mistune.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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