From 0b54568aec0d55a51e6c510f1a4a8606fe09d0990a242c4be1355e1da21236fc Mon Sep 17 00:00:00 2001 From: Noel Power Date: Mon, 20 Mar 2023 10:00:11 +0000 Subject: [PATCH] Accepting request 1072550 from home:scabrero:branches:network:samba:STABLE OBS-URL: https://build.opensuse.org/request/show/1072550 OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/ldb?expand=0&rev=173 --- ldb-2.6.1.tar.asc | 11 ----------- ldb-2.6.1.tar.gz | 3 --- ldb-2.7.1.tar.asc | 11 +++++++++++ ldb-2.7.1.tar.gz | 3 +++ ldb.changes | 13 +++++++++++++ ldb.spec | 10 +++++----- 6 files changed, 32 insertions(+), 19 deletions(-) delete mode 100644 ldb-2.6.1.tar.asc delete mode 100644 ldb-2.6.1.tar.gz create mode 100644 ldb-2.7.1.tar.asc create mode 100644 ldb-2.7.1.tar.gz diff --git a/ldb-2.6.1.tar.asc b/ldb-2.6.1.tar.asc deleted file mode 100644 index 36486f2..0000000 --- a/ldb-2.6.1.tar.asc +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCgAdFiEEkUejOXGVGO6QEby1R5ORYRMIQCUFAmLhN68ACgkQR5ORYRMI -QCWqKAgAswqnQft1oEc4c2DIJIF9jcXfLeOz4czUndBu5st6h3KVqZDCWjUAdPdX -BrYV+6cLTtDSjH0nQocnvtwm3AbVPxwukBglVtEuq0DU4fk8DptzRJvyLy2vU5VP -sKQQ+uwgYSWnKeds0PjPNMxpompeurDbQ1n4XgW4BzRQpK4Gvg6ZXBGg+q5nKht2 -+PfQTVuaPi4O6gUWfxDbLBBPNDf97gz21Sa8pS1K3sspcPQJzMNumXs/d9LBhU1G -BaDanganpN1Ru724J18jvZ8NEogldHuSk29DljreHiiWY2hEVlp5rZDTgrlYOP50 -b9kfHAnpBcHhQZlLf2/hponIccDo6A== -=ccfS ------END PGP SIGNATURE----- diff --git a/ldb-2.6.1.tar.gz b/ldb-2.6.1.tar.gz deleted file mode 100644 index d5972d1..0000000 --- a/ldb-2.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:467403f77df86782c3965bb175440baa2ed751a9feb9560194bd8c06bf1736c9 -size 1740497 diff --git a/ldb-2.7.1.tar.asc b/ldb-2.7.1.tar.asc new file mode 100644 index 0000000..d883157 --- /dev/null +++ b/ldb-2.7.1.tar.asc @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEEkUejOXGVGO6QEby1R5ORYRMIQCUFAmPhIrEACgkQR5ORYRMI +QCUfjAf/SOymjnQVxu7zOoUtU0rh6Gw8YC7fP7fW8mDOFvIUmvYwnPMC6zWDCLgU +uJdhTyG6C5ipMAAaJxrp9hWf772Y2fxv+bhYNpGTneV9T3iOmiQaiwpH2k0KygGq +UdxZHLf79dkNmBaGw1jZDCK2470IwVS+bclsUCJmgDByzfW8L7pOGlldekNq87xe +owyK4pNid8c0iMg9epQUdcaBfDsbhu41xctLo4ADThZm2DcJSi8qXn/LN6mn07yr +5bZmdqhU+P2qfT6O0X/baThSU49zuzu24e8pY4gehfu+HERAZtgSk+FMJZ3+3CmN +DjTInaVojsaC63zUUU1ywFtYTFisOQ== +=coee +-----END PGP SIGNATURE----- diff --git a/ldb-2.7.1.tar.gz b/ldb-2.7.1.tar.gz new file mode 100644 index 0000000..7487eb7 --- /dev/null +++ b/ldb-2.7.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4632c9a7f81f8a45ed46fc14d18eb507edf4e79f6e88d16977478ef95ed5b7f +size 1736244 diff --git a/ldb.changes b/ldb.changes index 2096df2..17b0840 100644 --- a/ldb.changes +++ b/ldb.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Mar 17 08:05:30 UTC 2023 - Samuel Cabrero + +- Update to 2.7.1 + * Build fix for Solaris, after removal of tevent ports backend + (bso#15298) +- Changes from 2.7.0 + * Support python 3.12 + * Have python functions operating on DNs raise LdbError + * Don't call comparison() directly in LDB_TYPESAFE_QSORT + * Use ldb_ascii_toupper() for case folding to support + tr_TR.UTF-8 and other dotless i locales (bso#15248) + ------------------------------------------------------------------- Thu Sep 22 15:55:29 UTC 2022 - Noel Power diff --git a/ldb.spec b/ldb.spec index a23fd80..579ce08 100644 --- a/ldb.spec +++ b/ldb.spec @@ -1,7 +1,7 @@ # # spec file for package ldb # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,9 +27,9 @@ %endif %define lmdb_version 0.9.16 -%define talloc_version 2.3.4 -%define tdb_version 1.4.7 -%define tevent_version 0.13.0 +%define talloc_version 2.4.0 +%define tdb_version 1.4.8 +%define tevent_version 0.14.1 Name: ldb BuildRequires: docbook-xsl-stylesheets @@ -57,7 +57,7 @@ BuildRequires: lmdb-devel >= %{lmdb_version} %endif URL: https://ldb.samba.org/ -Version: 2.6.1 +Version: 2.7.1 Release: 0 Summary: An LDAP-like embedded database License: LGPL-3.0-or-later