- 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
This commit is contained in:
parent
a745e2d2fc
commit
f04c30be0a
@ -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',
|
||||
|
@ -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-----
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:54deada2ef37127efdb1bc67b281c72fa973430b1c6ffe47929296e8f73b4f0e
|
||||
size 482682
|
11
tdb-1.3.4.tar.asc
Normal file
11
tdb-1.3.4.tar.asc
Normal file
@ -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-----
|
3
tdb-1.3.4.tar.gz
Normal file
3
tdb-1.3.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f585cd53b49cb1f11f4c5aec404d0daa0c9bc5568790b09f5eb3b79315511729
|
||||
size 483140
|
@ -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
|
||||
|
||||
|
4
tdb.spec
4
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+
|
||||
|
Loading…
Reference in New Issue
Block a user