Accepting request 314127 from home:lmuelle

- Update to 0.9.25.
  + Fix compile error in Solaris ports backend.
  + Fix access after free in tevent_common_check_signal(); (bso#11308).
  + Improve pytevent bindings.
  + Testsuite fixes.
  + Improve the documentation of the tevent_add_fd() assumtions. It must be
    talloc_free'ed before closing the fd! (bso##11141); (bso#11316).

OBS-URL: https://build.opensuse.org/request/show/314127
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=47
This commit is contained in:
Lars Müller
2015-06-27 20:09:33 +00:00
committed by Git OBS Bridge
parent 9666a9ae5e
commit 6529597461
6 changed files with 27 additions and 16 deletions

View File

@@ -37,7 +37,7 @@ BuildRequires: python-devel
%define build_make_smp_mflags %{?jobs:-j%jobs}
%endif
Url: http://tevent.samba.org/
Version: 0.9.24
Version: 0.9.25
Release: 0
Summary: An event system based on the talloc memory management library
License: GPL-3.0+
@@ -133,7 +133,7 @@ CONFIGURE_OPTIONS="\
doxygen doxy.config
%check
%{__make} test
LD_LIBRARY_PATH=bin/shared %{__make} test
%install
DESTDIR=${RPM_BUILD_ROOT} make install