From f04c30be0a7f5273e303ad4cf71ab430c5d1b60a264c1777b493c5d3a2b1dd35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20M=C3=BCller?= Date: Tue, 13 Jan 2015 14:55:49 +0000 Subject: [PATCH] - Update to version 1.3.4. + toos: allow transactions with TDB_MUTEX_LOCKING + test: add tdb1-run-mutex-transaction1 test + allow transactions on on tdb's with TDB_MUTEX_LOCKING OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tdb?expand=0&rev=61 --- build_pie.patch | 2 +- tdb-1.3.3.tar.asc | 11 ----------- tdb-1.3.3.tar.gz | 3 --- tdb-1.3.4.tar.asc | 11 +++++++++++ tdb-1.3.4.tar.gz | 3 +++ tdb.changes | 8 ++++++++ tdb.spec | 4 ++-- 7 files changed, 25 insertions(+), 17 deletions(-) delete mode 100644 tdb-1.3.3.tar.asc delete mode 100644 tdb-1.3.3.tar.gz create mode 100644 tdb-1.3.4.tar.asc create mode 100644 tdb-1.3.4.tar.gz diff --git a/build_pie.patch b/build_pie.patch index 9396242..63b702c 100644 --- a/build_pie.patch +++ b/build_pie.patch @@ -7,7 +7,7 @@ Index: tdb-1.2.12/wscript =================================================================== --- tdb-1.2.12.orig/wscript +++ tdb-1.2.12/wscript -@@ -149,20 +149,27 @@ def build(bld): +@@ -150,20 +150,27 @@ def build(bld): bld.SAMBA_BINARY('tdbrestore', 'tools/tdbrestore.c', diff --git a/tdb-1.3.3.tar.asc b/tdb-1.3.3.tar.asc deleted file mode 100644 index 2860ee4..0000000 --- a/tdb-1.3.3.tar.asc +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1 - -iQEcBAABAgAGBQJUfavWAAoJEEeTkWETCEAlTKoH/12AcgcVwD3Dff9PCqdx46YT -xFGpA5nHGeQARc/6rbDAvs9+1DY+Z/Mv+P5G/cMTSE3mMxLu/gagqEyfSAZm7F7A -yWKx27oXa4kh23FrKPGGaQgmmc3meNFAtfFhndU1iaA4t4M0kaO+yBmMKKWFZdZU -Gg3+DH/TYaezhf65PKPkE5D6RsvaNLcNIyAxKFTWDbr8BaOtkYKMS58WhQ1lRp9k -2U/uHJ76I+NC2tDQ4QDAx0DNjAkwkl7AVkAb+GpB0GpzhVw5npQslRqmXrUED1Xz -WrcwNY2cirdCrENRIYUmMKP4sJBwPe32S9m6TjLuU60+YTLI/JQUbZCV/gHV49w= -=7/Ln ------END PGP SIGNATURE----- diff --git a/tdb-1.3.3.tar.gz b/tdb-1.3.3.tar.gz deleted file mode 100644 index c995d7d..0000000 --- a/tdb-1.3.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:54deada2ef37127efdb1bc67b281c72fa973430b1c6ffe47929296e8f73b4f0e -size 482682 diff --git a/tdb-1.3.4.tar.asc b/tdb-1.3.4.tar.asc new file mode 100644 index 0000000..004c4a2 --- /dev/null +++ b/tdb-1.3.4.tar.asc @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1 + +iQEcBAABAgAGBQJUl9MRAAoJEEeTkWETCEAltJ8H/0wk2yj/7i9QhblVP27OSYr/ +YSleQYW1xQdi23yJ4AEfRqecdTIGhUpP+XmpBMvQa27oXwX0lw0KcD6Z2HMX9G// +0h2VlCW8BEoUwCuqTczGcDRRkgx4mhrGF72JnIxfqL8C1y2nj8uss00fDWyoZFb4 +4mhj//GHA8P2AFJrATcHJqG8n4HZvV9dNKebSp3wwQK4DtpKC5S0Uw4UziVy80h1 +4W26YbRitWr+FOfRx6CR/6wcDSPb/4WNwwHbo3ncwNHtDwElNVOded29UKZiAKvy +u3XmMj0AgZbPeXEFH5clg8qcoHU6EJmlsA1SDpI55WI3AYvqM9H2HOqJkP5cMwE= +=iwgL +-----END PGP SIGNATURE----- diff --git a/tdb-1.3.4.tar.gz b/tdb-1.3.4.tar.gz new file mode 100644 index 0000000..61208f5 --- /dev/null +++ b/tdb-1.3.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f585cd53b49cb1f11f4c5aec404d0daa0c9bc5568790b09f5eb3b79315511729 +size 483140 diff --git a/tdb.changes b/tdb.changes index cf0a4e0..fd024de 100644 --- a/tdb.changes +++ b/tdb.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Jan 13 14:50:54 UTC 2015 - lmuelle@suse.com + +- Update to version 1.3.4. + + toos: allow transactions with TDB_MUTEX_LOCKING + + test: add tdb1-run-mutex-transaction1 test + + allow transactions on on tdb's with TDB_MUTEX_LOCKING + ------------------------------------------------------------------- Sun Dec 21 19:09:06 UTC 2014 - lmuelle@suse.com diff --git a/tdb.spec b/tdb.spec index 06fed56..560fe26 100644 --- a/tdb.spec +++ b/tdb.spec @@ -1,7 +1,7 @@ # # spec file for package tdb # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 @@ -34,7 +34,7 @@ BuildRequires: pkgconfig %endif BuildRequires: python-devel Url: http://tdb.samba.org/ -Version: 1.3.3 +Version: 1.3.4 Release: 0 Summary: Samba Trivial Database License: GPL-3.0+