automatic version update by autodist [release 0.16.2-1mamba;Sat Feb 08 2025]
This commit is contained in:
parent
6b4b35ea24
commit
a8fb93180c
@ -1,6 +1,6 @@
|
|||||||
Name: tevent
|
Name: tevent
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 0.16.1
|
Version: 0.16.2
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: An event system based on the talloc memory management library.
|
Summary: An event system based on the talloc memory management library.
|
||||||
Group: System/Libraries
|
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.
|
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.
|
Tevent also provide helpers to deal with asynchronous code providing the tevent_req (tevent request) functions.
|
||||||
|
|
||||||
%debug_package
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -70,8 +69,6 @@ Tevent also provide helpers to deal with asynchronous code providing the tevent_
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post -n lib%{name} -p /sbin/ldconfig
|
|
||||||
%postun -n lib%{name} -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files -n lib%{name}
|
%files -n lib%{name}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -89,6 +86,9 @@ Tevent also provide helpers to deal with asynchronous code providing the tevent_
|
|||||||
%{python3_sitearch}/tevent.py
|
%{python3_sitearch}/tevent.py
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jan 31 2024 Automatic Build System <autodist@openmamba.org> 0.16.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user