From e2a669046be31b927b5e98b6d4699ca59b8cd3aa249ed03897c5a89fefac80af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20M=C3=BCller?= Date: Wed, 6 Feb 2013 11:18:25 +0000 Subject: [PATCH] - Update to 1.1.15. + Ensure to decrement the transaction_active whenever we delete a transaction. + Remove no-longer-existing ltdb_unpack_data_free from ldb_tdb.h. + Change ltdb_unpack_data to take an ldb_context. + Move doxygen comments for ldb_connect to the right place. + Fix callers for ldb_pack_data() and ldb_unpack_data(). + move ldb_pack.c into common. OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/ldb?expand=0&rev=29 --- ldb-1.1.14.tar.gz | 3 --- ldb-1.1.15.tar.gz | 3 +++ ldb.changes | 12 ++++++++++++ ldb.spec | 4 ++-- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 ldb-1.1.14.tar.gz create mode 100644 ldb-1.1.15.tar.gz diff --git a/ldb-1.1.14.tar.gz b/ldb-1.1.14.tar.gz deleted file mode 100644 index 38506ba..0000000 --- a/ldb-1.1.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d0c83ecb7619dea65373af8fc5e89720e3aa1c48ff10f12cc132d335c5ee1e32 -size 1123647 diff --git a/ldb-1.1.15.tar.gz b/ldb-1.1.15.tar.gz new file mode 100644 index 0000000..269d7c3 --- /dev/null +++ b/ldb-1.1.15.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bd8317e82747461394ab8ad1ee5873589d9a46d12f021571aca9fac45de8997 +size 1121684 diff --git a/ldb.changes b/ldb.changes index 74d74db..d85b5cf 100644 --- a/ldb.changes +++ b/ldb.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Feb 6 10:50:24 UTC 2013 - lmuelle@suse.com + +- Update to 1.1.15. + + Ensure to decrement the transaction_active whenever we delete + a transaction. + + Remove no-longer-existing ltdb_unpack_data_free from ldb_tdb.h. + + Change ltdb_unpack_data to take an ldb_context. + + Move doxygen comments for ldb_connect to the right place. + + Fix callers for ldb_pack_data() and ldb_unpack_data(). + + move ldb_pack.c into common. + ------------------------------------------------------------------- Sun Dec 2 16:56:45 UTC 2012 - lmuelle@suse.com diff --git a/ldb.spec b/ldb.spec index 96f17c6..60b7420 100644 --- a/ldb.spec +++ b/ldb.spec @@ -1,7 +1,7 @@ # # spec file for package ldb # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -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.14 +Version: 1.1.15 Release: 0 Summary: An LDAP-like embedded database License: GPL-3.0+