forked from pool/tevent
Accepting request 628234 from network:samba:STABLE
OBS-URL: https://build.opensuse.org/request/show/628234 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tevent?expand=0&rev=32
This commit is contained in:
commit
8aa3852fb4
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: GnuPG v1
|
|
||||||
|
|
||||||
iQEcBAABAgAGBQJaj+0hAAoJEEeTkWETCEAl5i8H/jWGCM724CGam7jX/40UMtnB
|
|
||||||
27x4JmehfIwwk2RtYtv8z44BqQij5WxeNOFNdoyRjjXbtBFnCjXYY7Oh3hh6qvec
|
|
||||||
QfMSdYxY8/YqKGS023vc8T9Slmxa9VTwmlr4BNNAo7vTwRtVJJf36VkJ9mfJL5L7
|
|
||||||
mr4qmUIqQm3u0ho6J7z/IGGQ98+AVi+e/X4Jd932czE29iN2RpCYY4CopZHvsAsT
|
|
||||||
utoNK6OXc2ucgSVmgOZIamSkLyvZ9uHFjpCtPy14ZenJvUSMXtshwh0mf81Iweaw
|
|
||||||
Rbf7Ffi1hW6TG+wo0xTPtp4dCyZkxyCLTAgHVxw7j778OaScOXWGaVuW8vivsDs=
|
|
||||||
=S38/
|
|
||||||
-----END PGP SIGNATURE-----
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bd2b6be3fd1601ed7f176e99111e322c57d58e425cc149ee80c7dd4fed263b4c
|
|
||||||
size 592439
|
|
11
tevent-0.9.37.tar.asc
Normal file
11
tevent-0.9.37.tar.asc
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQFJBAABCgAzFiEEkUejOXGVGO6QEby1R5ORYRMIQCUFAltG7MEVHHNhbWJhLWJ1
|
||||||
|
Z3NAc2FtYmEub3JnAAoJEEeTkWETCEAlJcQIAI8odpowSwJc53bVu5au87JRdRwc
|
||||||
|
+8zd77ZfMXIjfxbW2pPMMhIDB/jGeLRbhQoS7z0gJJGeoeoBsjcnoe6b4jSOgHDM
|
||||||
|
IUsg2PsQ2m/q1b+xfwG5o719QUmOPKyYAYC5+81Buf7WPG22dSEiZW0EOBDZf0CD
|
||||||
|
AqdV2jTI7bk/4uxDtcYbzNC0aSBN3qdKhErjZ7PWQHfhBkyUKu5AO3ImWQe0qsMG
|
||||||
|
Rokjz14lQWgFF6edL4qTjT0gybZKI5AokzeaWwP3spSaMDfMxH/r8R7hlpaSJrHv
|
||||||
|
UULL84aMM/5vByZiFN3cwNwOEA1QLRlhiX8PxDp0IeHoZftnUZu/rMKTUN8=
|
||||||
|
=UPdy
|
||||||
|
-----END PGP SIGNATURE-----
|
3
tevent-0.9.37.tar.gz
Normal file
3
tevent-0.9.37.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:168345ed65eac03785cf77b95238e7dc66cbb473a42811693a6b0916e5dae7e0
|
||||||
|
size 603859
|
@ -53,7 +53,7 @@ BuildRequires: python-talloc-devel >= %{talloc_version}
|
|||||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||||
%endif
|
%endif
|
||||||
Url: https://tevent.samba.org/
|
Url: https://tevent.samba.org/
|
||||||
Version: 0.9.36
|
Version: 0.9.37
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An event system based on the talloc memory management library
|
Summary: An event system based on the talloc memory management library
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
Fri Mar 16 17:57:04 UTC 2018 - jmcdonough@suse.com
|
||||||
|
|
||||||
|
@ -55,7 +55,7 @@ BuildRequires: python-talloc-devel >= %{talloc_version}
|
|||||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||||
%endif
|
%endif
|
||||||
Url: https://tevent.samba.org/
|
Url: https://tevent.samba.org/
|
||||||
Version: 0.9.36
|
Version: 0.9.37
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An event system based on the talloc memory management library
|
Summary: An event system based on the talloc memory management library
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
|
Loading…
Reference in New Issue
Block a user