From 093a95065ba0c94e83f7c5855c13789955e1fb11762af4cc55a7108ab0ab89eb Mon Sep 17 00:00:00 2001 From: Noel Power Date: Fri, 3 Jan 2020 14:01:55 +0000 Subject: [PATCH] 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 --- tevent-0.10.0.tar.asc | 11 ----------- tevent-0.10.0.tar.gz | 3 --- tevent-0.10.1.tar.asc | 11 +++++++++++ tevent-0.10.1.tar.gz | 3 +++ tevent-man.spec | 6 +++--- tevent.changes | 6 ++++++ tevent.spec | 6 +++--- 7 files changed, 26 insertions(+), 20 deletions(-) delete mode 100644 tevent-0.10.0.tar.asc delete mode 100644 tevent-0.10.0.tar.gz create mode 100644 tevent-0.10.1.tar.asc create mode 100644 tevent-0.10.1.tar.gz diff --git a/tevent-0.10.0.tar.asc b/tevent-0.10.0.tar.asc deleted file mode 100644 index 276305c..0000000 --- a/tevent-0.10.0.tar.asc +++ /dev/null @@ -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----- diff --git a/tevent-0.10.0.tar.gz b/tevent-0.10.0.tar.gz deleted file mode 100644 index abe9341..0000000 --- a/tevent-0.10.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:33f39612cd6d1ae6a737245784581494846f5bb07827983d2f41f942446aa4e6 -size 794845 diff --git a/tevent-0.10.1.tar.asc b/tevent-0.10.1.tar.asc new file mode 100644 index 0000000..25883ae --- /dev/null +++ b/tevent-0.10.1.tar.asc @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQFJBAABCgAzFiEEkUejOXGVGO6QEby1R5ORYRMIQCUFAl1v26oVHHNhbWJhLWJ1 +Z3NAc2FtYmEub3JnAAoJEEeTkWETCEAlAVcIAJLjZXGvbprO9VySRl9SoKuOVGiE +8n0xDbLOKDzHsXthyZOD00fAxOB9gDtzYOWazEzDgtJdSXrPLPuWej7bydJQCZyr +lxcb3AAupYKYjs6ihDPBUL0UFiR9YCkBxnZWjT9Xny4TO7fFfNl3CN10OGkh6niu +HZ+Avk89CZptc0gjR+6U39KR3cXDvBn338doNESvWXsnzOy33TzS4+bWX5Q8DXrX +dxgwVhq5Vuc0tk8rxNAelYr1lVqj2OGW5s7M00aBqtRidZAlhtXuevGp3PA9uii4 +hi679NcDxtYKsgXknqRUiiFlKvEYjCxzzBRAX9ek4Mov+/FusJTR0nOS/ps= +=t7YH +-----END PGP SIGNATURE----- diff --git a/tevent-0.10.1.tar.gz b/tevent-0.10.1.tar.gz new file mode 100644 index 0000000..73a79ae --- /dev/null +++ b/tevent-0.10.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79a4da68b38b86ac71d8ac824ee3605ab22a6a91cfa83033a7db73f3dd6910b6 +size 804125 diff --git a/tevent-man.spec b/tevent-man.spec index fdc278a..9bcf13e 100644 --- a/tevent-man.spec +++ b/tevent-man.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -44,8 +44,8 @@ BuildRequires: python3-talloc-devel >= %{talloc_version} %else %define build_make_smp_mflags %{?jobs:-j%jobs} %endif -Url: https://tevent.samba.org/ -Version: 0.10.0 +URL: https://tevent.samba.org/ +Version: 0.10.1 Release: 0 Summary: An event system based on the talloc memory management library License: LGPL-3.0-or-later diff --git a/tevent.changes b/tevent.changes index d3357e3..93d142d 100644 --- a/tevent.changes +++ b/tevent.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Nov 26 21:52:29 CET 2019 - Matej Cepl + +- 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 diff --git a/tevent.spec b/tevent.spec index 0d78be7..1889a1f 100644 --- a/tevent.spec +++ b/tevent.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -44,8 +44,8 @@ BuildRequires: python3-talloc-devel >= %{talloc_version} %else %define build_make_smp_mflags %{?jobs:-j%jobs} %endif -Url: https://tevent.samba.org/ -Version: 0.10.0 +URL: https://tevent.samba.org/ +Version: 0.10.1 Release: 0 Summary: An event system based on the talloc memory management library License: LGPL-3.0-or-later