libtdb-devel-1.4.7-150500.1.1 >  A cp9|1ƕE#$ rsTb[ 0kC".Q{6"o䞛n>r9< '5sH^puLg ն,2/Koؑk]['6"K,y -+ W9oQcqAm  k!l87X &_@.FB3$d#΅U+[.c7D,2wJaS'$a7949143400272c858313e8fb8d597cce342d43ae5fc3d03ff3e4b508d1cbec0ecce439e136c7fa18d8f64ec7b5356400f4691b0adcp9|'$AgRɘ3\:֝}<Ի)Izm U^PEʊGb%_JUU|@WVi$#EgE*`gBm_kI)](`#5 dɉUvS*Crt+ 9i wj<ꍙΞK饙|5|Ӏ(SJ|d*vŷ%Ҝ/z]6HKL Ydh\]Ԧ<~J7ۧQ,- ANL>p>"?"d  ax| )/8H P X h , @Pdx(89:FGHIXY \H]X^xbc fd e f l u v w!x!y!z!!!!"Clibtdb-devel1.4.7150500.1.1Libraries and Header Files to Develop Programs with tdb1 SupportTDB is a Trivial Database. In concept, it is very much like GDBM, and BSD's DB, except that it allows multiple simultaneous writers and uses locking internally to keep writers from trampling on each other. This package contains libraries and header files need for development.cibs-power9-10SUSE Linux Enterprise 15SUSE LLC LGPL-3.0-or-laterhttps://www.suse.com/Development/Libraries/C and C++https://tdb.samba.org/linuxppc64lebTqccc9e8f04ecfac3fb00ad1e9cfe8605b5336219dcb5f68c956b76b3ffa86a88863ef3d0a4df02878be63a24770ba4e698b6952dccffbb59869f971ff6996cfd6b98b1c6ce6d8dda6d96db33efecea16f0f7b880895476124fd54a83044e9401982blibtdb.so.1.4.7rootrootrootrootrootrootrootroottdb-1.4.7-150500.1.1.src.rpmlibtdb-devellibtdb-devel(ppc-64)pkgconfig(tdb)@    /usr/bin/pkg-configlibtdb1pkgconfigrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.4.73.0.4-14.6.0-14.0-15.2-14.14.3c%b1@aD@^b;@]\~d\HW@[#@[j@ZY*@YY\YV=@XAW;VɦVɦVC-V3[V,@U|@UU@TT@T[bTO@dmueller@suse.comjcnengel@gmail.comscabrero@suse.denopower@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 1.4.7: * configure/Makefile: export PYTHONHASHSEED=1 in all 'configure/Makefile' scripts * lib:tdb: Reformat shell scripts - spec file cleanups- Update to 1.4.6 + Drop obsolete patch 0001-tdb-Fix-invalid-syntax-in-tdb.h.patch + Fix Python docstrings + Use atomic operations for tdb_[increment|get]_seqnum + Raw performance torture to beat tdb_increment_seqnum- Update to version 1.4.4 + Fix a memory leak on error + python: remove all 'from __future__ import print_function' + Fix CID 1471761 String not null terminated + Use hex_byte() in parse_hex() + Use hex_byte() in read_data() + fix studio compiler build + Fix some signed/unsigned comparisons + also use __has_attribute macro to check for attribute support + Fix clang 9 missing-field-initializer warnings + pytdb tests: add test for storev() + pytdb: add python binding for storev() + tdbtorture: Use ARRAY_DEL_ELEMENT() + py3: Remove #define PyInt_FromLong PyLong_FromLong + py3: Remove #define PyInt_AsLong PyLong_AsLong + py3: Remove #define PyInt_Check PyLong_Check + tdb: Align integer types - Drop obsolete patch ignore-tdb1-run-transaction-expand.diff - Fix header file using undefined function visibility macro; Add patch 0001-tdb-Fix-invalid-syntax-in-tdb.h.patch; (bso#14762);- 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.ibs-power9-10 16714761961.4.7-150500.1.11.4.7-150500.1.11.4.7tdb.hlibtdb.sotdb.pctdb.3.gz/usr/include//usr/lib64//usr/lib64/pkgconfig//usr/share/man/man3/-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-SP5:GA/standard/8ac1c7d1659d6578c9ca99a3d156d421-tdbcpioxz5ppc64le-suse-linuxC source, ASCII textpkgconfig filetroff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)PRg U`Tqutf-87daad076836e27e6a558a44960c2fa84e1e3433a8ae9f61ef28f02b622dddda2? 7zXZ !t/K;] crv(vX0%TyOuĽFcGΑ9$<G7>?-ޞx~೸XO-]W!n\i"@; >b:>!HK7 d\J[sFcQ6lA0'J+'NUs4I@VvYޠ$.Jf.úR_UwRCkJA-'ryӈ Zatg7?@¡EZȷ_Ӭ5!crx> N1 Rft͹UVEBpppOgRI3 Ebb\Fa'`&lJ]y]|\sկghX =cyGSds!DWz{1|.BVjEaMg(GfOLGy%3M{ yУʯxOiď6d=HCi qiJ ~%nY$ȅ^ڛo=N+I&cl]D Ɂt6ъP(W>(_Fzf9:so}+o J,%y9Y &15Z0J5dYe*V~ U`ui1<I4WLsVR=M*C93"L#aqD>C?_aC)+EP+b/c ;\HIၥf9CML+Zru[`c]`lj"N :Nۋ,]TP’#ܿS~#SpZC0geβ\wdN7`#YVRI2v(D4V͂~/wҟ^sl 91K9kx)pN;ͩ8Ǖ890\|Ӯ+~E6MO҆F+]l$ȆttF:I5gTS:J]=L2%rp`e:v$v/\qNmzQ;]4:i̕?Jxrf |.`ܨpMv͓w_^G°| QՐV]Oz3AP&3D H蹖|"-?(q;:$x Onݜ7u;ih*<Yo q+ԕ] /#Çe:eϭ^$*$#ẍ$i!QUS뛦f#¯R b5  3^ E},uJ U3>71wP\1X{0Ā uhHjB"?X`n:c;zրF~| , HS QQ{'ڗfSyONiK;ww,+i5"D$Bq%cv} q&BkƁ2i7?ݞ|e@vMaZQŅ|TQ{q.J>k*yR)<Pbv}(CUWcyYӊ0@ik;V.xmG)ۈ$azr>ᆸvq1a܃~PG-tn:a;XH$+R7=;OLZ[Srm?9$Iѳ.\f&FbF:w1 5㟀l֦Ӽm2c5xTblITwT; Sb$ HrTiTnV;SZ$әUd" {d>MUt<[AX| {nKm{ zUfp1`a*R`Bĕn ~hW@-ЄCW0"ovw7S4 P=_F]!r6j`x~{x7F(Vz7&mr AI5J!Y|ԜP "a==D\*TCQ=a|LD4hP,gU0?uJhP8FrpӺK$^X@9$HX;< ˺ U4b;SH-m$B:"KMESI2&FpUJ[=)dH>ݼ~mݗ4yQ*7x!ov;G:ش`xmhж}Di+iإXL%vwC@rL5uq LNNH'=/'%16}J|| .>UUGgŇ5LEkNZ ==mt,@t, :-[t<݉ 4!HR%|6j&6=]b/GnMUHK7}@#dr,}0)68821ǠKyK>o>e*SCEOFp-* fZ9? JvuLk_F*5Aw.-g^lR^-T6 ]RtaSVfF}|jUXUI k=}ke,cz/k8Jc$d}S bdV#i5縫Mf\y6n|l5":+/13vj4`:c#juxӚ 9s4F*[(wshO`?,"(Bbdɰ<3C4Lq*YWx B%'C^Ga&es*)L *7;b'GDT="B@*aʯP"+]WFKg)i95T)ȖkY`RHqvj>O;C:TzZ5;lZoM% /xPX`<ђ*OEnE\N""l63*Ѫu6 %]x9/ a~@q([9dJC3@j}պLַj+Yy( *6mbJ[N{K#. / f%!]`p7X ҝlS]JKeLL4fWXZ@ OI O_SqO]j3]6=)o[SwNhWHPd\}0E{> }xV`L&WNƺ&K *wﺱLw7=#ȷ9 vPHaw8T8XP8 XvJ8\Σ('~¼45wwK]dV'r~*ٔD|'O˯8Ġ֖jI: v$F=tJJǍzXCSMI 3w1O.Ӯ&2(G(I.>DlVxw9jbdf%axrAM0p)qqkv<Xձ1rRhY1ui6b"(ԕ.=jF_+U\}dsݮw&3 Y(^T{3UY>]QVPQ {BYE謖#P%U`[59bYH ^G)e,U#i1h{5-"sGLz4oCtb.nmp**+n]T3CcX|yֈHnBvZq;GxN2]2dt^72&MCQ\i0+V_+eE ,Եqr'`/燵8$FVz>:R;9*ब{y $ Ln\FÞS|=eVmg h_tQBϭMAqBLOIV׵k!S)FXšc c. 22*Dn@v"4~L8IL"lT2rgHC92RٿZͼZ|q" ~ߍ9PC@Kĸ@N^_Ŧo%J L`$4ٞ]-lZx/뚸IZzEȦѤO.~sdyia8SN)w[~P22 u2&T l^oG_uRUԥ3Oq^ˆ~;j95`jYf&w$= :0Ddc+5QJXWd%A7#y"$6Z<3{$ K֐1k=| &wٽZ{Ndƛh!~O<ujC\'xCNH]89?P.:|@҃COHec kBeNSf]YNz;f9Cy)I=bԉtJ&۫3@A/̹nYL5Cva'](j^'_ 7uiy6_:aBgP-^){==:"ħ?X3m O9ÔЌ9azU~u}_VUFw)ɧ1"mJu;* ORGN<5W5ިa0oM=|ΕN8"R5.Qn&?ĵVl }DG & հw#B4ySs,cC`ϐRw*̐=BaR(U|Ǝg.,X#X~`/=?,hb4O4㢛z9JnrrO?sgeꑰ V{n\"$`ᲄ=>FjP(FLWRЃeC])@]!mMD$)W< K:HUF 8,BOFaY^v,2UO:5 Q׸ "}[| 4RR. vHR$VȥRZ2jZzynWw H<G*֙kR?BD92z8}^Khh*XCY}ˍ*TԽVR |7,Nݗ,LDPnh핷!~hh>c3q1/Ү.4 }"Wp PW(Uĉ8([.w>ʛslH}$u^j'A߲X{^ 'zk=xͫ6BzOޡe❸Mg%yX`S/I^ [x/F#,+'[+obW5CЙˇޫ<%s8gV ܉xh(ѱs_:棕l1:"c֫nDfp,!h@>##烃vn+3Y焾b>L:9[ AuZ͘>J1j럎ƅsgc붦5(hLT`yz`$foN;&—u< G@hܣ>q8JOs$VGJqȮ{78b߽]? s-:joVV%J,oO#A=vw%Ίe;iᏼ?Z K{PK]؃lSИfO[lQֈpa&WLNu'=JSNkT=q5.eb`8֕ Lwb3E9ykvFl*XX"c pR蚻 4M9[NdAa a%2hἎFS TAH'f+lS`{G{)OdbnD3ب{7BySݍ(U%D+Wr%BF_]_{; J/ҍo:DCVYrY$&N~hM:ؑDT}j=si(mfdqN f4Q#Q}z^!I[&?Uw'sv&ؗ𒰔w=G;]fT,J褣D8()xLIbxHys3vUEuUX3{*IɔxX?PgǾhEp[hxT2@18'Hacݸ2 QL?_E{É'_$o'/+_l \$26r*~^9|MEDhTUÆl\fhlao8DkQă"rB.,,=Cg9<ڼ&ݣ{AF\+YGkO\n5&r<;%~*pMnK UN|jC!ؿHwEL_9iX3i3TT/|EK變Ѻ;1[KG]8ݗ|Zc4^4ߓdh蠆G٨%qJLܙ#hL66j>%krʼ(Ϣ{JsVto>fT/<>1s(PUnhPu+MtK-yjJeM/[{9YjxhohOdb-˥Qh#nJR+ʫ"QZ5VC^Y3Rnj P^it)=@Zr~/]^[7EljLaM6/Eս)ǯwi_h7/|S*w`O~`<~M'4u-.V:K%]nU4鯷%4+@ԉnMPn&5$:EN_[y犅^S5DJG2-=;S8+Bd(Σ@oJa0IkŰ yO Xj&C &v),>,:wk S Tqr[ď{~nPXWkX@L6*evKn~ BHHĜgNZn")QvO }1T*EHH ꀘy78MGYTJ b88܌vwjzpֳtsX54Wۘ.v=}R9Ui()N3rFqٻxhu1s7Om1dU?Ԛ>R?I͑kIlxi2mfwHV|jG Zl:(xZv8t9_QR!-!K "[I> ?,a({\o9x3GS, 4g$ U!(KP~z7߄\sq^|xT+—Kxw{GHxvN"` onXܯ 2\V eEmE>Wbq>Ր躒m"PsLDdr8W,Z hB2ە>ZX0'/I'ځc$ǪmM63pyc M(Yw-•uNSYiק;agK : Vcx\d;bR&}~wpRrKq_mPQdEnqA˻@6u=d6G h|%ί ʌl千NJb)[ŜC|@=%*^wer*IWm< T]7Na8iQD*ޓ+Wm+;VYHs}=]-YjN%g G[7t-,.;Sbr,^' R+g1m:K`|U@b9j- ^Y~ZjOsz=\tl ]uCf#3r#k$ Xq:J sq }Z-1E6b[ >I@u[hd`oDQFd!:C>k°KHBo{,Uh"HHn; hO KgԨҜX3lW׏-N 5>= $㘣B3f|>F}T6-;+Er&{dk4g^`t(1c [V^dJOD&U},6ƍPJ`T#X܆H- @!v5)ZL%F:d,r+FוEk< jVoWσ;CK~>5_(Y }P Ѵ60oXq֚**|$-搲wɏxhA>1d^eU+uW/PQϐЎHK>>hbO f!𙺖~i&$L;fۣxQ4t=QIa!3–J5o]xvFЅM2Qr~)(Rt\GWs"a谡ǽ+1XjUzYvorրb-|d61݌WNp mݕT>?1oQZ4ڜ:n;DB{[YcZ;Jbghk| w$`3J5FUv`Ǹ3n `dɂWr[бz(:;bȔH/Bh[p>רP{;cI]ZzJ6\V=l*3 ' VE>3y,+ZW&~辊9#VT4?؇?jiqw_0;7% w\݃ (I:`iFo=n#nt շ^ܙokY2#bsla&RL"HR 2۳P zY<#n^M(F¥,*\d36Y$IeX1;&-W6}7pStdʚz0@dJXe mII{n%)({CЈn0| u6K Xxk-=z!P^ҌoN]]Krv7zi/:?eX*HJ>!+k|2ȼųPD@~.Pi9iTTBbPw>|` eAd.lVDu"+Ly`?]EJHiֈ7}9., __iϽ@W5'p! U(G:~\3cwSe8WBL 3|+N 5A4׬3ϓ<1Ay!+ fŊ:?9ٷw_&Aٱ7LMĐ!Cg,͖x0uK;=HAP knqĂ4T$ɐF&[tdal`7M5xS nDJtH3e5=Lpi'U1 Ik+̣F41J>jTHt,MhRh_LI,EivAf΀U@$C\Zq8\1z/^̤ŹXJr7s)O灑k} R)Y]#NeX:}!H_>ێoJ֊pP*H WZ5i,G/Jn$i=")kPwv=b3&^y*u\{)o#WۅB9GEVLf@99KB!7DZ pX@fZPZ'{t^3C(N\aYٷTgOd!2W `W WyX`ƀ LNCT FW8Sc6slqJE2_ 몙d3vMi,셯hoLixD+$F6SO C-8͚/0GV.9`S{R,.V1w/pfs7-sz&![$<0fF' vG-,9琯ƒy18?|>Hboaw~b4jQ'hЗFσM% ֗;GlogEz]ŝ K83 k{u1Ս:Ԟ*yaGgއv,$J}FU,TP#ꆲ]*Mij-+ٴha