- Update to 1.1.14.

+ fixed callers for ldb_pack_data() and ldb_unpack_data()
  + move ldb_pack.c into common
  + Add ldbdump, based on tdbdump
  + Remove no-longer-existing ltdb_unpack_data_free from ldb_tdb.h
  + Change ltdb_unpack_data to take an ldb_context
- Update to 1.1.13.
  + Don't use "isprint" in ldb_binary_encode(); (bso#9147).

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/ldb?expand=0&rev=27
This commit is contained in:
Lars Müller
2012-12-02 18:01:23 +00:00
committed by Git OBS Bridge
parent 2eab73a881
commit 90330d5af0
4 changed files with 18 additions and 6 deletions

View File

@@ -18,8 +18,8 @@
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
%define talloc_version 2.0.7
%define tdb_version 1.2.10
%define talloc_version 2.0.8
%define tdb_version 1.2.11
%define tevent_version 0.9.17
Name: ldb
@@ -38,7 +38,7 @@ BuildRequires: python-tevent >= %{tevent_version}
%define build_make_smp_mflags %{?jobs:-j%jobs}
%endif
Url: http://ldb.samba.org/
Version: 1.1.12
Version: 1.1.14
Release: 0
Summary: An LDAP-like embedded database
License: GPL-3.0+