Accepting request 1140338 from home:jgwang:branches:network:samba:STABLE
- Update to version 0.16.0 OBS-URL: https://build.opensuse.org/request/show/1140338 OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=119
This commit is contained in:
parent
574be290a2
commit
eda89226f7
@ -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.0.tar.asc
Normal file
11
tevent-0.16.0.tar.asc
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEkUejOXGVGO6QEby1R5ORYRMIQCUFAmUs8V4ACgkQR5ORYRMI
|
||||||
|
QCWl4gf+NmjfvovCjcT8chpjSQakKh8TjS5Shb0Z9HN6VFGsFovDtyiChx4CjmrK
|
||||||
|
iHdVuS7PdeAcXOo6Y0nlpFcYl4Yo0MJWe+xrUIpT7OSq4jQW50pBv77QMEmCPSew
|
||||||
|
LJY/SMuMDCIlsD6BWfVav3SU2w0CL6iSBT4db1x+HDr8yjmZf40N8SaIu94NjSpE
|
||||||
|
ayKXlQxHiq8yT11fAg/MFl5RyCXHixgw7Ylzm7zGYxQB5ftUUaqCXgJcefBil1xs
|
||||||
|
fhChO+t2Rpb81fBhpgofLv1gcdUraBORfFHJLzOE+XSMnS229k88LyBsGOja9gpK
|
||||||
|
TvrMY9lzEwZXKvTwupFa74mKb7I0ng==
|
||||||
|
=863s
|
||||||
|
-----END PGP SIGNATURE-----
|
3
tevent-0.16.0.tar.gz
Normal file
3
tevent-0.16.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1aa58f21017ed8c2f606ae84aa7e795b5439edd4dd5f68f1a388a7d6fb40f682
|
||||||
|
size 889347
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
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-man
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -55,7 +55,7 @@ BuildRequires: pkgconfig(cmocka) >= 1.1.3
|
|||||||
%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.15.0
|
Version: 0.16.0
|
||||||
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: LGPL-3.0-or-later
|
License: LGPL-3.0-or-later
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
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-man
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -55,7 +55,7 @@ BuildRequires: pkgconfig(cmocka) >= 1.1.3
|
|||||||
%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.15.0
|
Version: 0.16.0
|
||||||
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: LGPL-3.0-or-later
|
License: LGPL-3.0-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user