forked from pool/tevent
Accepting request 786214 from network:samba:STABLE
OBS-URL: https://build.opensuse.org/request/show/786214 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tevent?expand=0&rev=37
This commit is contained in:
commit
3d76e7e90d
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQFJBAABCgAzFiEEkUejOXGVGO6QEby1R5ORYRMIQCUFAl1v26oVHHNhbWJhLWJ1
|
||||
Z3NAc2FtYmEub3JnAAoJEEeTkWETCEAlAVcIAJLjZXGvbprO9VySRl9SoKuOVGiE
|
||||
8n0xDbLOKDzHsXthyZOD00fAxOB9gDtzYOWazEzDgtJdSXrPLPuWej7bydJQCZyr
|
||||
lxcb3AAupYKYjs6ihDPBUL0UFiR9YCkBxnZWjT9Xny4TO7fFfNl3CN10OGkh6niu
|
||||
HZ+Avk89CZptc0gjR+6U39KR3cXDvBn338doNESvWXsnzOy33TzS4+bWX5Q8DXrX
|
||||
dxgwVhq5Vuc0tk8rxNAelYr1lVqj2OGW5s7M00aBqtRidZAlhtXuevGp3PA9uii4
|
||||
hi679NcDxtYKsgXknqRUiiFlKvEYjCxzzBRAX9ek4Mov+/FusJTR0nOS/ps=
|
||||
=t7YH
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:79a4da68b38b86ac71d8ac824ee3605ab22a6a91cfa83033a7db73f3dd6910b6
|
||||
size 804125
|
11
tevent-0.10.2.tar.asc
Normal file
11
tevent-0.10.2.tar.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQFJBAABCgAzFiEEkUejOXGVGO6QEby1R5ORYRMIQCUFAl33Tv4VHHNhbWJhLWJ1
|
||||
Z3NAc2FtYmEub3JnAAoJEEeTkWETCEAlajQH/2KJNO0n2Uev7c3PuJFeHS8dNHP5
|
||||
/x6n8jnSz7TrmPWLHCBhluLNsuLzbrQOPtWdjVaMmDFp4zg4BKTuPId9565620Nr
|
||||
hLEeIzXoaHlIIOGzIgXyTUYJnBSDpAfp13bxqov4UqyNynbkXQAP86BGRX5mecS6
|
||||
Ehg6DnknCa+hskfDuHzaNymeFS7HND9oJWATE40ffaxJWffasjEvMhHprcguQFU9
|
||||
JwdW4L9GHfL1C6wxAdCg5gYJ+cULyO21Ewf4ul7/aWbDCxRpGCsWXDJoIyuPtbvQ
|
||||
tVvbhLNiwCy2L2PJlz3R1FEf97QPzxLwvd95nO9R8W+tllDmYC0ujFTegyo=
|
||||
=uKXq
|
||||
-----END PGP SIGNATURE-----
|
3
tevent-0.10.2.tar.gz
Normal file
3
tevent-0.10.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f8427822e5b2878fb8b28d6f50d96848734f3f3130612fb574fdd2d2148a6696
|
||||
size 800731
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 7 00:20:55 UTC 2020 - Noel Power <nopower@suse.com>
|
||||
|
||||
- Update to version 0.10.2
|
||||
+ Upgrade waf to version 2.0.18 to fix a cross-compilation issue;
|
||||
(bso#13846).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package tevent-man
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LLC
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -45,7 +45,7 @@ BuildRequires: python3-talloc-devel >= %{talloc_version}
|
||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||
%endif
|
||||
URL: https://tevent.samba.org/
|
||||
Version: 0.10.1
|
||||
Version: 0.10.2
|
||||
Release: 0
|
||||
Summary: An event system based on the talloc memory management library
|
||||
License: LGPL-3.0-or-later
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 7 00:20:55 UTC 2020 - Noel Power <nopower@suse.com>
|
||||
|
||||
- Update to version 0.10.2
|
||||
+ Upgrade waf to version 2.0.18 to fix a cross-compilation issue;
|
||||
(bso#13846).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 26 21:52:29 CET 2019 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package tevent-man
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LLC
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -45,7 +45,7 @@ BuildRequires: python3-talloc-devel >= %{talloc_version}
|
||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||
%endif
|
||||
URL: https://tevent.samba.org/
|
||||
Version: 0.10.1
|
||||
Version: 0.10.2
|
||||
Release: 0
|
||||
Summary: An event system based on the talloc memory management library
|
||||
License: LGPL-3.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user