diff --git a/tevent.spec b/tevent.spec index a6ec6d7..83fe028 100644 --- a/tevent.spec +++ b/tevent.spec @@ -1,6 +1,6 @@ Name: tevent Epoch: 1 -Version: 0.11.0 +Version: 0.12.0 Release: 1mamba Summary: An event system based on the talloc memory management library. Group: System/Libraries @@ -94,8 +94,8 @@ Tevent also provide helpers to deal with asynchronous code providing the tevent_ %files -n python-%{name} %defattr(-,root,root) -%{python3_sitearch}/_tevent.cpython-3*.so -%{python3_sitearch}/tevent.py +%{python3_sitelib}/_tevent.cpython-3*.so +%{python3_sitelib}/tevent.py #%files -n python-%{name}-py36 #%defattr(-,root,root) @@ -103,6 +103,9 @@ Tevent also provide helpers to deal with asynchronous code providing the tevent_ #%{python36_sitearch}/tevent.py %changelog +* Thu Apr 14 2022 Automatic Build System 0.12.0-1mamba +- automatic version update by autodist + * Sat Jul 10 2021 Automatic Build System 0.11.0-1mamba - automatic version update by autodist