Accepting request 735427 from home:jmcdough:branches:network:samba:STABLE:g2be_giw
update to 0.10.0 for samba 4.11 prep OBS-URL: https://build.opensuse.org/request/show/735427 OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=103
This commit is contained in:
parent
c97edcd737
commit
df438f5bb3
11
tevent-0.10.0.tar.asc
Normal file
11
tevent-0.10.0.tar.asc
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----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-----
|
3
tevent-0.10.0.tar.gz
Normal file
3
tevent-0.10.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:33f39612cd6d1ae6a737245784581494846f5bb07827983d2f41f942446aa4e6
|
||||||
|
size 794845
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQFJBAABCgAzFiEEkUejOXGVGO6QEby1R5ORYRMIQCUFAlx1Jw4VHHNhbWJhLWJ1
|
|
||||||
Z3NAc2FtYmEub3JnAAoJEEeTkWETCEAl4BwIAKHQSiRq6jCmnp/jotVn08BNWRE2
|
|
||||||
ZsywXuBORWDTXFahfqAtbUcu+UrnGcAZHMia180YwaP1/2vzKLAmVkutFknvCRHx
|
|
||||||
4g3YBokNcdPD8WJHHpnMiVCHJzdO3LL2chwQKsY5ftCYnxuUyiED0JGBvrGB5j51
|
|
||||||
+YTQTZ2nWNXQFR9y001SbdoNSkc0BNzYMpZgAUWTP6004kGox5WPo2RgsaUIztv2
|
|
||||||
hWaYJCPKZ3tRsSrlDIZ8gUySRGE7ODzpzk/PXLpmmSg6XJyWihyKMC9Ngts/KWrT
|
|
||||||
isP70f1U2tm8UpD6Ryz0Fhfo8DEPYWvamIRETuKp6XhQvS63iXSPEY80/wA=
|
|
||||||
=cExf
|
|
||||||
-----END PGP SIGNATURE-----
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f68d0fcc616119d27ebace162499e73f4ae3998e49b98d1f454bb467cdb1d4e6
|
|
||||||
size 795796
|
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 03 22:04:33 UTC 2019 - James McDonough <jmcdonough@suse.com>
|
||||||
|
|
||||||
|
- Update to version 0.10.0
|
||||||
|
+ Remove Python 2.x support except to build just the bare C library
|
||||||
|
+ Remove --extra-python (a build time mode to produce Python2 and Python3
|
||||||
|
bindings at the same time)
|
||||||
|
+ New minor version to allow Samba 4.10 to release a tevent if
|
||||||
|
required from that branch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 5 18:22:33 UTC 2019 - dmulder@suse.com
|
Tue Mar 5 18:22:33 UTC 2019 - dmulder@suse.com
|
||||||
|
|
||||||
|
@ -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.1.15
|
%define talloc_version 2.2.0
|
||||||
%define build_man 1
|
%define build_man 1
|
||||||
|
|
||||||
%if %{build_man}
|
%if %{build_man}
|
||||||
@ -45,7 +45,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.9.39
|
Version: 0.10.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
|
||||||
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 03 22:04:33 UTC 2019 - James McDonough <jmcdonough@suse.com>
|
||||||
|
|
||||||
|
- Update to version 0.10.0
|
||||||
|
+ Remove Python 2.x support except to build just the bare C library
|
||||||
|
+ Remove --extra-python (a build time mode to produce Python2 and Python3
|
||||||
|
bindings at the same time)
|
||||||
|
+ New minor version to allow Samba 4.10 to release a tevent if
|
||||||
|
required from that branch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 5 18:22:33 UTC 2019 - dmulder@suse.com
|
Tue Mar 5 18:22:33 UTC 2019 - dmulder@suse.com
|
||||||
|
|
||||||
|
@ -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.1.15
|
%define talloc_version 2.2.0
|
||||||
%define build_man 0
|
%define build_man 0
|
||||||
|
|
||||||
%if %{build_man}
|
%if %{build_man}
|
||||||
@ -45,7 +45,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.9.39
|
Version: 0.10.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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user