python3-tdb-32bit-1.4.3-1.40 >  A `15p9|5'*2G'<{;mPW삽CQeˍ,LQƦ0)~m~zѪŠ$PJ 6?L-`p_V *Yxtt:kmx26@q2K8QWSs%=np>B슉2*Z6W'*199a49789878652ec10afdd757c1145fd7b45f76c7ac1176955c3ee4416cbda3660da571d0c291c0a78d79ad19a1e140e86c0850<`15p9|R0Ž!ېK>0=<&MlfL/M5oSh@w SV$^q\Y*R JRq~78oĂuEJmVd'؟I=g PL}Nޱ!!#[j!oC -Snkhwz֣OtJu]Ȼpz4:cKJ7] դ͉8 %"j;:Y?,|1ئ[ƸjtS18:sx=A]H>p>?d  D *07HT Z ` l  0 d ^ (89:>]GhHtIXY\]^b*cd=eBfElGu\vhwxy<@FCpython3-tdb-32bit1.4.31.40Python3 bindings for the Tdb libraryThis package contains the Python3 bindings for the Tdb library.`1/sheep25[SUSE Linux Enterprise 15SUSE LLC LGPL-3.0-or-laterhttps://www.suse.com/Development/Libraries/Pythonhttps://tdb.samba.org/linuxx86_64/sbin/ldconfig[AA`1/`1/`1/be50bfeb423d6e543d31f6ffd8a42ce9384b989fc84403a244cc3a240d1ff8c6rootrootrootrootrootroottdb-1.4.3-1.40.src.rpmpython3-tdb-32bitpython3-tdb-32bit(x86-32)@@@@@@@@    /bin/shlibc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.4)libpython3.6m.so.1.0libtdb.so.1libtdb.so.1(TDB_1.2.1)python(abi)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.63.0.4-14.6.0-14.0-15.2-14.14.1^b;@]\~d\HW@[#@[j@ZY*@YY\YV=@XAW;VɦVɦVC-V3[V,@U|@UU@TT@T[bTO@nopower@suse.comjmcdonough@suse.comdmulder@suse.comdmulder@suse.comscabrero@suse.dedmulder@suse.comdavid.mulder@suse.comjengelh@inai.descabrero@suse.comscabrero@suse.comscabrero@suse.comddiss@suse.comjmcdonough@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.com- Update to version 1.4.3 + Upgrade waf to version 2.0.18 to fix a cross-compilation issue; (bso#13846). + lib/tdb/docs/tracing.txt: typo fixes- Update to version 1.4.2 + Build fixes + Improve the performance by inlining the tdb_oob() checks + Do not propogate any errors from tdb_repack() to tdb_transaction_commit(); (bso#13952) + Remove Python 2.x support except to build just the bare C library + Remove --extra-python (a build time mode to produce Python2 and Python3 bindings at the same time) + New minor version to allow Samba 4.10 to release a tdb if required from that branch- Update to 1.3.18 + Fix build problems with older python versions. + C99 build fixes. + Fix standalone build of tdb.- Update to 1.3.17- Update license to LGPL-3.0- Update to 1.3.16. + Fix build on AIX + Python3 compatibility fixes + Use tdb_wipe_all in "erase" command + Harden allocating the tdb recovery area + Make sure the hash size fits + Harden tdb_check_used_record against overflow + Harden tdb_rec_read + Handle TDB_NEXT_LOCK_ERR in tdb_traverse_internal + Fix build warnings- Remove the conflicts between python3-tdb and python-tdb. These packages don't actually conflict, and need to be installed together in order to build samba with python3.- Remove %if guards for blocks that do not affect the build result. Fix RPM groups and summaries. Ensure neutrality of descriptions. Drop very old SUSE support. Replace old RPM macros by new constructs. Remove some useless ldconfig calls.- Update to 1.3.15. + Add protection against EINTR. + Truncate the file after expand failure, ENOSPC + Use posix_fallocate() to expand the file + Fix GCC compiler warnings- Update to version 1.3.14. + allow tdb_traverse_read before tdb_transaction[_prepare]_commit() + Improve documentation for tdb_transaction_start() + Add new function tdb_transaction_active()- Update to version 1.3.13. + documentation for the tdbbackup -n option + correctly upgrade F_RDLCK to F_WRLCK locks + tdbtool: Add "storehex" command + fix robust mutex detection in threaded applications (bug #12593) + improve debugging of transaction lock failures- Update to version 1.3.12; (bsc#1032915). + Fix mutexes on FreeBSD + Only mmap the mutex area if not already mmap'ed + NULL out tdb->mutexes in tdb_mutex_munmap- Update to version 1.3.11. + performance improvements + make pthread mutex code more portable + avoid a race condition when checking for robust mutexes (bso#11808) + Remove use of strcpy in tdb test. + eliminate deprecation warnings in python tests + Only set public headers field when installing as a public library.- Add conflict between python-tdb and python3-tdb.- Avoid a file collision for non SUSE build targets; (bsc#966174).- Update to version 1.3.8; (bsc#954658). + Fix broken build with --disable-python + Minor build fixes- Add doxygen at build time to add the development documentation. - Disable rpath-install and silent-rules while configure.- Add python3-tdb; (bsc#951911).- Update the Samba Library Distribution Key file 'tdb.keyring'; (bso#945116).- Update to version 1.3.7. + first fix deadlock in the interaction between fcntl and mutex locking; (bso#11381) + improved python3 bindings- Update to version 1.3.6. + Fix runtime detection for robust mutexes in the standalone build; (bso#11326). + Possible fix for the build with robust mutexes on solaris 11; (bso#11319). - Update to version 1.3.5. + ABI change: tdb_chainlock_read_nonblock() has been added, a nonblock variant of tdb_chainlock_read() + Do not build test binaries if it's not a standalone build + Fix CID 1034842 Resource leak + Fix CID 1034841 Resource leak + don't let tdb_wrap_open() segfault with name==NULL- 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- Update to version 1.3.3. + test: TDB_CLEAR_IF_FIRST | TDB_MUTEX_LOCKING, O_RDONLY is a valid combination - Update to version 1.3.2. + allow tdb_open_ex() with O_RDONLY of TDB_FEATURE_FLAG_MUTEX tdbs. + Fix a comment + Fix tdb_runtime_check_for_robust_mutexes() + Improve wording in a comment + tdb.h needs bool type; obsoletes include_stdbool_bso10625.patch + tdb_wrap: Make mutexes easier to use + tdb_wrap: Only pull in samba-debug + tdb_wrap: Standalone compile without includes.h + tdb_wrap: tdb_wrap.h doesn't need struct loadparm_context- Use the upstream tar ball, as signature verification is now able to handle compressed archives.- Remove dependency on gpg-offline as signature checking is implemented in the source validator./bin/sh1.4.3-1.401.4.3-1.40python3.6site-packagestdb.cpython-36m-i386-linux-gnu.so/usr/lib//usr/lib/python3.6//usr/lib/python3.6/site-packages/-fomit-frame-pointer -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:SLE-15-SP3:GA/standard/15ebfcfe5753211798b3ea50222abb5a-tdbcpioxz5x86_64-suse-linuxdirectoryELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=c5b58512d2d43f3d35f91c32adddb292f070cb8c, strippedRRRRRRRRutf-8f0c5e111090d28e37bfdc68656a6ec9fa55a8f0918cfdb13a3a1455a0bbf9c07? 7zXZ !t/]G] crt:bLL ׉[BϹ:,3O#Գs?9c$@"`Q{x4>h\P54f閿˧~uXxS|^-ؿx6,md#*ISddihXL,JˢD/}Wn([?Q.O[|_H}/>.A&ؑ;r w?i];)IP\ol-'a,tPK:FÚuTn {LB:ܷ8';D^GQbbsBcMeԬ{IOM+OY%>Nב./u[3Ƌ #V@{ݫ=H wI2/$D~m׳_RXIY r$-ri8FO?493\۪N1X:R_/|v'5n:v?z݃mI F?Kr9$1LPe-@сA 8 9zɉErN)Jβy"1:G頻L 7 o{otِD0@Y>9/s:$N@=Rޚ>)+C)L| LO F,k6d8,`1{YWrLz8nʔ ruزfY9h/s!&rwCI # ҨBƙҖ,@F0rasBh5$WrYoyeZ=iem[xa؆3]7WMVu򚧉|5q᥷0;BJΌo͍ef{IbI"! ( Q8_|[G..O;a'GvA<'^Nm/ كMVԅT+23<$\T6b㸝Qf_ ϗ}ԅ(I'Q> Cd a'90Cfks)8)v:F ǡW 9Mzrqc1-)%a|H)GKHԀG}LxɟoJZ+'l+4)yp[ zxucz7C9- 1p 1 NL00FD]%_ 0g3sN.3hOY5:?}]}M r<>7Fe]00~\1Bݯ})aۍNI71 ;goY*׆bHz!uUZ:EPj53fbzGWkj ɻur;;*Ίӌ't`͍g۠DJT1^9PTy-$H;_(eu\vZA7|jUc W[ 򣥣u[']l#9N$jn-, {I35 mKIqDMaqv̦JKi$(F=cK2W(,0ζ+ C @:/ lSh@^Fm*/!ENxqi\W( ̥Ԉ+i"$5$W]٘[995wb4A*_ijaYkAFO6kd%%_8Jpr5ȯB(魁'o6f}æ^?)`Ңe"RFN}VvFŕC"?cl=8Kq31)zb`JKw2AװSc!$eX]QgQ|Ք VMCKU5܏/ke.1UݝD,C1**Ei ){/Ku, ϤSS?ro#-qCnF[O aĽ+%_߂#A+r5^bbah~Wj(k$>2hr53VO{hVp1]0F`.R|)c '<º|J _ Q] :{0nKuj LLJ>k Otcץ/>UlBN%ӼlS"`ul~ԈV[>ۀy{FԢSN趿wQNvj z1zvlu;j w=@>"w2#T_t ]_[$p: -uAGqG͊E=,p1#!}.(RF\Wq[kGP2_$E\]);^|ZuYqqP\^ KGZkI2n4&/2o.@<ap8J|n76mۏR>7;y H2 DgZbje<|Y6vdP_y(B3o"dʳ|?2?jLT'NIVn!JuHAi<[F#RX@'4 9pJ 1cx_J([[[r;)bs۩0~, n'6- =XB&va6]r;r»Lz2a3 <16p\.ܡXfuwwZƽ)1ʓ(mZԛ.at^?\e^\|_2\葫Ȼr(nHV#?K + $@ywqgS/L?)^DnڬGX(o";P×|6@6DS2;I3 DKyR# l ֏Z][4,(:=uIPƶ{|>%~fք*Nx; Vj?RM?2\PƜN7nUlR,k:z#:Ԙk qsou]yW۴X5qI//C$S(8ūĜSɌ! Us_s6jM|X]W$4&z$B@%Q)y>,M3fChF6SJ #3 QQ!KIϝo[mu `xNpG`J;=J4:?:څ]qZ| '@8\nϿIY/u\H^#GjS'Uz>#W:*įjhBe뷆gTjAYW/ @(luLRN6?\8+ QW gE4啫ӽ6dm+L ؏ςŨ4 go ]!~zkmϕjPMJlu=}\)'C7yo穲{yy,P(y7=y%ajA7z <:-'&+ |fĀA69|.K}: tϽFGc\ nn\|I/"zey'+B(Bghm\1R9E W҆F`c1͇cyq?46*7CY U U-EPp\̒Ԝx0b8԰6"=v^ W&Ƌ91oUn.v|kqַtL̖ASgr0;OzHS p)M\ɋ`\xeћRe p]9nyBǮ_ Qs"ӔffTmZ ._0b_vͽ qCgj\AW>6(d|)vKWnLyR] 3|u-a(T-ljk$.ԦԀ^em5? hz-)`n8oX.&ѝ!GoP郁 _#܊y\Pj B k)|̥09? ~P qXKjMةGK M]'>j~n sDٳ#<%gwo|VŢ+R,FGoCO}+s5% J|K0xwjM\91LoBa)jkGr0}M%,hIK4ܻN\^A?$L äx 52w` B@WO絻l_@ѸzNՈ[!|PTCc,(ZH瀰8!f*c4