Accepting request 317882 from network:samba:STABLE
- Update to version 1.3.7. + first fix deadlock in the interaction between fcntl and mutex locking; (bso#11381) + improved python3 bindings OBS-URL: https://build.opensuse.org/request/show/317882 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tdb?expand=0&rev=22
This commit is contained in:
commit
3f74b7ad6a
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1
|
||||
|
||||
iQEcBAABAgAGBQJVe4D5AAoJEEeTkWETCEAlc2MH/18d3dtsFNnT07m3wsYQoOpD
|
||||
qCQkVuBlCM6f8pCA+/mk/eqCzzLOlg8w3TseP2yS/18jCYFfVA49Q79dRgzsYine
|
||||
t9BzLazkztQx4Et1NnLH+4Nx8AunG31H8ydTH+oge8FXQFnDXtXuewOS870iEu2V
|
||||
L0mClmFSj/Dsa6RqDhHFtTUVexxCqfNilN6lMu120OG0r5nlzYV9VPZNaKJWaSla
|
||||
Op7ZwNMaNTMV641iUjJgpaTw9Ko28FPTZ/j4mWjvXNSn/duaqYRVtmfG3Gk+j5AS
|
||||
Ls7LgOZQzxhlzW6lUqcEQT6x8ZpAUs+IfoxuBiZrUS1+XZJBNmiQUiaTMVQRqLM=
|
||||
=xSy8
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:85d7dd247e58d8b303de542a2bc39a3dff9e5f54dea39a94c1c910cee25a59a5
|
||||
size 490881
|
11
tdb-1.3.7.tar.asc
Normal file
11
tdb-1.3.7.tar.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1
|
||||
|
||||
iQEcBAABAgAGBQJVrq0PAAoJEEeTkWETCEAl2WgH/iTyRgHFH4Dn0620fEa+1LCP
|
||||
XRA3MXECncPu5+q4M00KHGP/Xdns3m48+qa3H05I03eT4x6u99HK1esKXVgUentH
|
||||
f0m/nsuT90AiLzajkCoJSVrChD9u37beE/sYqPsNwXuIuqtqkaTyPYvCIGnrjw25
|
||||
+bhVcMfq3ISqS4k7mmb5ljVv+sQ6nYiGwioA6QI2TjitqkvJrZEEe7BfKTMDDYwC
|
||||
2eFgcjFxkFHIWUxSDn15Xvl9Zlx0Kp1Fslaurjl7PKRhfhzWKomfyBiQrY7bD+fU
|
||||
WKsH7L/xTI+qBw5t1U0nSgyXjOD8yng39T0gr0evSgbqkbVcfakkoy9QSG+kVNQ=
|
||||
=Dqpt
|
||||
-----END PGP SIGNATURE-----
|
3
tdb-1.3.7.tar.gz
Normal file
3
tdb-1.3.7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a64d95ca0cc06a28fed24c6e952aed7660cae04983108735d6bc30b925136412
|
||||
size 493847
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 22 07:37:56 UTC 2015 - lmuelle@suse.com
|
||||
|
||||
- Update to version 1.3.7.
|
||||
+ first fix deadlock in the interaction between fcntl and mutex locking;
|
||||
(bso#11381)
|
||||
+ improved python3 bindings
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 27 16:53:13 UTC 2015 - lmuelle@suse.com
|
||||
|
||||
|
3
tdb.spec
3
tdb.spec
@ -34,7 +34,7 @@ BuildRequires: pkgconfig
|
||||
%endif
|
||||
BuildRequires: python-devel
|
||||
Url: http://tdb.samba.org/
|
||||
Version: 1.3.6
|
||||
Version: 1.3.7
|
||||
Release: 0
|
||||
Summary: Samba Trivial Database
|
||||
License: GPL-3.0+
|
||||
@ -178,5 +178,6 @@ DESTDIR=${RPM_BUILD_ROOT} make install
|
||||
%files -n python-tdb
|
||||
%defattr(-,root,root,-)
|
||||
%{python_sitearch}/tdb.so
|
||||
%{python_sitearch}/_tdb_text.py*
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user