forked from pool/tevent
Accepting request 638225 from network:samba:STABLE
OBS-URL: https://build.opensuse.org/request/show/638225 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tevent?expand=0&rev=33
This commit is contained in:
commit
8076c31c89
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user