- Update to 0.9.16.
+ Adds tevent_*_trace_*() and tevent_context_init_ops(). + Move tevent.py to the arch-specific directory. OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=12
This commit is contained in:
committed by
Git OBS Bridge
parent
651524297b
commit
49cb23e953
@@ -16,7 +16,6 @@
|
||||
#
|
||||
|
||||
|
||||
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
|
||||
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||
|
||||
%define talloc_version 2.0.7
|
||||
@@ -38,7 +37,7 @@ BuildRequires: python-devel
|
||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||
%endif
|
||||
Url: http://tevent.samba.org/
|
||||
Version: 0.9.15
|
||||
Version: 0.9.16
|
||||
Release: 0
|
||||
Summary: An event system based on the talloc memory management library
|
||||
License: LGPL-3.0+
|
||||
@@ -157,7 +156,8 @@ find ${RPM_BUILD_ROOT} -name "*.so*" -exec chmod -c +x {} \;
|
||||
|
||||
%files -n python-tevent
|
||||
%defattr(-,root,root)
|
||||
%attr(0755,root,root) %{python_sitelib}/tevent.py*
|
||||
%attr(0755,root,root)
|
||||
%{python_sitearch}/tevent.py
|
||||
%{python_sitearch}/_tevent.so
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user