Accepting request 1174807 from home:scabrero:branches:network:samba:STABLE

OBS-URL: https://build.opensuse.org/request/show/1174807
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/ldb?expand=0&rev=179
This commit is contained in:
Noel Power 2024-05-20 09:09:00 +00:00 committed by Git OBS Bridge
parent f4cccb776b
commit 0ede3b9424
7 changed files with 41 additions and 32 deletions

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEkUejOXGVGO6QEby1R5ORYRMIQCUFAmTDr+oACgkQR5ORYRMI
QCXfwgf/cAqWCgnnKIT3hvUdL2i2F9edDXTOkBDZ1vxQ8hLO+T8JtWO9F40hEZjH
F5R5B2pxBP6T2Nd9NHVbHUqlIpjqqesweTXtabuW60oz5PZ13owpGDWWQKortH5/
j49v/ZKHD0NBjVN09AylRgoKQ4kRDtd0rMOAS951aRUcRTFRjK86hnaHPgvQeexy
SizGRtHlifnwM/lbgJlLkTDUDNA+7RwXRAv0pvLwYReGFoS8vyUbMOYt1lnoiNas
6cz+6yTKknGO7KSE6bjviDahv7Xg04Qy02eI/HYEZ8NG3aJqNsOqPchP4y/JgVv+
90FZR2cdZNpTdlZ5TPfihL2/zldXKQ==
=H6+4
-----END PGP SIGNATURE-----

BIN
ldb-2.8.0.tar.gz (Stored with Git LFS)

Binary file not shown.

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

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEkUejOXGVGO6QEby1R5ORYRMIQCUFAmW30FwACgkQR5ORYRMI
QCUORwgAwZz1mgs3K9nuEX9dQnmkzQkgPJjXaC1RWnJYbtg9+yc6tDTRQWeuE7m1
TOMeEL02QJ8PFBc2N7aRNBKL2OikScqkG3hhzDYg4EnYTMA4tNMi+GVEUn1+yE1G
wb0KSYeNl1NqqkTgLs5Giq3KehNKSxWjkM6eNrh0C/5Rga0BdA9jMg8zl6RGHLf1
4UdgckzuzfKdg65OaIP7i0yUHf/J+a3PgutV/FPPhFgdFvLkhDHm5pbDwETgqcJF
PieamYKdfZkU2lOSzw8iCHr8pUzWvws6JaEYSHh9UnR/CicSbDEZc+i4FQUCJwIu
0L/9QWVqLQ6NkUGeimLO2cRSKltTwQ==
=ymkj
-----END PGP SIGNATURE-----

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

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

View File

@ -1,13 +1,12 @@
Index: ldb-1.1.26/buildtools/wafsamba/wafsamba.py
===================================================================
--- ldb-1.1.26.orig/buildtools/wafsamba/wafsamba.py
+++ ldb-1.1.26/buildtools/wafsamba/wafsamba.py
@@ -115,7 +115,7 @@ def SAMBA_LIBRARY(bld, libname, source,
ldflags='',
external_library=False,
realname=None,
- keep_underscore=False,
+ keep_underscore=True,
autoproto=None,
autoproto_extra_source='',
group='main',
diff -ruNp a/buildtools/wafsamba/wafsamba.py b/buildtools/wafsamba/wafsamba.py
--- a/buildtools/wafsamba/wafsamba.py 2024-05-16 13:52:58.561283248 +0200
+++ b/buildtools/wafsamba/wafsamba.py 2024-05-16 13:54:32.297195397 +0200
@@ -309,7 +309,7 @@ def SAMBA_LIBRARY(bld, libname, source,
if bundled_name is not None:
pass
elif target_type == 'PYTHON' or realname or not private_library:
- bundled_name = libname.replace('_', '-')
+ bundled_name = libname
else:
assert (private_library is True and realname is None)
bundled_name = PRIVATE_NAME(bld, libname.replace('_', '-'))

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu May 16 11:34:15 UTC 2024 - Samuel Cabrero <scabrero@suse.de>
- Update to 2.9.0
* documentation fixes
* build with Python 3.12 (bso#15513)
* a lot of additional error checking in the python bindings
* minor code fixes
* Update patch ldb-python3.5-fix-soabi_name.patch
-------------------------------------------------------------------
Tue Sep 26 09:52:58 UTC 2023 - Noel Power <nopower@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package ldb
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 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.4.1
%define tdb_version 1.4.9
%define tevent_version 0.15.0
%define talloc_version 2.4.2
%define tdb_version 1.4.10
%define tevent_version 0.16.1
Name: ldb
BuildRequires: docbook-xsl-stylesheets
@ -57,7 +57,7 @@ BuildRequires: lmdb-devel >= %{lmdb_version}
%endif
URL: https://ldb.samba.org/
Version: 2.8.0
Version: 2.9.0
Release: 0
Summary: An LDAP-like embedded database
License: LGPL-3.0-or-later