automatic version update by autodist [release 0.16.2-1mamba;Sat Feb 08 2025]

This commit is contained in:
Automatic Build System 2025-02-08 19:48:39 +01:00
parent 6b4b35ea24
commit a8fb93180c

View File

@ -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 <autodist@openmamba.org> 0.16.2-1mamba
- automatic version update by autodist
* Wed Jan 31 2024 Automatic Build System <autodist@openmamba.org> 0.16.1-1mamba
- automatic version update by autodist