diff --git a/python-zope-proxy.spec b/python-zope-proxy.spec index ccf7187..59fa448 100644 --- a/python-zope-proxy.spec +++ b/python-zope-proxy.spec @@ -1,5 +1,5 @@ Name: python-zope-proxy -Version: 5.3 +Version: 6.1 Release: 1mamba Summary: Zope proxy library Group: System/Libraries @@ -7,7 +7,7 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://www.zope.dev/ -Source: http://pypi.debian.net/zope.proxy/zope.proxy-%{version}.tar.gz +Source: http://pypi.debian.net/zope.proxy/zope_proxy-%{version}.tar.gz License: Zope Public License ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -25,7 +25,7 @@ Requires: python >= %python_version %endif %prep -%setup -q -n zope.proxy-%{version} +%setup -q -n zope_proxy-%{version} %build CFLAGS="%{optflags}" %{__python} setup.py build @@ -49,6 +49,9 @@ sed -i "s,.*/man/.*,&.gz," %{name}.filelist %defattr(-,root,root) %changelog +* Thu Nov 28 2024 Silvan Calarco 6.1-1mamba +- update to 6.1 + * Sat Aug 24 2024 Automatic Build System 5.3-1mamba - automatic version update by autodist