SHA256
1
0
forked from pool/ldb

Accepting request 588671 from network:samba:STABLE

OBS-URL: https://build.opensuse.org/request/show/588671
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ldb?expand=0&rev=37
This commit is contained in:
Dominique Leuenberger 2018-04-04 09:13:05 +00:00 committed by Git OBS Bridge
commit ed4a4e9360
6 changed files with 37 additions and 23 deletions

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAABAgAGBQJaPQrdAAoJEEeTkWETCEAlkHwH/ReAcCDgZ0EE5KUjUGgdiriv
L/lQP4bY4ZIx6FZey9LMdzuOwPKTiIEJpaX92zZ2EnCJv45Jfm8vVqIUai8IErWq
7an4ZpQj4u1JOwWnBz+tJSNjnLjQHCFU2dkd0L+/f5WEm3ktFCbd/wh3GEPrf8Lz
59D1SMJLldXZ0m+LXKaraovZwAQOvFM19Dm9wg8S9gMZtyCQqU0Z469mNqvivsPE
XWb3UmygZ6PD1xgwRX8kzC4q0yOcYHDwbqWuQDCNnkwDTfdKuFd8d9lJfWIfG+Un
BDpAdShONh31i8PqF5KYtUG+o7pVxy1iAmJzy+j4oiEJl+jKC17D5KqSa0rRKGc=
=7oGE
-----END PGP SIGNATURE-----

View File

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

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

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAABAgAGBQJalmNmAAoJEEeTkWETCEAljJgH/3TL8HxxvnwvFPtW3015w1xf
phAhmXXyR4NkklzVdxoukF6hf0a+i130vaAGSYCczie8bu96uj1sEpNWxmmqtymH
0lChl68rNk3JpbE2SqJHzxUXGqK+7SkooCQRVZLwCoZZDtUwGdHdym3rp0qHEEXL
fWqCkfKbCanEjTSm6xFLJ7k3fIghrzxoVzJSjAAvk12DDW4ZV4kzrtt905FlP2eD
dBiqNNBdTSdZTk27iu85pJ+GaIuVipyffDodhNW+GqwTdmdrYRi6dqv2jYtDnLy/
un0qCgYjYc+dduD944PpNobjB4q8xrx9cfZqf8ho4EsUEotK5xHYGte+Nuauxjg=
=pBHW
-----END PGP SIGNATURE-----

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

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Mar 16 19:09:53 UTC 2018 - jmcdonough@suse.com
- Update to 1.3.2;
+ Expose the SHOW_BINARY, ENABLE_TRACING and DONT_CREATE_DB flag
constants in the python api.
+ Don't load LDB_MODULESDIR as a module file.
+ Fix binary data in debug log (bug #13185).
+ Intersect the index from SCOPE_ONELEVEL with the index for the
search expression (bso#13191)
+ GUID Index support.
-------------------------------------------------------------------
Fri Feb 9 12:04:23 UTC 2018 - scabrero@suse.com

View File

@ -18,15 +18,16 @@
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
%{!?py3_soflags: %global py3_soflags cpython-%{python3_version_nodots}m}
%{!?py3_soflags_dash: %global py3_soflags_dash %(echo %{py3_soflags} | sed "s/_/-/g")}
%if 0%{?suse_version} > 1310 || 0%{?fedora_version} > 20
%define with_python3 1
%else
%define with_python3 0
%endif
%define talloc_version 2.1.10
%define talloc_version 2.1.11
%define tdb_version 1.3.15
%define tevent_version 0.9.33
%define tevent_version 0.9.36
Name: ldb
BuildRequires: docbook-xsl-stylesheets
@ -48,11 +49,10 @@ BuildRequires: python-tevent >= %{tevent_version}
BuildRequires: python3-devel
BuildRequires: python3-talloc >= %{talloc_version}
BuildRequires: python3-talloc-devel >= %{talloc_version}
%else
BuildRequires: python-talloc-devel >= %{talloc_version}
%endif
BuildRequires: python-talloc-devel >= %{talloc_version}
Url: https://ldb.samba.org/
Version: 1.2.3
Version: 1.3.2
Release: 0
Summary: An LDAP-like embedded database
License: GPL-3.0+
@ -116,7 +116,6 @@ Requires: pkg-config
Requires: python-ldb = %{version}
Provides: pyldb-devel = %{version}
Obsoletes: pyldb-devel < %{version}
Conflicts: python3-ldb-devel
%description -n python-ldb-devel
This package contains the development files for the Python bindings for the
@ -135,7 +134,6 @@ Summary: Development files for the Python3 bindings for the LDB library
Group: Development/Libraries/Python
Requires: pkg-config
Requires: python3-ldb = %{version}
Conflicts: python-ldb-devel
%description -n python3-ldb-devel
This package contains the development files for the Python bindings for the
@ -191,6 +189,10 @@ make test
# Install API documentation
cp -a apidocs/man/* %{buildroot}/%{_mandir}
%if %{with_python3}
sed -i 's;-lpyldb-util.%{py3_soflags_dash};-lpyldb-util.%{py3_soflags};g' %{buildroot}/%{_libdir}/pkgconfig/pyldb-util.%{py3_soflags}.pc
%endif
%post -n libldb1 -p /sbin/ldconfig
%postun -n libldb1 -p /sbin/ldconfig
@ -233,7 +235,7 @@ cp -a apidocs/man/* %{buildroot}/%{_mandir}
%dir %{_libdir}/ldb
%{_libdir}/pkgconfig/ldb.pc
%{_mandir}/man3/ldb*.3.*
%if 0%{?suse_version} != 1110
%if 0%{?suse_version} != 1110 || %{_arch} != i386
%{_mandir}/man3/ldif*.3.*
%endif
@ -264,7 +266,7 @@ cp -a apidocs/man/* %{buildroot}/%{_mandir}
%{_includedir}/pyldb.h
%{_libdir}/libpyldb-util.so
%{_libdir}/pkgconfig/pyldb-util.pc
%if 0%{?suse_version} != 1110
%if 0%{?suse_version} != 1110 || %{_arch} != i386
%{_mandir}/man3/PyLdb*.3.*
%endif