This commit is contained in:
parent
b39f9720c3
commit
195b77bf0d
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEkUejOXGVGO6QEby1R5ORYRMIQCUFAmKhdgsACgkQR5ORYRMI
|
|
||||||
QCUezAgAr5Ra3D1mTBCY8KxAqzPH82whIkGIiO/BaCBUStwN924gKOQeps5GIzAP
|
|
||||||
dxYjXeHngsSCYohjNEwVI8Ddwit3v6pWfWIrYRTj80L/cy20XEutfTZlcHs/8a4P
|
|
||||||
wC+idbHWV0dNCzg/xbk//Uy4+LnEMTF0E8xiU6j+f5G05iRbhO3Ce6or8v8c/4AW
|
|
||||||
xjtdfZL7lXErqtfQVfZu4aSmiKJyMEJ6BG6Uk8V0Hu2FGt/nMkwzVtxhAakzGuZr
|
|
||||||
AcqXsGtQlskUk63U4JWQUtMMmPQlo6rSkN7R83Y2BWJ9KseWc2IKzvRa0ecASeFS
|
|
||||||
aGuPlRyoAbnabI5IIatSglmA802x8g==
|
|
||||||
=iWOb
|
|
||||||
-----END PGP SIGNATURE-----
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:179f9ebe265e67e4ab2c26cad2b7de4b6a77c6c212f966903382869f06be6505
|
|
||||||
size 674196
|
|
11
talloc-2.4.0.tar.asc
Normal file
11
talloc-2.4.0.tar.asc
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEkUejOXGVGO6QEby1R5ORYRMIQCUFAmPILkUACgkQR5ORYRMI
|
||||||
|
QCWJ6gf+OEsTcNvqSrDQKqt6nYl3OvqMwK3MWUeNOUJD5JtUkCzBmUGWiiVfalHA
|
||||||
|
eGUePYXfi7UH9Oo0OfihlKIMqdzrfV5+jciWtcZYtThTkv5jX+qkF52idO7FU58j
|
||||||
|
KGgClxSlAp2C+hddoHXNTjwIuflAsVt75swNrn+Z15IjMlIpsKwxwlUbVuTwu6SH
|
||||||
|
CKPG6pCr5wECoee9oJI9L4Lkz/zKP0sUxrE4JQWU2NoWwYxr6sFVuZ2nJ6aaBIl/
|
||||||
|
y4JsUwDVL2kQDHIzawNd+uQ7a8zIN2nnYUtaEJq26Rh7fnYighOq+AvHFlt9AY+t
|
||||||
|
/p866fF+QRxSFHRYHzZTLk3ww3hRnQ==
|
||||||
|
=0Wd2
|
||||||
|
-----END PGP SIGNATURE-----
|
3
talloc-2.4.0.tar.gz
Normal file
3
talloc-2.4.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6df36862c42466ef88f360444513870ef46934f9016c84383cc4008a7d0c46ba
|
||||||
|
size 676054
|
@ -1,5 +1,12 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 3 14:59:43 UTC 2022 - Noel Power <nopower@suse.com>
|
Fri Mar 17 07:54:23 UTC 2023 - Samuel Cabrero <scabrero@suse.de>
|
||||||
|
|
||||||
|
- Update to 2.4.0
|
||||||
|
* Add talloc_asprintf_addbuf()
|
||||||
|
* Support python 3.12
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 22 15:39:28 UTC 2022 - Noel Power <nopower@suse.com>
|
||||||
|
|
||||||
- Update to 2.3.4
|
- Update to 2.3.4
|
||||||
+ configure/Makefile: export PYTHONHASHSEED=1 in all
|
+ configure/Makefile: export PYTHONHASHSEED=1 in all
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package talloc-man
|
# spec file for package talloc-man
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 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
|
||||||
@ -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.3.4
|
Version: 2.4.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,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 17 07:54:23 UTC 2023 - Samuel Cabrero <scabrero@suse.de>
|
||||||
|
|
||||||
|
- Update to 2.4.0
|
||||||
|
* Add talloc_asprintf_addbuf()
|
||||||
|
* Support python 3.12
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 22 15:39:28 UTC 2022 - Noel Power <nopower@suse.com>
|
Thu Sep 22 15:39:28 UTC 2022 - Noel Power <nopower@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package talloc-man
|
# spec file for package talloc-man
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 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
|
||||||
@ -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.3.4
|
Version: 2.4.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