From ace4c84511395923e022d821e93f778aebbbe656f2d8836f9014baab9e225e3d Mon Sep 17 00:00:00 2001 From: Noel Power Date: Wed, 7 Apr 2021 10:02:58 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/talloc?expand=0&rev=121 --- talloc-2.3.1.tar.asc | 11 ----------- talloc-2.3.1.tar.gz | 3 --- talloc-2.3.2.tar.asc | 11 +++++++++++ talloc-2.3.2.tar.gz | 3 +++ talloc-man.changes | 35 +++++++++++++++++++++++++++++++++++ talloc-man.spec | 9 +++------ talloc.changes | 5 +++++ talloc.spec | 6 ++---- 8 files changed, 59 insertions(+), 24 deletions(-) delete mode 100644 talloc-2.3.1.tar.asc delete mode 100644 talloc-2.3.1.tar.gz create mode 100644 talloc-2.3.2.tar.asc create mode 100644 talloc-2.3.2.tar.gz diff --git a/talloc-2.3.1.tar.asc b/talloc-2.3.1.tar.asc deleted file mode 100644 index 5a2c1d7..0000000 --- a/talloc-2.3.1.tar.asc +++ /dev/null @@ -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----- diff --git a/talloc-2.3.1.tar.gz b/talloc-2.3.1.tar.gz deleted file mode 100644 index 849e0ce..0000000 --- a/talloc-2.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef4822d2fdafd2be8e0cabc3ec3c806ae29b8268e932c5e9a4cd5585f37f9f77 -size 638878 diff --git a/talloc-2.3.2.tar.asc b/talloc-2.3.2.tar.asc new file mode 100644 index 0000000..c59d13b --- /dev/null +++ b/talloc-2.3.2.tar.asc @@ -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----- diff --git a/talloc-2.3.2.tar.gz b/talloc-2.3.2.tar.gz new file mode 100644 index 0000000..b10f1c0 --- /dev/null +++ b/talloc-2.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27a03ef99e384d779124df755deb229cd1761f945eca6d200e8cfd9bf5297bd7 +size 661344 diff --git a/talloc-man.changes b/talloc-man.changes index 1a6ad05..f2e3142 100644 --- a/talloc-man.changes +++ b/talloc-man.changes @@ -1,3 +1,38 @@ +------------------------------------------------------------------- +Wed Mar 31 15:34:08 UTC 2021 - Samuel Cabrero + +- Update to 2.3.2 + +------------------------------------------------------------------- +Mon Oct 12 11:52:39 UTC 2020 - Dominique Leuenberger + +- 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 + +- 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 + +- 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 diff --git a/talloc-man.spec b/talloc-man.spec index 360621c..2ec8fd4 100644 --- a/talloc-man.spec +++ b/talloc-man.spec @@ -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 diff --git a/talloc.changes b/talloc.changes index 39f2a47..f2e3142 100644 --- a/talloc.changes +++ b/talloc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 31 15:34:08 UTC 2021 - Samuel Cabrero + +- Update to 2.3.2 + ------------------------------------------------------------------- Mon Oct 12 11:52:39 UTC 2020 - Dominique Leuenberger diff --git a/talloc.spec b/talloc.spec index 7496469..a9b347f 100644 --- a/talloc.spec +++ b/talloc.spec @@ -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