- 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:
parent
651524297b
commit
49cb23e953
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2b32ad8b26a5fe2666992615858f9ebe38edac9c50fb2348288ab499d1f2c245
|
|
||||||
size 484269
|
|
3
tevent-0.9.16.tar.gz
Normal file
3
tevent-0.9.16.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ccaa11fb3aa2516951f08d02fef186f30bb76cd4114c839fa410ff819162e021
|
||||||
|
size 494670
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 7 21:49:07 UTC 2012 - lmuelle@suse.com
|
||||||
|
|
||||||
|
- Update to 0.9.16.
|
||||||
|
+ Adds tevent_*_trace_*() and tevent_context_init_ops().
|
||||||
|
+ Move tevent.py to the arch-specific directory.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 28 16:29:25 UTC 2012 - lmuelle@suse.com
|
Thu Jun 28 16:29:25 UTC 2012 - lmuelle@suse.com
|
||||||
|
|
||||||
|
@ -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)")}
|
%{!?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
|
%define talloc_version 2.0.7
|
||||||
@ -38,7 +37,7 @@ BuildRequires: python-devel
|
|||||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||||
%endif
|
%endif
|
||||||
Url: http://tevent.samba.org/
|
Url: http://tevent.samba.org/
|
||||||
Version: 0.9.15
|
Version: 0.9.16
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An event system based on the talloc memory management library
|
Summary: An event system based on the talloc memory management library
|
||||||
License: LGPL-3.0+
|
License: LGPL-3.0+
|
||||||
@ -157,7 +156,8 @@ find ${RPM_BUILD_ROOT} -name "*.so*" -exec chmod -c +x {} \;
|
|||||||
|
|
||||||
%files -n python-tevent
|
%files -n python-tevent
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%attr(0755,root,root) %{python_sitelib}/tevent.py*
|
%attr(0755,root,root)
|
||||||
|
%{python_sitearch}/tevent.py
|
||||||
%{python_sitearch}/_tevent.so
|
%{python_sitearch}/_tevent.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user