- Update to 1.1.20.

+ ldb: fix logic in ldb_val_to_time()
  + ldb-samba: Add comment dicouraging use of schemaUpgradeInProgress
  + ldb-samba-tests: Add tests for transitive matching rule
  + ldb-samba: Implement transitive extended matching

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/ldb?expand=0&rev=62
This commit is contained in:
Lars Müller 2015-03-01 13:41:42 +00:00 committed by Git OBS Bridge
parent 437e8fc6d8
commit c22e8ead74
6 changed files with 25 additions and 16 deletions

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAABAgAGBQJUl9OUAAoJEEeTkWETCEAle88H/2rvoj/Dpzr7CAnpXD/z2sXC
ICiAmWqONBYOqG8imbSzdgRrSzEm7m2rG4UQqpFMsE0ei0qFJGBjwDDE+CpEyTvt
/Z+RoZGcG2IebBafv0w1Gu5nRLchMtDAUTwXTB+s7IAXTChS+Uuf3vFXFO/OhtUt
qDjyHbb0Ubr9OSkPnbxx43uZafcKVzO9PjTIGCl0HNls4VPAerM49NTfds/VEf3D
TC22LXrqQYftZLdH7LWZClPbkDymYVQx/ixACSMdavqfmqiPCwXHzX7gN7ajSQM3
n39vAU4SoEsgCCmsuciURMUzclhcI6mkLeahbLXJgBd1iZQ3NA3u9Jo3t/ID3CA=
=etmM
-----END PGP SIGNATURE-----

View File

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

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

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAABAgAGBQJUxRMyAAoJEEeTkWETCEAlvxIIAJN4SxNt73+vPgFros9Bo52A
svw5He9qcEFZzchvLBGATem1Jx72hT8/8p+3eLvoGm4xYgCjUAaYBEmyCiGg8O2h
S6yXc19I5XGv3YOuJltB0ZfJ3sW8DDRAy6ZgS/xWClku0BXIPhLo3iJbBQbrAq8L
SRuTNYuFqjd1+VQh6Y9vSivYVHvpQ6lWHx6C+fA0DYH8XqXSS88N3MmZZTFCAGfD
zdHBfPrQZf/seea9wQcXAUxR54Og31UIO6lnCBTtTG6cCr9Ph5W5AH4M3JothbcS
obtOZdTBqtU7unqTx8Whr35ZIBtbjsU3EyonTksVCnr3Owj74ZvhaC9J+RSl/wE=
=XwaI
-----END PGP SIGNATURE-----

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

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Mar 1 13:35:05 UTC 2015 - lmuelle@suse.com
- Update to 1.1.20.
+ ldb: fix logic in ldb_val_to_time()
+ ldb-samba: Add comment dicouraging use of schemaUpgradeInProgress
+ ldb-samba-tests: Add tests for transitive matching rule
+ ldb-samba: Implement transitive extended matching
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jan 13 14:57:29 UTC 2015 - lmuelle@suse.com Tue Jan 13 14:57:29 UTC 2015 - lmuelle@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package ldb # spec file for package ldb
# #
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -40,7 +40,7 @@ BuildRequires: python-tevent >= %{tevent_version}
%define build_make_smp_mflags %{?jobs:-j%jobs} %define build_make_smp_mflags %{?jobs:-j%jobs}
%endif %endif
Url: http://ldb.samba.org/ Url: http://ldb.samba.org/
Version: 1.1.19 Version: 1.1.20
Release: 0 Release: 0
Summary: An LDAP-like embedded database Summary: An LDAP-like embedded database
License: GPL-3.0+ License: GPL-3.0+