This commit is contained in:
parent
eda89226f7
commit
58685216af
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEkUejOXGVGO6QEby1R5ORYRMIQCUFAmUs8V4ACgkQR5ORYRMI
|
|
||||||
QCWl4gf+NmjfvovCjcT8chpjSQakKh8TjS5Shb0Z9HN6VFGsFovDtyiChx4CjmrK
|
|
||||||
iHdVuS7PdeAcXOo6Y0nlpFcYl4Yo0MJWe+xrUIpT7OSq4jQW50pBv77QMEmCPSew
|
|
||||||
LJY/SMuMDCIlsD6BWfVav3SU2w0CL6iSBT4db1x+HDr8yjmZf40N8SaIu94NjSpE
|
|
||||||
ayKXlQxHiq8yT11fAg/MFl5RyCXHixgw7Ylzm7zGYxQB5ftUUaqCXgJcefBil1xs
|
|
||||||
fhChO+t2Rpb81fBhpgofLv1gcdUraBORfFHJLzOE+XSMnS229k88LyBsGOja9gpK
|
|
||||||
TvrMY9lzEwZXKvTwupFa74mKb7I0ng==
|
|
||||||
=863s
|
|
||||||
-----END PGP SIGNATURE-----
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1aa58f21017ed8c2f606ae84aa7e795b5439edd4dd5f68f1a388a7d6fb40f682
|
|
||||||
size 889347
|
|
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,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Mon Jan 22 04:39:32 UTC 2024 - Jun Wang <jgwang@suse.com>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{!?py3_soflags: %global py3_soflags cpython-%{python3_version_nodots}m}
|
%{!?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
|
%define build_man 1
|
||||||
|
|
||||||
%if 0%{?suse_version} > 1500 || 0%{?sle_version} > 150300
|
%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}
|
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||||
%endif
|
%endif
|
||||||
URL: https://tevent.samba.org/
|
URL: https://tevent.samba.org/
|
||||||
Version: 0.16.0
|
Version: 0.16.1
|
||||||
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,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Mon Jan 22 04:39:32 UTC 2024 - Jun Wang <jgwang@suse.com>
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package tevent-man
|
# spec file for package tevent
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{!?py3_soflags: %global py3_soflags cpython-%{python3_version_nodots}m}
|
%{!?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
|
%define build_man 0
|
||||||
|
|
||||||
%if 0%{?suse_version} > 1500 || 0%{?sle_version} > 150300
|
%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}
|
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||||
%endif
|
%endif
|
||||||
URL: https://tevent.samba.org/
|
URL: https://tevent.samba.org/
|
||||||
Version: 0.16.0
|
Version: 0.16.1
|
||||||
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…
x
Reference in New Issue
Block a user