forked from pool/tevent
This commit is contained in:
parent
0a0148dc88
commit
443905d184
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEkUejOXGVGO6QEby1R5ORYRMIQCUFAmLgAnsACgkQR5ORYRMI
|
||||
QCXT+Qf/Sw3PKIDVsTwQ2Rk6tUNL1Ji+qPnjDHOJeS2E7wpjZd1JPbaPGfxB6N3+
|
||||
ahMWrXbJhUNYf849c80i5sq2sivzvXZG79MDYlIzQb6nGVl3fD15D0vp8xU8ot7p
|
||||
bijYJTd+8v9uQitGGqbWncQ2+5GG/Wlq82S7asI0Dm5yrB5N6Q8ozVejBqlAm6To
|
||||
jC1bp2BK3bQUA5zpORfVuK8s8EpgcY9PmGx7HqvPb/NMFl7StpnruvSh/05TSB5L
|
||||
yOXEYpiAkpW/kqxfofZiRsZVRJWNPJvo+g5HFNE5DQUSuRw3jKtWmfJ1cn05DVIQ
|
||||
l62907jEVxyaFwZORbrvDChn6e7c8w==
|
||||
=d2iL
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b9437a917fa55344361beb64ec9e0042e99cae8879882a62dd38f6abe2371d0c
|
||||
size 880601
|
11
tevent-0.14.1.tar.asc
Normal file
11
tevent-0.14.1.tar.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEkUejOXGVGO6QEby1R5ORYRMIQCUFAmPc2UIACgkQR5ORYRMI
|
||||
QCUEpAgAjebflSQ54u2Yl+9Do48OVRAU8Pu0xj4ofXaL4a88aM1Z8YOWYtszd0FY
|
||||
Vj2hLCYELiybqQUxiKVx49/rqR1+z00rboN0Qtlbd+3Wm2Pn2fW3ZsP68qijLevx
|
||||
rlq9Rvtl6z57hgw+4oCLmviBJ+aJkw+M6KywSeM/mSdXKlz59agdK5cpSRlEcRHI
|
||||
9pXHiIqB15UNbOBUNtvsjuZzmxX9ohg5t1EzIQSyeMEqtTjUU7zAKJ7tBU4g8oea
|
||||
gnC+SuNOeKIvPBEQGpujhVMKetZ5wpy6fmBQc+67cgX/YO8c7206a0lkI9EBP/Mo
|
||||
BSNGBRKh8BEmoA6JHIS4KKI+yGBXjA==
|
||||
=w2sZ
|
||||
-----END PGP SIGNATURE-----
|
3
tevent-0.14.1.tar.gz
Normal file
3
tevent-0.14.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ef85fcaa80ffd2351036ba4b347630fef2a1ac3da964a7f1820466bad03cd00d
|
||||
size 881979
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 17 07:58:05 UTC 2023 - Samuel Cabrero <scabrero@suse.de>
|
||||
|
||||
- Update to version 0.14.1
|
||||
* Build fix for GNU/Hurd
|
||||
* Build fix for Solaris, after removal of ports backend (bso#15298)
|
||||
- Changes from version 0.14.0
|
||||
* Support python 3.12
|
||||
* Remove solaris port backend
|
||||
* Make tevent_find_ops_byname() available for callers
|
||||
* Allow the "standard" backend to be overloaded
|
||||
* Add interface for request/subrequest call depth tracking
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package tevent-man
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%{!?py3_soflags: %global py3_soflags cpython-%{python3_version_nodots}m}
|
||||
|
||||
%define talloc_version 2.3.3
|
||||
%define talloc_version 2.4.0
|
||||
%define build_man 1
|
||||
|
||||
%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.13.0
|
||||
Version: 0.14.1
|
||||
Release: 0
|
||||
Summary: An event system based on the talloc memory management library
|
||||
License: LGPL-3.0-or-later
|
||||
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 17 07:58:05 UTC 2023 - Samuel Cabrero <scabrero@suse.de>
|
||||
|
||||
- Update to version 0.14.1
|
||||
* Build fix for GNU/Hurd
|
||||
* Build fix for Solaris, after removal of ports backend (bso#15298)
|
||||
- Changes from version 0.14.0
|
||||
* Support python 3.12
|
||||
* Remove solaris port backend
|
||||
* Make tevent_find_ops_byname() available for callers
|
||||
* Allow the "standard" backend to be overloaded
|
||||
* Add interface for request/subrequest call depth tracking
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 22 15:48:44 UTC 2022 - Noel Power <nopower@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package tevent-man
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%{!?py3_soflags: %global py3_soflags cpython-%{python3_version_nodots}m}
|
||||
|
||||
%define talloc_version 2.3.4
|
||||
%define talloc_version 2.4.0
|
||||
%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.13.0
|
||||
Version: 0.14.1
|
||||
Release: 0
|
||||
Summary: An event system based on the talloc memory management library
|
||||
License: LGPL-3.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user