diff --git a/python-incremental.spec b/python-incremental.spec index 9b3dd44..2e4a9e3 100644 --- a/python-incremental.spec +++ b/python-incremental.spec @@ -1,12 +1,12 @@ Name: python-incremental -Version: 21.3.0 -Release: 2mamba +Version: 22.10.0 +Release: 1mamba Summary: A small library that versions your Python projects Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: https://hawkowl.github.io/incremental +URL: https://github.com/twisted/incremental Source: http://pypi.debian.net/incremental/incremental-%{version}.tar.gz License: BSD ## AUTOBUILDREQ-BEGIN @@ -35,7 +35,7 @@ CFLAGS="%{optflags}" %{__python} setup.py build --install-lib=%{python_sitearch} \ --record=%{name}.filelist -sed -i "s,.*/man/.*,&.gz," %{name}.filelist +sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) @@ -44,6 +44,9 @@ sed -i "s,.*/man/.*,&.gz," %{name}.filelist %doc LICENSE %changelog +* Fri Nov 25 2022 Silvan Calarco 22.10.0-1mamba +- update to 22.10.0 + * Fri Apr 09 2021 Silvan Calarco 21.3.0-2mamba - rebuilt with distdeps