Noel Power 2021-04-07 10:02:58 +00:00 committed by Git OBS Bridge
parent 9d7bbd4a34
commit ace4c84511
8 changed files with 59 additions and 24 deletions

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQFJBAABCgAzFiEEkUejOXGVGO6QEby1R5ORYRMIQCUFAl33To8VHHNhbWJhLWJ1
Z3NAc2FtYmEub3JnAAoJEEeTkWETCEAlqMUH/032prdzgPTYCR3lWPW9rMYaLHgD
4wXUgwSyo/bgvCfhAk4Qu843HXa+92eci95pKZD1Dl3slCgmOqx+RoORN9J41iao
6Y7dzSMNKl1lVsmooheNK6SdhkSzjmUI4WZ1nnHErRBCp8mvk9KT2QzBxgKtS8oU
T53Q5tmUgLGh6ShE/r2piEBEfODiMCZKAuXBYzIyhc/6c7v7ORCz5SneyyMWV2ux
EagPoO9G1lyujIuDm6CgxvJr+0r4CwpxaTk7KQp/JY8bikPQ/QbmkCGpRS5A8MQU
jGzKqxAI7HiORrSLkfxftKFHY1qQ6l1wEx6ztMz5jKaa0GSiTYCOdLV5RrQ=
=i3Pq
-----END PGP SIGNATURE-----

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ef4822d2fdafd2be8e0cabc3ec3c806ae29b8268e932c5e9a4cd5585f37f9f77
size 638878

11
talloc-2.3.2.tar.asc Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQFJBAABCgAzFiEEkUejOXGVGO6QEby1R5ORYRMIQCUFAmAOg6kVHHNhbWJhLWJ1
Z3NAc2FtYmEub3JnAAoJEEeTkWETCEAl5FEH/A6GJFC43RTOfoPtZjGkQ1z18aMq
VMdg+D+KWKC19BDpt4ypXb2NlaRl0lMiVAawoGqQdz5xX+LIlSu80dHE6mmQJk4a
YuRLJmKw536JXbldKgcPVymBl8+i6VEIF33NWY253N4baYSDhPmU2mUKvEctF6Ec
G4W4NNZDOpAsVHG8mxCI7I2mnlt4e5R+kK4A+cbnOuCtXEHhJ5vxC/pHTr2iy9uA
k8IBYaAYOJzTTQla0ns7zsJRNCpneMMTjhv70lkAfrB7KiQ8duSkC4k3+lEVMjLh
spdUHKmD0F4OCNmOKG6nMUa/NoIYjViAU1IfJ2ClAFM9DhMiZ36NjYCPstw=
=W8Ti
-----END PGP SIGNATURE-----

3
talloc-2.3.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:27a03ef99e384d779124df755deb229cd1761f945eca6d200e8cfd9bf5297bd7
size 661344

View File

@ -1,3 +1,38 @@
-------------------------------------------------------------------
Wed Mar 31 15:34:08 UTC 2021 - Samuel Cabrero <scabrero@suse.de>
- Update to 2.3.2
-------------------------------------------------------------------
Mon Oct 12 11:52:39 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
- Fix build with RPM 4.16:
bad %if condition: 01550 != 1110 || "x86_64" == x86_64
no bare word support, x86_64 needs to be quoted
-------------------------------------------------------------------
Fri Mar 6 17:31:27 UTC 2020 - Noel Power <nopower@suse.com>
- Upgrade to 2.3.1
+ Upgrade waf to 2.0.18 to fix a cross-compilation issue;
(bso#13846).
+ lib/talloc: clang: Fix 'Value stored during its initialization
is never read'.
+ Spelling fixes s/recieved/received/
+ talloc: ASAN fix for test_magic_protection.
+ talloc: ASAN fix for test_rusty
+ talloc: ASAN fix for test_pool_nest
+ talloc: ASAN fix for test_talloc_free_in_destructor
+ talloc: ASAN fix for test_realloc_on_destructor_parent
-------------------------------------------------------------------
Tue Nov 26 17:24:56 CET 2019 - Matej Cepl <mcepl@suse.com>
- Upgrade to 2.3.0.
- Patches waf_upgrade.patch and waf_use_native_waf_timer.patch
are no needed anymore. They are subsumed by the upstream
tarball.
-------------------------------------------------------------------
Mon Oct 21 14:36:01 CEST 2019 - Matej Cepl <mcepl@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package talloc-man
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -35,7 +35,7 @@ BuildRequires: python3-devel
#!BuildIgnore: python
%endif # build_man
URL: http://talloc.samba.org/
Version: 2.3.1
Version: 2.3.2
Release: 0
Summary: Samba talloc Library
License: LGPL-3.0-or-later
@ -69,7 +69,6 @@ It is the core memory allocator used in Samba.
This package includes the talloc2 library.
%package -n libtalloc-devel
Summary: Libraries and Header Files to Develop Programs with talloc2 Support
# Man pages are built in a 2nd spec file in order to break a build cycle with doxygen->cmake->krb5->libtalloc
@ -88,7 +87,6 @@ It is the core memory allocator used in Samba.
Libraries and Header Files to Develop Programs with talloc2 Support.
%package -n python3-talloc
Summary: Python3 bindings for the Talloc library
Group: Development/Libraries/Python
@ -113,7 +111,6 @@ Libraries and Header Files to Develop Programs with python3-talloc Support
%prep
%setup -n talloc-%{version} -q
%autopatch -p1
sed -i 's;../../buildtools/bin/waf;./buildtools/bin/waf;g' Makefile
%build
%if ! %{build_man}
@ -139,7 +136,7 @@ doxygen doxy.config
%if ! %{build_man}
%check
%if 0%{?suse_version} != 1110 || "%{_build_arch}" == x86_64
%if 0%{?suse_version} != 1110 || "%{_build_arch}" == "x86_64"
%if "%{qemu_user_space_build}" == "1"
echo "skipping test on qemu userspace build due to AT_RANDOM not changing"
%else # qemu_user_space_build == 1

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Mar 31 15:34:08 UTC 2021 - Samuel Cabrero <scabrero@suse.de>
- Update to 2.3.2
-------------------------------------------------------------------
Mon Oct 12 11:52:39 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -1,7 +1,7 @@
#
# spec file for package talloc-man
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -35,7 +35,7 @@ BuildRequires: python3-devel
#!BuildIgnore: python
%endif # build_man
URL: http://talloc.samba.org/
Version: 2.3.1
Version: 2.3.2
Release: 0
Summary: Samba talloc Library
License: LGPL-3.0-or-later
@ -68,7 +68,6 @@ It is the core memory allocator used in Samba.
This package includes the talloc2 library.
%package -n libtalloc-devel
Summary: Libraries and Header Files to Develop Programs with talloc2 Support
# Man pages are built in a 2nd spec file in order to break a build cycle with doxygen->cmake->krb5->libtalloc
@ -87,7 +86,6 @@ It is the core memory allocator used in Samba.
Libraries and Header Files to Develop Programs with talloc2 Support.
%package -n python3-talloc
Summary: Python3 bindings for the Talloc library
Group: Development/Libraries/Python