Accepting request 735425 from home:jmcdough:branches:network:samba:STABLE:g2be_giw
update to 2.2.0 for samba 4.11 prep OBS-URL: https://build.opensuse.org/request/show/735425 OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/talloc?expand=0&rev=111
This commit is contained in:
parent
8b49d78ce6
commit
1aafaae0fb
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQFJBAABCgAzFiEEkUejOXGVGO6QEby1R5ORYRMIQCUFAlx1JvMVHHNhbWJhLWJ1
|
|
||||||
Z3NAc2FtYmEub3JnAAoJEEeTkWETCEAl1AYH/08X2y8LmqSv6xRrDU9JvhXoFFvI
|
|
||||||
82s0zgteRQjWJedRMgq9yhDbDl2fDeAdiQFqGG41kCqa5ZUsy8vOqlABGRH7RO2g
|
|
||||||
jgg1nkQFhy/yhnPxj8R29XB0XU3ZWOAl8nQnux6eFigCu5eFSNMkovBudmCJvEk8
|
|
||||||
lEy10EUOwmE+Jzs4Et8bzBmJZTHuWxXVPil1IsFj1bGSXLnMMUs4qeEgK02qZkoT
|
|
||||||
6V9ZYMHUDvFXRbM/6YBHRdGe6/l217+Lkz0EvDLapWsTKm4wTcqnj37fsEgASLH8
|
|
||||||
6QVx3xcNjw8Uj5QzpfyigMi4rAdsJYYVY63dnMW2mq4C2y1E7o8stExta2g=
|
|
||||||
=8KZO
|
|
||||||
-----END PGP SIGNATURE-----
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:195bf6830a070deb11c492b8cd575a59cd4d3b634164f3f693f6388f806a52a9
|
|
||||||
size 634906
|
|
11
talloc-2.2.0.tar.asc
Normal file
11
talloc-2.2.0.tar.asc
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQFJBAABCgAzFiEEkUejOXGVGO6QEby1R5ORYRMIQCUFAlyTY9cVHHNhbWJhLWJ1
|
||||||
|
Z3NAc2FtYmEub3JnAAoJEEeTkWETCEAlMyMIAJ0m0i1iA6uQQZV9XFR00AWNHeyU
|
||||||
|
dRdy3MbC1uUo1j/y4cMIKbdLJSzPcGIDE+dw90XdrVwpuSwFuEO4p3aWToRV/RVn
|
||||||
|
tUb/zDLUv05qFfv72xnQPIdoCq8iCRkne0T/igRqb/2ZwqgsNgXjHknfGBId7Yi4
|
||||||
|
vC60bEwg4nypKQagnRH8IlDzHhD04S5e9qykZZdMyGp5PADBWI8uwRELhmneCX0q
|
||||||
|
31KFGl3cjJNgRjA8RDkTGXiU9CyKRKfI/HXHL9FfCtSMSmYLgG9hck7xcWlHCk/k
|
||||||
|
hfs7Sy50wMb54BQBJDVBSdJ2PpA10y1rO8nqdRdo0WBrQSHH76nSHxRGgD0=
|
||||||
|
=grsl
|
||||||
|
-----END PGP SIGNATURE-----
|
3
talloc-2.2.0.tar.gz
Normal file
3
talloc-2.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5c6f6a45ef96b3fd0b28942673a68d0c6af5dcca9d676a2e4d57ce7e86c22ebc
|
||||||
|
size 633467
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 03 21:50:38 UTC 2019 - James McDonough <jmcdonough@suse.com>
|
||||||
|
|
||||||
|
- Update to version 2.2.0
|
||||||
|
+ Remove pytalloc_CObject_FromTallocPtr()
|
||||||
|
+ 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 talloc if
|
||||||
|
required from that branch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 5 17:39:21 UTC 2019 - dmulder@suse.com
|
Tue Mar 5 17:39:21 UTC 2019 - dmulder@suse.com
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@ BuildRequires: python3-devel
|
|||||||
#!BuildIgnore: python
|
#!BuildIgnore: python
|
||||||
%endif # build_man
|
%endif # build_man
|
||||||
Url: http://talloc.samba.org/
|
Url: http://talloc.samba.org/
|
||||||
Version: 2.1.16
|
Version: 2.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Samba talloc Library
|
Summary: Samba talloc Library
|
||||||
License: LGPL-3.0-or-later
|
License: LGPL-3.0-or-later
|
||||||
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 03 21:50:38 UTC 2019 - James McDonough <jmcdonough@suse.com>
|
||||||
|
|
||||||
|
- Update to version 2.2.0
|
||||||
|
+ Remove pytalloc_CObject_FromTallocPtr()
|
||||||
|
+ 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 talloc if
|
||||||
|
required from that branch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 5 17:39:21 UTC 2019 - dmulder@suse.com
|
Tue Mar 5 17:39:21 UTC 2019 - dmulder@suse.com
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@ BuildRequires: python3-devel
|
|||||||
#!BuildIgnore: python
|
#!BuildIgnore: python
|
||||||
%endif # build_man
|
%endif # build_man
|
||||||
Url: http://talloc.samba.org/
|
Url: http://talloc.samba.org/
|
||||||
Version: 2.1.16
|
Version: 2.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Samba talloc Library
|
Summary: Samba talloc Library
|
||||||
License: LGPL-3.0-or-later
|
License: LGPL-3.0-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user