Accepting request 1006429 from home:npower:update_samba

- Update to version 0.13.0
  + tevent: add tevent_cached_getpid() helper
- Update to version 0.12.0
  + tevent: Add tevent queue tracing support
  + tevent: Use internally an empty trigger function for
    blocker requests

OBS-URL: https://build.opensuse.org/request/show/1006429
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=111
This commit is contained in:
David Mulder 2022-09-29 14:50:02 +00:00 committed by Git OBS Bridge
parent 78f38932e3
commit 0a0148dc88
7 changed files with 27 additions and 17 deletions

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEkUejOXGVGO6QEby1R5ORYRMIQCUFAmDmrNEACgkQR5ORYRMI
QCV0hgf/Ut1mIa5+mnNRRT0a5RK1/25INuFtghvJri+9kh7jnEMGhTqZGTGL3tAV
s824Fg0CKEASIdUPwnTR9jBZunm6d+nHyFX378QwF3540R5Gp6VMjlovsObe9O5f
vP45j47SE5mgpH8AU6UGeLsqAz06KcEHNgwnWhA6Zk3k8z3LA8r+Y3RJcuH5FTkF
a4TDXTk8DMg3dyraGX6mqWfvfhb6xgjRF91/dNdM+NGR6uKGWhfWYzludJgPmVa1
Znx1DUyikBUb3Yvky+ONcJKs1ZHG46wn18CQHdktqsomzEbum8wWHLUzd6VmAkSO
gLnp0ceE0CXnJPqoRrbdOauZ8Z+QRQ==
=eXzb
-----END PGP SIGNATURE-----

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ee9a86c8e808aac2fe1e924eaa139ff7f0269d0e8e4fafa850ae5c7489bc82ba
size 866327

11
tevent-0.13.0.tar.asc Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEkUejOXGVGO6QEby1R5ORYRMIQCUFAmLgAnsACgkQR5ORYRMI
QCXT+Qf/Sw3PKIDVsTwQ2Rk6tUNL1Ji+qPnjDHOJeS2E7wpjZd1JPbaPGfxB6N3+
ahMWrXbJhUNYf849c80i5sq2sivzvXZG79MDYlIzQb6nGVl3fD15D0vp8xU8ot7p
bijYJTd+8v9uQitGGqbWncQ2+5GG/Wlq82S7asI0Dm5yrB5N6Q8ozVejBqlAm6To
jC1bp2BK3bQUA5zpORfVuK8s8EpgcY9PmGx7HqvPb/NMFl7StpnruvSh/05TSB5L
yOXEYpiAkpW/kqxfofZiRsZVRJWNPJvo+g5HFNE5DQUSuRw3jKtWmfJ1cn05DVIQ
l62907jEVxyaFwZORbrvDChn6e7c8w==
=d2iL
-----END PGP SIGNATURE-----

3
tevent-0.13.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b9437a917fa55344361beb64ec9e0042e99cae8879882a62dd38f6abe2371d0c
size 880601

View File

@ -55,7 +55,7 @@ BuildRequires: pkgconfig(cmocka) >= 1.1.3
%define build_make_smp_mflags %{?jobs:-j%jobs}
%endif
URL: https://tevent.samba.org/
Version: 0.11.0
Version: 0.13.0
Release: 0
Summary: An event system based on the talloc memory management library
License: LGPL-3.0-or-later

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Sep 22 15:48:44 UTC 2022 - Noel Power <nopower@suse.com>
- Update to version 0.13.0
+ tevent: add tevent_cached_getpid() helper
- Update to version 0.12.0
+ tevent: Add tevent queue tracing support
+ tevent: Use internally an empty trigger function for
blocker requests
-------------------------------------------------------------------
Wed Feb 02 13:56:12 UTC 2022 - David Mulder <dmulder@suse.com>

View File

@ -18,7 +18,7 @@
%{!?py3_soflags: %global py3_soflags cpython-%{python3_version_nodots}m}
%define talloc_version 2.3.3
%define talloc_version 2.3.4
%define build_man 0
%if 0%{?suse_version} > 1500 || 0%{?sle_version} > 150300
@ -55,7 +55,7 @@ BuildRequires: pkgconfig(cmocka) >= 1.1.3
%define build_make_smp_mflags %{?jobs:-j%jobs}
%endif
URL: https://tevent.samba.org/
Version: 0.11.0
Version: 0.13.0
Release: 0
Summary: An event system based on the talloc memory management library
License: LGPL-3.0-or-later