diff --git a/tdb-1.3.6.tar.asc b/tdb-1.3.6.tar.asc deleted file mode 100644 index 0b62784..0000000 --- a/tdb-1.3.6.tar.asc +++ /dev/null @@ -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----- diff --git a/tdb-1.3.6.tar.gz b/tdb-1.3.6.tar.gz deleted file mode 100644 index f6d3d45..0000000 --- a/tdb-1.3.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:85d7dd247e58d8b303de542a2bc39a3dff9e5f54dea39a94c1c910cee25a59a5 -size 490881 diff --git a/tdb-1.3.7.tar.asc b/tdb-1.3.7.tar.asc new file mode 100644 index 0000000..128ac77 --- /dev/null +++ b/tdb-1.3.7.tar.asc @@ -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----- diff --git a/tdb-1.3.7.tar.gz b/tdb-1.3.7.tar.gz new file mode 100644 index 0000000..8b28153 --- /dev/null +++ b/tdb-1.3.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a64d95ca0cc06a28fed24c6e952aed7660cae04983108735d6bc30b925136412 +size 493847 diff --git a/tdb.changes b/tdb.changes index 6a578da..a325bb5 100644 --- a/tdb.changes +++ b/tdb.changes @@ -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 diff --git a/tdb.spec b/tdb.spec index 2e4081c..a253b24 100644 --- a/tdb.spec +++ b/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