Accepting request 751144 from home:mcepl:branches:network:samba:STABLE
- Update to 0.10.1 ... make build with Python 3.8 working again (new waf). OBS-URL: https://build.opensuse.org/request/show/751144 OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=105
This commit is contained in:
parent
df438f5bb3
commit
093a95065b
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQFJBAABCgAzFiEEkUejOXGVGO6QEby1R5ORYRMIQCUFAlyTZE0VHHNhbWJhLWJ1
|
|
||||||
Z3NAc2FtYmEub3JnAAoJEEeTkWETCEAlbnUH/3EzGc0povDdWzBvCx1+Qr5cRF3y
|
|
||||||
HOdq0bFtEfDnRgyb0cdrIGtqdgmwyznq9sbCOJCvwkA3+xbcpbOtlpXR6Dc81VEn
|
|
||||||
lR8OMuh5PciFUvOfDcOuc1u+03/Z8SefwU1FsPBTftljl7lcaj/1YO0Ne52VhBHr
|
|
||||||
xfbv8Rsa25DrSxF5LOtKK+VdAJRdIan1skeajDKOLmIpYvQd0dipLqlIWo+1Wsr0
|
|
||||||
7g/tlF94+eB5J1ouU4NeZ3yBmzlVsQoYebJyClK4PO/C3XHRBCvKaxS6NnK8m1FD
|
|
||||||
5bgU2huM48vlfELuTd+6tr4y5cItKpw5xSV2KrVSCD+UV/WfQKiirMGb26I=
|
|
||||||
=ftGP
|
|
||||||
-----END PGP SIGNATURE-----
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:33f39612cd6d1ae6a737245784581494846f5bb07827983d2f41f942446aa4e6
|
|
||||||
size 794845
|
|
11
tevent-0.10.1.tar.asc
Normal file
11
tevent-0.10.1.tar.asc
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQFJBAABCgAzFiEEkUejOXGVGO6QEby1R5ORYRMIQCUFAl1v26oVHHNhbWJhLWJ1
|
||||||
|
Z3NAc2FtYmEub3JnAAoJEEeTkWETCEAlAVcIAJLjZXGvbprO9VySRl9SoKuOVGiE
|
||||||
|
8n0xDbLOKDzHsXthyZOD00fAxOB9gDtzYOWazEzDgtJdSXrPLPuWej7bydJQCZyr
|
||||||
|
lxcb3AAupYKYjs6ihDPBUL0UFiR9YCkBxnZWjT9Xny4TO7fFfNl3CN10OGkh6niu
|
||||||
|
HZ+Avk89CZptc0gjR+6U39KR3cXDvBn338doNESvWXsnzOy33TzS4+bWX5Q8DXrX
|
||||||
|
dxgwVhq5Vuc0tk8rxNAelYr1lVqj2OGW5s7M00aBqtRidZAlhtXuevGp3PA9uii4
|
||||||
|
hi679NcDxtYKsgXknqRUiiFlKvEYjCxzzBRAX9ek4Mov+/FusJTR0nOS/ps=
|
||||||
|
=t7YH
|
||||||
|
-----END PGP SIGNATURE-----
|
3
tevent-0.10.1.tar.gz
Normal file
3
tevent-0.10.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:79a4da68b38b86ac71d8ac824ee3605ab22a6a91cfa83033a7db73f3dd6910b6
|
||||||
|
size 804125
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package tevent-man
|
# spec file for package tevent-man
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 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
|
||||||
@ -44,8 +44,8 @@ BuildRequires: python3-talloc-devel >= %{talloc_version}
|
|||||||
%else
|
%else
|
||||||
%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.0
|
Version: 0.10.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,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 26 21:52:29 CET 2019 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.10.1 ... make build with Python 3.8 working again
|
||||||
|
(new waf).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 03 22:04:33 UTC 2019 - James McDonough <jmcdonough@suse.com>
|
Thu Oct 03 22:04:33 UTC 2019 - James McDonough <jmcdonough@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package tevent-man
|
# spec file for package tevent-man
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 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
|
||||||
@ -44,8 +44,8 @@ BuildRequires: python3-talloc-devel >= %{talloc_version}
|
|||||||
%else
|
%else
|
||||||
%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.0
|
Version: 0.10.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