Accepting request 1074015 from network:samba:STABLE

- 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)

OBS-URL: https://build.opensuse.org/request/show/1074015
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ldb?expand=0&rev=63
This commit is contained in:
Dominique Leuenberger 2023-03-25 17:54:48 +00:00 committed by Git OBS Bridge
commit c0c5bedf20
6 changed files with 32 additions and 19 deletions

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEkUejOXGVGO6QEby1R5ORYRMIQCUFAmLhN68ACgkQR5ORYRMI
QCWqKAgAswqnQft1oEc4c2DIJIF9jcXfLeOz4czUndBu5st6h3KVqZDCWjUAdPdX
BrYV+6cLTtDSjH0nQocnvtwm3AbVPxwukBglVtEuq0DU4fk8DptzRJvyLy2vU5VP
sKQQ+uwgYSWnKeds0PjPNMxpompeurDbQ1n4XgW4BzRQpK4Gvg6ZXBGg+q5nKht2
+PfQTVuaPi4O6gUWfxDbLBBPNDf97gz21Sa8pS1K3sspcPQJzMNumXs/d9LBhU1G
BaDanganpN1Ru724J18jvZ8NEogldHuSk29DljreHiiWY2hEVlp5rZDTgrlYOP50
b9kfHAnpBcHhQZlLf2/hponIccDo6A==
=ccfS
-----END PGP SIGNATURE-----

View File

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

11
ldb-2.7.1.tar.asc Normal file
View File

@ -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-----

3
ldb-2.7.1.tar.gz Normal file
View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Mar 17 08:05:30 UTC 2023 - Samuel Cabrero <scabrero@suse.de>
- 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 <nopower@suse.com>

View File

@ -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