From 49cb23e95363cd201cad40a26549c16ceda34b5dabf3e7838d50bf50f25f86f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20M=C3=BCller?= Date: Tue, 7 Aug 2012 22:05:33 +0000 Subject: [PATCH] - 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 --- tevent-0.9.15.tar.gz | 3 --- tevent-0.9.16.tar.gz | 3 +++ tevent.changes | 7 +++++++ tevent.spec | 6 +++--- 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 tevent-0.9.15.tar.gz create mode 100644 tevent-0.9.16.tar.gz diff --git a/tevent-0.9.15.tar.gz b/tevent-0.9.15.tar.gz deleted file mode 100644 index c00afeb..0000000 --- a/tevent-0.9.15.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b32ad8b26a5fe2666992615858f9ebe38edac9c50fb2348288ab499d1f2c245 -size 484269 diff --git a/tevent-0.9.16.tar.gz b/tevent-0.9.16.tar.gz new file mode 100644 index 0000000..12ff056 --- /dev/null +++ b/tevent-0.9.16.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccaa11fb3aa2516951f08d02fef186f30bb76cd4114c839fa410ff819162e021 +size 494670 diff --git a/tevent.changes b/tevent.changes index 90ee509..9351185 100644 --- a/tevent.changes +++ b/tevent.changes @@ -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 diff --git a/tevent.spec b/tevent.spec index c63b496..44e3269 100644 --- a/tevent.spec +++ b/tevent.spec @@ -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