diff --git a/tevent.spec b/tevent.spec index 87e581a..a6ec6d7 100644 --- a/tevent.spec +++ b/tevent.spec @@ -1,6 +1,6 @@ Name: tevent Epoch: 1 -Version: 0.10.2 +Version: 0.11.0 Release: 1mamba Summary: An event system based on the talloc memory management library. Group: System/Libraries @@ -12,15 +12,12 @@ Source: http://www.samba.org/ftp/tevent/tevent-%{version}.tar.gz License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: ldconfig BuildRequires: libbsd-devel -BuildRequires: libpython-devel BuildRequires: libpython3-devel BuildRequires: libtalloc-devel ## AUTOBUILDREQ-END BuildRequires: python-talloc-py3 Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Tevent is an event system based on the talloc memory management library. It is the core event system used in Samba. @@ -106,6 +103,9 @@ Tevent also provide helpers to deal with asynchronous code providing the tevent_ #%{python36_sitearch}/tevent.py %changelog +* Sat Jul 10 2021 Automatic Build System 0.11.0-1mamba +- automatic version update by autodist + * Fri Jan 03 2020 Silvan Calarco 0.10.2-1mamba - update to 0.10.2