diff --git a/tevent.spec b/tevent.spec index dcc57f5..052125b 100644 --- a/tevent.spec +++ b/tevent.spec @@ -1,6 +1,6 @@ Name: tevent Epoch: 1 -Version: 0.16.1 +Version: 0.16.2 Release: 1mamba Summary: An event system based on the talloc memory management library. Group: System/Libraries @@ -51,7 +51,6 @@ Tevent is an event system based on the talloc memory management library. It is t The low level tevent has support for many event types, including timers, signals, and the classic file descriptor events. Tevent also provide helpers to deal with asynchronous code providing the tevent_req (tevent request) functions. -%debug_package %prep %setup -q @@ -70,8 +69,6 @@ Tevent also provide helpers to deal with asynchronous code providing the tevent_ %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%post -n lib%{name} -p /sbin/ldconfig -%postun -n lib%{name} -p /sbin/ldconfig %files -n lib%{name} %defattr(-,root,root) @@ -89,6 +86,9 @@ Tevent also provide helpers to deal with asynchronous code providing the tevent_ %{python3_sitearch}/tevent.py %changelog +* Sat Feb 08 2025 Automatic Build System 0.16.2-1mamba +- automatic version update by autodist + * Wed Jan 31 2024 Automatic Build System 0.16.1-1mamba - automatic version update by autodist