diff --git a/tevent-man.changes b/tevent-man.changes index 1e50514..0b7160f 100644 --- a/tevent-man.changes +++ b/tevent-man.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue Sep 25 07:37:57 UTC 2018 - Samuel Cabrero + +- Update license to LGPL-3.0 + +------------------------------------------------------------------- +Wed Aug 8 16:28:21 UTC 2018 - dmulder@suse.com + +- Update to version 0.9.37 + + simplify "poll" and "poll_mt" backends + + make tevent_abort() reachable for backends + + add tevent_common_invoke_*_handler() functions + + add tevent_context_same_loop() function + + add tevent_context_wrapper_create() infrastructure + + add tevent_req_profile infrastructure + ------------------------------------------------------------------- Fri Mar 16 17:57:04 UTC 2018 - jmcdonough@suse.com diff --git a/tevent-man.spec b/tevent-man.spec index d2cc94f..a0b0e0d 100644 --- a/tevent-man.spec +++ b/tevent-man.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -24,7 +24,7 @@ %define with_python3 0 %endif -%define talloc_version 2.1.10 +%define talloc_version 2.1.11 %define build_man 1 %if %{build_man} @@ -33,6 +33,9 @@ BuildRequires: doxygen %else Name: tevent BuildRequires: libtalloc-devel >= %{talloc_version} +%if 0%{?suse_version} >= 1330 +BuildRequires: libtirpc-devel +%endif %if 0%{?suse_version} > 1020 BuildRequires: pkg-config %else @@ -43,9 +46,8 @@ BuildRequires: python-devel BuildRequires: python3-devel BuildRequires: python3-talloc >= %{talloc_version} BuildRequires: python3-talloc-devel >= %{talloc_version} -%else -BuildRequires: python-talloc-devel >= %{talloc_version} %endif # with_python3 +BuildRequires: python-talloc-devel >= %{talloc_version} %endif # build_man %if 0%{?suse_version} == 0 || 0%{?suse_version} > 1140 %define build_make_smp_mflags %{?_smp_mflags} @@ -56,7 +58,7 @@ Url: https://tevent.samba.org/ Version: 0.9.37 Release: 0 Summary: An event system based on the talloc memory management library -License: GPL-3.0+ +License: LGPL-3.0-or-later Group: Development/Libraries/C and C++ Source: https://download.samba.org/pub/tevent/tevent-%{version}.tar.gz Source1: https://download.samba.org/pub/tevent/tevent-%{version}.tar.asc diff --git a/tevent.changes b/tevent.changes index a58eb08..0b7160f 100644 --- a/tevent.changes +++ b/tevent.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Sep 25 07:37:57 UTC 2018 - Samuel Cabrero + +- Update license to LGPL-3.0 + ------------------------------------------------------------------- Wed Aug 8 16:28:21 UTC 2018 - dmulder@suse.com diff --git a/tevent.spec b/tevent.spec index e7d0879..6059237 100644 --- a/tevent.spec +++ b/tevent.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -58,7 +58,7 @@ Url: https://tevent.samba.org/ Version: 0.9.37 Release: 0 Summary: An event system based on the talloc memory management library -License: GPL-3.0+ +License: LGPL-3.0-or-later Group: Development/Libraries/C and C++ Source: https://download.samba.org/pub/tevent/tevent-%{version}.tar.gz Source1: https://download.samba.org/pub/tevent/tevent-%{version}.tar.asc