Accepting request 638024 from home:scabrero:branches:network:samba:STABLE

- Update license to LGPL-3.0
- Sync tevent-man.spec with tevent.spec

OBS-URL: https://build.opensuse.org/request/show/638024
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=99
This commit is contained in:
David Mulder 2018-09-25 15:00:15 +00:00 committed by Git OBS Bridge
parent c04c0ac37a
commit 5c02aeb463
4 changed files with 30 additions and 7 deletions

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Tue Sep 25 07:37:57 UTC 2018 - Samuel Cabrero <scabrero@suse.de>
- 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

View File

@ -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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Sep 25 07:37:57 UTC 2018 - Samuel Cabrero <scabrero@suse.de>
- Update license to LGPL-3.0
-------------------------------------------------------------------
Wed Aug 8 16:28:21 UTC 2018 - dmulder@suse.com

View File

@ -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