Sync from SUSE:SLFO:Main tevent revision 7948190ddcaab652edfb6a2ec7cf49c7
This commit is contained in:
parent
ea88847e3e
commit
69ec35652b
@ -1,11 +0,0 @@
|
||||
-----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)
BIN
tevent-0.15.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
11
tevent-0.16.1.tar.asc
Normal file
11
tevent-0.16.1.tar.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEkUejOXGVGO6QEby1R5ORYRMIQCUFAmW30BoACgkQR5ORYRMI
|
||||
QCXwYQgAlEFamvk7spwV0d6m7B1jSorshXVxTqWa8bqMa+bnm9GRM0b8unJsvDpY
|
||||
GhkW0GAE//1eU4AjPdMJRSFZ41NoXK03b6YOmsa/KKMIkR1dmSLHE9jMd6KSa44N
|
||||
Xv09QchmtD1BqxrF2N0vri8gDV8eAeGVzD/jbjd1koOO5d0vlWj71uONDALzCi1I
|
||||
7RYAYOntkS90Fi+ykZnrwByHRapn8Opl1DTHQoKKU/2xRwpVCpkdfI3IIOZvmSrn
|
||||
LvpST8+gbGKiLolfzyJ/oL2F5Q2MjjptwWr24jxJj9zutBk+E7TRSGB7f6qyz5+r
|
||||
hQYSGDIggvvDJlgFpYN5M2/6R9GiGg==
|
||||
=w1hX
|
||||
-----END PGP SIGNATURE-----
|
BIN
tevent-0.16.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
tevent-0.16.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 16 11:31:42 UTC 2024 - Samuel Cabrero <scabrero@suse.de>
|
||||
|
||||
- Update to version 0.16.1
|
||||
* build with Python 3.12 (bso#15513)
|
||||
* documentation fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 22 04:39:32 UTC 2024 - Jun Wang <jgwang@suse.com>
|
||||
|
||||
- Update to version 0.16.0
|
||||
* the epoll backend is no longer limited to 2 event handlers
|
||||
per low level fd.
|
||||
* finally add support for TEVENT_FD_ERROR
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 26 09:34:49 UTC 2023 - Noel Power <nopower@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package tevent-man
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 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.4.1
|
||||
%define talloc_version 2.4.2
|
||||
%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.15.0
|
||||
Version: 0.16.1
|
||||
Release: 0
|
||||
Summary: An event system based on the talloc memory management library
|
||||
License: LGPL-3.0-or-later
|
||||
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 16 11:31:42 UTC 2024 - Samuel Cabrero <scabrero@suse.de>
|
||||
|
||||
- Update to version 0.16.1
|
||||
* build with Python 3.12 (bso#15513)
|
||||
* documentation fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 22 04:39:32 UTC 2024 - Jun Wang <jgwang@suse.com>
|
||||
|
||||
- Update to version 0.16.0
|
||||
* the epoll backend is no longer limited to 2 event handlers
|
||||
per low level fd.
|
||||
* finally add support for TEVENT_FD_ERROR
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 26 09:34:49 UTC 2023 - Noel Power <nopower@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package tevent-man
|
||||
# spec file for package tevent
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 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.4.1
|
||||
%define talloc_version 2.4.2
|
||||
%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.15.0
|
||||
Version: 0.16.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