diff --git a/python-genshi.spec b/python-genshi.spec index 487fc1b..eeb5b7a 100644 --- a/python-genshi.spec +++ b/python-genshi.spec @@ -1,14 +1,14 @@ Name: python-genshi Epoch: 1 -Version: 0.7 +Version: 0.7.1 Release: 1mamba Summary: Python toolkit for generation of output for the web Group: System/Libraries/Python Vendor: openmamba Distribution: openmamba -Packager: gil +Packager: Silvan Calarco URL: http://genshi.edgewall.org/ -Source: http://ftp.edgewall.com/pub/genshi/Genshi-%{version}.tar.gz +Source: https://pypi.debian.net/Genshi/Genshi-%{version}.tar.gz License: BSD ## AUTOBUILDREQ-BEGIN BuildRequires: libpython-devel @@ -40,7 +40,7 @@ CFLAGS="%{optflags}" %{__python} setup.py build --single-version-externally-managed \ --record=%{name}.filelist -sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist +sed -i "s,.*/man/.*,&.gz," %{name}.filelist #%check #{__python} setup.py test @@ -54,6 +54,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist #%doc ChangeLog doc examples README.txt %changelog +* Tue Sep 11 2018 Silvan Calarco 0.7.1-1mamba +- update to 0.7.1 + * Sat May 24 2014 Automatic Build System 0.7-1mamba - automatic update by autodist