This commit is contained in:
parent
46c43d1437
commit
abdce0fb01
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQFJBAABCgAzFiEEkUejOXGVGO6QEby1R5ORYRMIQCUFAl33Tv4VHHNhbWJhLWJ1
|
|
||||||
Z3NAc2FtYmEub3JnAAoJEEeTkWETCEAlajQH/2KJNO0n2Uev7c3PuJFeHS8dNHP5
|
|
||||||
/x6n8jnSz7TrmPWLHCBhluLNsuLzbrQOPtWdjVaMmDFp4zg4BKTuPId9565620Nr
|
|
||||||
hLEeIzXoaHlIIOGzIgXyTUYJnBSDpAfp13bxqov4UqyNynbkXQAP86BGRX5mecS6
|
|
||||||
Ehg6DnknCa+hskfDuHzaNymeFS7HND9oJWATE40ffaxJWffasjEvMhHprcguQFU9
|
|
||||||
JwdW4L9GHfL1C6wxAdCg5gYJ+cULyO21Ewf4ul7/aWbDCxRpGCsWXDJoIyuPtbvQ
|
|
||||||
tVvbhLNiwCy2L2PJlz3R1FEf97QPzxLwvd95nO9R8W+tllDmYC0ujFTegyo=
|
|
||||||
=uKXq
|
|
||||||
-----END PGP SIGNATURE-----
|
|
@ -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
11
tevent-0.11.0.tar.asc
Normal 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
3
tevent-0.11.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ee9a86c8e808aac2fe1e924eaa139ff7f0269d0e8e4fafa850ae5c7489bc82ba
|
||||||
|
size 866327
|
@ -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>
|
Sat Mar 7 00:20:55 UTC 2020 - Noel Power <nopower@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package tevent-man
|
# 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
|
# 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
|
||||||
@ -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.2.0
|
%define talloc_version 2.3.3
|
||||||
%define build_man 1
|
%define build_man 1
|
||||||
|
|
||||||
%if %{build_man}
|
%if %{build_man}
|
||||||
@ -35,9 +35,11 @@ BuildRequires: pkg-config
|
|||||||
%else
|
%else
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
%endif
|
%endif
|
||||||
|
BuildRequires: pkg-config
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-talloc >= %{talloc_version}
|
BuildRequires: python3-talloc >= %{talloc_version}
|
||||||
BuildRequires: python3-talloc-devel >= %{talloc_version}
|
BuildRequires: python3-talloc-devel >= %{talloc_version}
|
||||||
|
BuildRequires: pkgconfig(cmocka) >= 1.1.3
|
||||||
%endif # build_man
|
%endif # build_man
|
||||||
%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1140
|
%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1140
|
||||||
%define build_make_smp_mflags %{?_smp_mflags}
|
%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}
|
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||||
%endif
|
%endif
|
||||||
URL: https://tevent.samba.org/
|
URL: https://tevent.samba.org/
|
||||||
Version: 0.10.2
|
Version: 0.11.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
|
||||||
@ -82,7 +84,6 @@ signals, and the classic file descriptor events.
|
|||||||
|
|
||||||
This package contains the tevent0 library.
|
This package contains the tevent0 library.
|
||||||
|
|
||||||
|
|
||||||
%package -n libtevent-devel
|
%package -n libtevent-devel
|
||||||
Summary: Libraries and Header Files to Develop Programs with tevent0 Support
|
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
|
# 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.
|
This package contains libraries and header files need for development.
|
||||||
|
|
||||||
|
|
||||||
%package -n python3-tevent
|
%package -n python3-tevent
|
||||||
Summary: Python3 bindings for the Tevent library
|
Summary: Python3 bindings for the Tevent library
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
@ -203,6 +203,7 @@ rm $RPM_BUILD_ROOT/%{_mandir}/man3/todo.3
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%else
|
%else
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_mandir}/man3/tevent*.*
|
%{_mandir}/man3/tevent*.*
|
||||||
|
@ -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>
|
Sat Mar 7 00:20:55 UTC 2020 - Noel Power <nopower@suse.com>
|
||||||
|
|
||||||
|
11
tevent.spec
11
tevent.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package tevent-man
|
# 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
|
# 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
|
||||||
@ -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.2.0
|
%define talloc_version 2.3.3
|
||||||
%define build_man 0
|
%define build_man 0
|
||||||
|
|
||||||
%if %{build_man}
|
%if %{build_man}
|
||||||
@ -35,9 +35,11 @@ BuildRequires: pkg-config
|
|||||||
%else
|
%else
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
%endif
|
%endif
|
||||||
|
BuildRequires: pkg-config
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-talloc >= %{talloc_version}
|
BuildRequires: python3-talloc >= %{talloc_version}
|
||||||
BuildRequires: python3-talloc-devel >= %{talloc_version}
|
BuildRequires: python3-talloc-devel >= %{talloc_version}
|
||||||
|
BuildRequires: pkgconfig(cmocka) >= 1.1.3
|
||||||
%endif # build_man
|
%endif # build_man
|
||||||
%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1140
|
%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1140
|
||||||
%define build_make_smp_mflags %{?_smp_mflags}
|
%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}
|
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||||
%endif
|
%endif
|
||||||
URL: https://tevent.samba.org/
|
URL: https://tevent.samba.org/
|
||||||
Version: 0.10.2
|
Version: 0.11.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
|
||||||
@ -82,7 +84,6 @@ signals, and the classic file descriptor events.
|
|||||||
|
|
||||||
This package contains the tevent0 library.
|
This package contains the tevent0 library.
|
||||||
|
|
||||||
|
|
||||||
%package -n libtevent-devel
|
%package -n libtevent-devel
|
||||||
Summary: Libraries and Header Files to Develop Programs with tevent0 Support
|
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
|
# 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.
|
This package contains libraries and header files need for development.
|
||||||
|
|
||||||
|
|
||||||
%package -n python3-tevent
|
%package -n python3-tevent
|
||||||
Summary: Python3 bindings for the Tevent library
|
Summary: Python3 bindings for the Tevent library
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
@ -203,6 +203,7 @@ rm $RPM_BUILD_ROOT/%{_mandir}/man3/todo.3
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%else
|
%else
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_mandir}/man3/tevent*.*
|
%{_mandir}/man3/tevent*.*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user