Noel Power 2021-09-23 10:24:08 +00:00 committed by Git OBS Bridge
parent 46c43d1437
commit abdce0fb01
8 changed files with 42 additions and 24 deletions

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQFJBAABCgAzFiEEkUejOXGVGO6QEby1R5ORYRMIQCUFAl33Tv4VHHNhbWJhLWJ1
Z3NAc2FtYmEub3JnAAoJEEeTkWETCEAlajQH/2KJNO0n2Uev7c3PuJFeHS8dNHP5
/x6n8jnSz7TrmPWLHCBhluLNsuLzbrQOPtWdjVaMmDFp4zg4BKTuPId9565620Nr
hLEeIzXoaHlIIOGzIgXyTUYJnBSDpAfp13bxqov4UqyNynbkXQAP86BGRX5mecS6
Ehg6DnknCa+hskfDuHzaNymeFS7HND9oJWATE40ffaxJWffasjEvMhHprcguQFU9
JwdW4L9GHfL1C6wxAdCg5gYJ+cULyO21Ewf4ul7/aWbDCxRpGCsWXDJoIyuPtbvQ
tVvbhLNiwCy2L2PJlz3R1FEf97QPzxLwvd95nO9R8W+tllDmYC0ujFTegyo=
=uKXq
-----END PGP SIGNATURE-----

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f8427822e5b2878fb8b28d6f50d96848734f3f3130612fb574fdd2d2148a6696
size 800731

11
tevent-0.11.0.tar.asc Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEkUejOXGVGO6QEby1R5ORYRMIQCUFAmDmrNEACgkQR5ORYRMI
QCV0hgf/Ut1mIa5+mnNRRT0a5RK1/25INuFtghvJri+9kh7jnEMGhTqZGTGL3tAV
s824Fg0CKEASIdUPwnTR9jBZunm6d+nHyFX378QwF3540R5Gp6VMjlovsObe9O5f
vP45j47SE5mgpH8AU6UGeLsqAz06KcEHNgwnWhA6Zk3k8z3LA8r+Y3RJcuH5FTkF
a4TDXTk8DMg3dyraGX6mqWfvfhb6xgjRF91/dNdM+NGR6uKGWhfWYzludJgPmVa1
Znx1DUyikBUb3Yvky+ONcJKs1ZHG46wn18CQHdktqsomzEbum8wWHLUzd6VmAkSO
gLnp0ceE0CXnJPqoRrbdOauZ8Z+QRQ==
=eXzb
-----END PGP SIGNATURE-----

3
tevent-0.11.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ee9a86c8e808aac2fe1e924eaa139ff7f0269d0e8e4fafa850ae5c7489bc82ba
size 866327

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Sep 17 08:49:47 UTC 2021 - Samuel Cabrero <scabrero@suse.de>
- Update to version 0.11.0
+ Other minor build fixes; (bso#14526);
+ Add custom tag to events
+ Add event trace api
-------------------------------------------------------------------
Sat Mar 7 00:20:55 UTC 2020 - Noel Power <nopower@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package tevent-man
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 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.2.0
%define talloc_version 2.3.3
%define build_man 1
%if %{build_man}
@ -35,9 +35,11 @@ BuildRequires: pkg-config
%else
BuildRequires: pkgconfig
%endif
BuildRequires: pkg-config
BuildRequires: python3-devel
BuildRequires: python3-talloc >= %{talloc_version}
BuildRequires: python3-talloc-devel >= %{talloc_version}
BuildRequires: pkgconfig(cmocka) >= 1.1.3
%endif # build_man
%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1140
%define build_make_smp_mflags %{?_smp_mflags}
@ -45,7 +47,7 @@ BuildRequires: python3-talloc-devel >= %{talloc_version}
%define build_make_smp_mflags %{?jobs:-j%jobs}
%endif
URL: https://tevent.samba.org/
Version: 0.10.2
Version: 0.11.0
Release: 0
Summary: An event system based on the talloc memory management library
License: LGPL-3.0-or-later
@ -82,7 +84,6 @@ signals, and the classic file descriptor events.
This package contains the tevent0 library.
%package -n libtevent-devel
Summary: Libraries and Header Files to Develop Programs with tevent0 Support
# Man pages are built in a 2nd spec file in order to break a build cycle with doxygen->cmake->krb5->libtevent
@ -110,7 +111,6 @@ tevent_req (tevent request) functions.
This package contains libraries and header files need for development.
%package -n python3-tevent
Summary: Python3 bindings for the Tevent library
Group: Development/Libraries/Python
@ -203,6 +203,7 @@ rm $RPM_BUILD_ROOT/%{_mandir}/man3/todo.3
%endif
%else
%files
%defattr(-,root,root)
%{_mandir}/man3/tevent*.*

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Sep 17 08:49:47 UTC 2021 - Samuel Cabrero <scabrero@suse.de>
- Update to version 0.11.0
+ Other minor build fixes; (bso#14526);
+ Add custom tag to events
+ Add event trace api
-------------------------------------------------------------------
Sat Mar 7 00:20:55 UTC 2020 - Noel Power <nopower@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package tevent-man
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 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.2.0
%define talloc_version 2.3.3
%define build_man 0
%if %{build_man}
@ -35,9 +35,11 @@ BuildRequires: pkg-config
%else
BuildRequires: pkgconfig
%endif
BuildRequires: pkg-config
BuildRequires: python3-devel
BuildRequires: python3-talloc >= %{talloc_version}
BuildRequires: python3-talloc-devel >= %{talloc_version}
BuildRequires: pkgconfig(cmocka) >= 1.1.3
%endif # build_man
%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1140
%define build_make_smp_mflags %{?_smp_mflags}
@ -45,7 +47,7 @@ BuildRequires: python3-talloc-devel >= %{talloc_version}
%define build_make_smp_mflags %{?jobs:-j%jobs}
%endif
URL: https://tevent.samba.org/
Version: 0.10.2
Version: 0.11.0
Release: 0
Summary: An event system based on the talloc memory management library
License: LGPL-3.0-or-later
@ -82,7 +84,6 @@ signals, and the classic file descriptor events.
This package contains the tevent0 library.
%package -n libtevent-devel
Summary: Libraries and Header Files to Develop Programs with tevent0 Support
# Man pages are built in a 2nd spec file in order to break a build cycle with doxygen->cmake->krb5->libtevent
@ -110,7 +111,6 @@ tevent_req (tevent request) functions.
This package contains libraries and header files need for development.
%package -n python3-tevent
Summary: Python3 bindings for the Tevent library
Group: Development/Libraries/Python
@ -203,6 +203,7 @@ rm $RPM_BUILD_ROOT/%{_mandir}/man3/todo.3
%endif
%else
%files
%defattr(-,root,root)
%{_mandir}/man3/tevent*.*