Accepting request 1114104 from home:npower:branches:network:samba:STABLE
- Update to version 0.15.0 * remove py2 ifdefs * python: Safely clear structure members * the tevent_thread_call_depth API is updated in order to allow better tracing. pass TEVENT_DEBUG_TRACE to tevent_debug() callbacks by default. * Spelling fixes * Make use of epoll_create1() for epoll backend * Optimize overhead in the epoll backend - Update to version 0.15.0 * remove py2 ifdefs * python: Safely clear structure members * the tevent_thread_call_depth API is updated in order to allow better tracing. * add tevent_set_max_debug_level() only and don't pass TEVENT_DEBUG_TRACE to tevent_debug() callbacks by default. * Spelling fixes * Make use of epoll_create1() for epoll backend * Optimize overhead in the epoll backend OBS-URL: https://build.opensuse.org/request/show/1114104 OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=117
This commit is contained in:
parent
149f871222
commit
574be290a2
@ -1,11 +0,0 @@
|
||||
-----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-----
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ef85fcaa80ffd2351036ba4b347630fef2a1ac3da964a7f1820466bad03cd00d
|
||||
size 881979
|
11
tevent-0.15.0.tar.asc
Normal file
11
tevent-0.15.0.tar.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEkUejOXGVGO6QEby1R5ORYRMIQCUFAmS5ESwACgkQR5ORYRMI
|
||||
QCVAAQf/QZDVMYTCi/23rbzJWiNJVd9moL/simYWSN3loWqwKL8HZ0rsqjt2RG1z
|
||||
zPwdv0eVkr0jo7pPaqj6r1FY6/PRPA3wzSSzTEx0nCCeGkNlqI9Is33yY6QUzxcg
|
||||
P2iVN5ZsHPtPXWkt5+II35ZYliB/dOHqdDhwCqJm0IxZSMUCvkq+75IV62Jk+EWz
|
||||
HynFfypX7Yb2uyC4r+j2puvGxzfYGXX6mHt2x/m9JC4Pg9bquLNb9Low5WwSdJ5r
|
||||
AZlbOJ95oSVqO1N6Rp22qEG1dBtG+53MYMF7mhglPg3T6b7QEanb2k9876/yslD/
|
||||
NZTE7ptqN5JwkWMlotHSiOCM5pcKEQ==
|
||||
=j9uE
|
||||
-----END PGP SIGNATURE-----
|
BIN
tevent-0.15.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
tevent-0.15.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 26 09:34:49 UTC 2023 - Noel Power <nopower@suse.com>
|
||||
|
||||
- Update to version 0.15.0
|
||||
* remove py2 ifdefs
|
||||
* python: Safely clear structure members
|
||||
* the tevent_thread_call_depth API is updated
|
||||
in order to allow better tracing.
|
||||
pass TEVENT_DEBUG_TRACE to tevent_debug() callbacks by default.
|
||||
* Spelling fixes
|
||||
* Make use of epoll_create1() for epoll backend
|
||||
* Optimize overhead in the epoll backend
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 17 07:58:05 UTC 2023 - Samuel Cabrero <scabrero@suse.de>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%{!?py3_soflags: %global py3_soflags cpython-%{python3_version_nodots}m}
|
||||
|
||||
%define talloc_version 2.4.0
|
||||
%define talloc_version 2.4.1
|
||||
%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.14.1
|
||||
Version: 0.15.0
|
||||
Release: 0
|
||||
Summary: An event system based on the talloc memory management library
|
||||
License: LGPL-3.0-or-later
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 26 09:34:49 UTC 2023 - Noel Power <nopower@suse.com>
|
||||
|
||||
- Update to version 0.15.0
|
||||
* remove py2 ifdefs
|
||||
* python: Safely clear structure members
|
||||
* the tevent_thread_call_depth API is updated
|
||||
in order to allow better tracing.
|
||||
* add tevent_set_max_debug_level() only and don't
|
||||
pass TEVENT_DEBUG_TRACE to tevent_debug() callbacks by default.
|
||||
* Spelling fixes
|
||||
* Make use of epoll_create1() for epoll backend
|
||||
* Optimize overhead in the epoll backend
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 24 10:07:08 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%{!?py3_soflags: %global py3_soflags cpython-%{python3_version_nodots}m}
|
||||
|
||||
%define talloc_version 2.4.0
|
||||
%define talloc_version 2.4.1
|
||||
%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.14.1
|
||||
Version: 0.15.0
|
||||
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