lmdb-devel-0.9.17-lp150.3.3.1 4>$  Ap]xḋ/=„!o8~9A=MxhUr57F!+Q׊@J Tj}[*7`ߒ0jD ئkCG )&I{J0ERzA@{2ꝰ.8}-RGrv!,Vsmk`̳{rXFp`Ө\XT\0C#mFn#|oBsH)8O=}U Q33d6597c6d9e0b8d22081f3799570a245c4b7dbaa194711be91bec90bdc56cd3d0fbd75d6a2f4709f97d227bdf4216714c21555fd]xḋ/=„nDkd_ !3wA 3eB__] ݷ?k`v'' ʵ}UlѮ>ID &`d$X; W±%AYMkEՀY8\Ŧ[qypmH6(¥[G=S#5 T'D$.h;{w`dh9RK0)y媳&FI_͌S8sp;L?<d   =`dlp      N dlvN(q8x 9 : FGHIXY \4]<^Nbhcdefluvz8Clmdb-devel0.9.17lp150.3.3.1Development package for lmdbLMDB is a Btree-based database management library with an API similar to BerkeleyDB. The library is thread-aware and supports concurrent read/write access from multiple processes and threads. The DB structure is multi-versioned, and data pages use a copy-on-write strategy, which also provides resistance to corruption and eliminates the need for any recovery procedures. The database is exposed in a memory map, requiring no page cache layer of its own. This package contains the files needed to compile programs that use the liblmdb library.]xbuild780openSUSE Leap 15.0openSUSEOLDAP-2.8http://bugs.opensuse.orgDevelopment/Libraries/C and C++http://symas.com/mdb/linuxx86_640]x]xca2aa36765a1873211009922362370948545e69da9a498e91b815d07cc8ff3e1liblmdb-0.9.17.sorootrootrootrootlmdb-0.9.17-lp150.3.3.1.src.rpmlmdb-devellmdb-devel(x86-64)    liblmdb-0_9_17rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)0.9.173.0.4-14.6.0-14.0-15.2-14.14.1]%@YWf@VHVHsV+rUU@T=@S;@Peter Varkoly dmueller@suse.comstefan.bruens@rwth-aachen.dekkaempf@suse.comjengelh@inai.dehrvoje.senjan@gmail.comdimstar@opensuse.orghrvoje.senjan@gmail.comcrrodriguez@opensuse.orgkkaempf@suse.com- Fix occasional crash when freed pages landed on the dirty list twice (bnc#1136132). * Add 0001-ITS-8756-remove-loose-pg-from-dirty-list-in-freelist.patch- add soname-configurable.patch: Actually set the soname in the shared library rather than just renaming the files on disk post install (which does not actually do anything)- Update 0001-Add-extra-tools-and-CFEngine-modifications-for-LMDB.patch * do not force enable NOSUBDIR option in mdb_copy - Update 0002-Autoconf-files.patch * build mdb_dump, mdb_load * distribute manpages- Renamed patches 0002-Add-extra-tools-and-CFEngine-modifications-for-LMDB.patch - > 0001-Add-extra-tools-and-CFEngine-modifications-for-LMDB.patch automake.diff - > 0002-Autoconf-files.patch 0003-Optimization-Define-correct-cacheline-size-on-HPUX.patch - Dropped patch (upstream) 0001-Patch-for-LMDB-to-use-robust-mutexes.patch - Update to 0.9.17 Fix ITS#7377 catch calloc failure Fix ITS#8237 regression from ITS#7589 Fix ITS#8238 page_split for DUPFIXED pages Fix ITS#8221 MDB_PAGE_FULL on delete/rebalance Fix ITS#8258 rebalance/split assert Fix ITS#8263 cursor_put cursor tracking Fix ITS#8264 cursor_del cursor tracking Fix ITS#8310 cursor_del cursor tracking Fix ITS#8299 mdb_del cursor tracking Fix ITS#8300 mdb_del cursor tracking Fix ITS#8304 mdb_del cursor tracking Fix ITS#7771 fakepage cursor tracking Fix ITS#7789 ensure mapsize >= pages in use Fix ITS#7971 mdb_txn_renew0() new reader slots Fix ITS#7969 use __sync_synchronize on non-x86 Fix ITS#8311 page_split from update_key Fix ITS#8312 loose pages in nested txn Fix ITS#8313 mdb_rebalance dummy cursor Fix ITS#8315 dirty_room in nested txn Fix ITS#8323 dirty_list in nested txn Fix ITS#8316 page_merge cursor tracking Fix ITS#8321 cursor tracking Fix ITS#8319 mdb_load error messages Fix ITS#8320 mdb_load plaintext input Added mdb_txn_id() (ITS#7994) Added robust mutex support Miscellaneous cleanup/simplification Build Create install dirs if needed (ITS#8256) Fix ThreadProc decl on Win32/MSVC (ITS#8270) Added ssize_t typedef for MSVC (ITS#8067) Use ANSI apis on Windows (ITS#8069) Use O_SYNC if O_DSYNC,MDB_DSYNC are not defined (ITS#7209) Allow passing AR to make (ITS#8168) Allow passing mandir to make install (ITS#8169)- Use a source URL- Update to 0.9.16: * Fix cursor EOF bug (ITS#8190) * Fix handling of subDB records (ITS#8181) * Fix mdb_midl_shrink() usage (ITS#8200) - Changes since 0.9.15: * Fix txn init (ITS#7961,#7987) * Fix MDB_PREV_DUP (ITS#7955,#7671) * Fix compact of empty env (ITS#7956) * Fix mdb_copy file mode * Fix mdb_env_close() after failed mdb_env_open() * Fix mdb_rebalance collapsing root (ITS#8062) * Fix mdb_load with large values (ITS#8066) * Fix to retry writes on EINTR (ITS#8106) * Fix mdb_cursor_del on empty DB (ITS#8109) * Fix MDB_INTEGERDUP key compare (ITS#8117) * Fix error handling (ITS#7959,#8157,etc.) * Fix race conditions (ITS#7969,7970) * Added workaround for fdatasync bug in ext3fs * Build: * Don't use -fPIC for static lib * Update .gitignore (ITS#7952,#7953) * Cleanup for "make test" (ITS#7841), "make clean", mtest*.c * Misc. Android/Windows cleanup * Documentation * Fix MDB_APPEND doc * Fix MDB_MAXKEYSIZE doc (ITS#8156) * Fix mdb_cursor_put,mdb_cursor_del EACCES description * Fix mdb_env_sync(MDB_RDONLY env) doc (ITS#8021) * Clarify MDB_WRITEMAP doc (ITS#8021) * Clarify mdb_env_open doc * Clarify mdb_dbi_open doc- Add baselibs.conf: liblmdb*-32bit is required by libKF5Baloo5-32bit.- Update to 0.9.14: * Fix to support 64K page size (ITS#7713) * Fix to persist decreased as well as increased mapsizes (ITS#7789) * Fix cursor bug when deleting last node of a DUPSORT key * Fix mdb_env_info to return FIXEDMAP address * Fix ambiguous error code from writing to closed DBI (ITS#7825) * Fix mdb_copy copying past end of file (ITS#7886) * Fix cursor bugs from page_merge/rebalance * Fix to dirty fewer pages in deletes (mdb_page_loose()) * Fix mdb_dbi_open creating subDBs (ITS#7917) * Fix mdb_cursor_get(_DUP) with single value (ITS#7913) * Fix Windows compat issues in mtests (ITS#7879) * Add compacting variant of mdb_copy * Add BigEndian integer key compare code * Add mdb_dump/mdb_load utilities - Changes since 0.9.13: * Fix mdb_page_alloc unlimited overflow page search * Documentation: Re-fix MDB_CURRENT doc (ITS#7793) Fix MDB_GET_MULTIPLE/MDB_NEXT_MULTIPLE doc - Changes since 0.9.12: * Fix MDB_GET_BOTH regression (ITS#7875,#7681) * Fix MDB_MULTIPLE writing multiple keys (ITS#7834) * Fix mdb_rebalance (ITS#7829) * Fix mdb_page_split (ITS#7815) * Fix md_entries count (ITS#7861,#7828,#7793) * Fix MDB_CURRENT (ITS#7793) * Fix possible crash on Windows DLL detach * Misc code cleanup * Documentation: mdb_cursor_put: cursor moves on error (ITS#7771) - Rebase automake.diff and 0001-Patch-for-LMDB-to-use-robust-mutexes.patch- automake.diff changes: * for autoconf tests to have effect, (like those in 0001-Patch-for-LMDB-to-use-robust-mutexes.patch) config.h must be included as first file in all C code. * in 32 bit systems, ensure we support large databases. * Switch the compiler to the current C standard, currently -std=gnu99 in upcoming autoconf versions it is C11 though. - liblmdb-implicit-decl.patch atol() requires stdlib.h - Enable verbose build, rpmlint depends on that to work.- Prevent deadlock when process holding the db lock dies 0001-Patch-for-LMDB-to-use-robust-mutexes.patch - command line tools for debugging 0002-Add-extra-tools-and-CFEngine-modifications-for-LMDB.patchbuild78 15682034800.9.17-lp150.3.3.10.9.17-lp150.3.3.1lmdb.hliblmdb.so/usr/include//usr/lib64/-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.opensuse.org/openSUSE:Maintenance:11055/openSUSE_Leap_15.0_Update/2458b2ba8749b6db1253c8afcd3c19fa-lmdb.openSUSE_Leap_15.0_Updatecpioxz5x86_64-suse-linuxC source, ASCII textb(9}Y!utf-896012afac86e3474977f2b3be302a25ce5e26454e337d3c23a92f3ede89b0f92?P7zXZ !t/A] crv(vX0~ҺWO γHFnWe؋j&;e$]!X~ernDXξom:<хJz0+Amz^nrΊ] ?bu:5!}?) |dp bCQX RdB?*_J`i jiU[r[TGr!s b ufs\;G'I3 q:Lnt>[ 9y]y߯ h*j+jn#I>5VK*ʬm`o dD}7!2]hetm;]%S5 },!jOC񨛌wγe[ FHJZoG0$ 8Q/k~h5.֯惷;);j_8dN@_}+~Tmr̡'aznē˱СYX%zF/){sr\&0gQ snB@bv^ LL51~؈1w7.d1X!sn]h #yFq;mѫ;`句5G`G[+w/rn:-yFyt-XĂ~V-(>K'JNyK{Y8_]ҹQ$t)@9x6AӛR!:Nz377OrySNƣM( G}0 N??[GO|?;?OP_.8S餌4zVp~ܑ!6 B] 비6UO@Ȫt0h?eW9{Qei m-ols^~۩LQYk^ Ur\㏾-Q&1% i鏣Ȋð&lҍj7~g˹rSڀu1#gȠZ Sɴ 6ln"JC,gv9yn{ΡH@MD,5k)%gؿy߻h5$vPo+ǣ|h8 UBp{M >;xZmY0-C+#ẐgB&L7x[e"L)qFHzJJ 01Wm>4J6/6^OIң'ƇuKBCxn4cg۠·[ab \O %N&xXH܊7[} KaKCx$fݒ8ȏtYgP,/l @D/3KJ%[O!$G-Flgo*0{rOE\5*Jwt@0 w0{IkfEv5-卛3++YvbH}R3st~& D#Xbsxq`/fsYG3f'.:BL uKF ܍XUcc__1hh}5dMՀGaF;!^C]}DI^~eC?oAr{wꏔa)=-;%S0cR22?pd] @y]{i:>p%f{@o H>&~e%ZZXʂfjWs(X;"+w愷݆l (^VF!c$/5HeAUt?"$>6st-'KI&pw҂A{,yb1hBz cs8{£O@1`՜|݃bφ( @` 2K +mTT z qUYvߒXy{ݗyQ~ͭtpmD;Cl_pXXH6o ҢfDaATf^+A2mkpLp?ɑ2Mea`>Catep簁>'P?J8yrZӹ2 ^b :2CQnPGwT=fm]x9dޙҎFTOyД=eZ֏UM4.CxX76#k-5bTBJA jmRM8{pyqi: ^j?9q+dD3-rU Y`]h=̤!)Hif+aU(l ?+ꌺdiX#sU0LF7M_s Ԟ%f|r;.z#} 63Q1 e]#t3@80cP=]+" !voqY}6St=bsoz vwl«^E@D+ŶON'$QԬX٭ul}qغizF !`O=Y֘NGD>٬_WaTQ]~v. (fډE YnlQza)F>q81ʘV% 85SV$ҫō?i!`v/iUȋsy$ϋ HcAR,ZnܠO8';6EU1oUD4]Ȏ l}o-@/hϼHk晱HD9A.|<0wtq9[dNHW*-NHrDۈm[]JYt'[Zae+ 5 t?Oٛ s7IUE)vwyGfs5;4uѝIT? (r3tM32CަkGq MEQ4BՙJwLѹ?Hw *ШR{B&B>i>#2p@gTs11!zo 4`ޕ(jz-w£eD"}~+Дo{Xh^@s3Y9W+ѽ1Lw)IDosNu !GZ(WD]߼t`]xV[1!z42eĨQ?Wnj"虠q|pSlf`E! eܶC3lm(5~N9>(ITItOJ<)II90T3"֮p(X8Pd/3CXRrOMh sO.τW:^-\! i # \4m޾xv-|Yӎ`FI,7t@3}T;^~.$C; νtH=W9(Pwi K!ݪ:#?1z ߦ㍋Ùp,da 8mOmGxJXh~{2Pd'7 =ּٰ#-Y)rQ4Zzdbe]>b oU<,p JŎ>U>j 1|g J.]1Qon7 eVHO0>y 8y E2!Yj}tߟm-m<|;=@@򴯅H# VIt :8hc5Nx>UJJhhLCUc xPsRO.:> [>hQΰ+1NQr BZG-BNKMҡ@6'K-UEԐ^G4LdNk[*ĝzNq |nxM$Nd+єBkixz1OjɈi c">YV*@F q6TBU"8q 9WfFS Fmt aء M<+nu R]Fl];6}r@ K ,o`Oǡ!X0!A8Dr)ɘa`E]*R_8kpS Zkȡz!QS%XakۤO2F.ěӇȊX-a}KR>Q@Pٹ?2RQ݆>?!*ӫ(eTD09Bh~diEn\C'x(i.Gl| fd"!&}Df}-~S!YNgC?CΒ*g?ݹ[P#l 巿-Nˍk") nj+*4*[MY.fD 7J!]BCm!/ @fȃb_X:Uimsο"v)T/d]>{5C3 E8w]wY6#,jE&X{\J| ?lnqu\=_O!fp頍Vie.B7YMPyNV^Y@@|Q$,U-DtB  A짘%"]ODij(oBrLeJgz,bѣzX79m@n۔c@ؐCO iHM~ pMūq9ct@qX%ވsV)~BC^@ʠ΀VAvDT3߄|SD TDT1YCi16A/<Φ5%TtL2O[]fmg B\0T͔f*8 S>׼ƅv{|%c|CtQqasK"MCZ? \6_gfF 7y*A>q\ήf8j"Y '" 3wmZd߻q4!Z؈P#A7g-쓿=h@ao+Vp$'[s>Lļ6m_ oDJ _7#%W8~Ёv+<ݺ* 祤x4BUaN|q(chLB_@+S9bCb'K2Ut@A`f-=$f\FmKDG; nۍPECsbSe-OR&&2!w DSCu|%I@)!>72`G>Y_?$y8Lt_?Qv S$(.eΚμ๐ -kt<2vPX#IvjsUW@sH oƏbw+[p?.Q J)"d;g( GA36yĆ>{x;E& s[QMXYRZW{lְ(< 2bI%Er8eRKc(Y:VB0mÆHH 9z'.CU;MK9#-yPm8lT w!%Qϱ~߻mi9B/5*!v~&2e?y2.<$e@U~!ˠ^s=b͋(2% >vTt%ܘ'GIVG* hτ`Ygp.9ȞBGg|9DB^$@XiCLdB<<yBeB3TJZ>|jm.y^Cg%pl%bϖY|Q&5"LSL^XAw0(K;adhZiC=M¯q (ZkHZxʳ¨yrEњLBm~><ܓbHS k֯^ѦK#-^W@GC'e>( ̪ vB$% VsIPJ3KSs / xt gz~W9Ӗϩ0>'b# ze'ԙ'4Ъ.lH۔A V^w AP%?g mFhz*b{nUqDZ:jyr|/Jn}@\PY [[y<ܝO/|%~J] `1!k/@r(3}M.. lf(N&qRg ďY@HIi\0ɡqF\B:" t#6Kt0qn۾Λa Tޅzy]mi [:VKc}!-[PNgŞX3`,ԞEy6 ty>P?OF!DpXLN^˰M*I !;'6#u [\$%#600'k bm| D1`+hgRSPŮD[C˶ !yl5@{. @݄Y^F\@4DZ3HR6nŨeEP/מ,%=4k-w7[L<4(NRU[{`)ҎczS1ePo! Pл7]L2=v8Td `^}iK93Q"0,*?-5g`$*S9Hʤ)53 Cӷh=Hݪ6^oh]W1/Y֢/ y0PmLaRNU xbX]2&w{Exxo~@%~=+3d_ q6w^i.Iy[͚XPn14tDFpU{kxݝ\Y*ٚ~@=OG;\$? 0#0%m2B!)6xg&)YVZ%^lڽU+WAU jYRxr,!5ߌ)M05”gX^]rr[̵>doS}t(nN54j1` OWa'2fKuDJPHJCw FWn/;3tfy@d d){̡X4KƶӰ5O{I60 $3Gb9 m|k=BD\@Dxd?iH U45V1L zTu UQU#mV}ޅuIa>b,$ʏ);n K8̪.9h'Q -/*'ǸSgI :s!kKiQ&N*%n{ u 04WHW{4YQ jd"LP$qV#a Ŵ@=cۋ`$4pmgrN(ML+DZ]1P&@f)6D 焈sq BDkeCVl9Ϲ7F}P*MQ ,_u!Ax|ѝgYQ0뒒Q -aѝ3\hYH68BlF 㛆y8Ϛ&8'Iyw<4g #XҞR o(G3qKj>MZECoFXdJ_$b|k!0e|E1f(pE0,I(\ 6flyNq:!VtGxmsSK0Ϊ6uFηDe-Ԯ*ϕ%Ml@u^&ˍ쪛-ߙqHuRTw\Hi il4U`(S9<="}{e++L}2g'4ha %raAnB+> ['`ئ7Y ݜ.`ab~,Wc )G /o v-0'Sʚ "n"ad GKߺg"\(dOyAKӉj~:#)YXF>mLjOZڧ\b\SyѲ$#wQç?'^1kPq [ڙFF(B Dž?@c(l! @(W#'9)DO gu4!d So4fybjɽK֦ڊ}vYn5B˹V8`[#@3FOFX  Q&ԑ4N- ·kߺ19+Y9Ժ,fӮzDlV/,*[i]v|Xtѕ^R=3&qqDg JsHm1}= l3F㮵REX8+!G"ҽnc8UN|ɧ)Sf^|=̖q+F}\+>_s)^2Fuי 0w0ߐX z;O^KP4m1AOl^T3gz5&=IAKpa,ZC1{j'_G;eAEw@_[r),O#aFlY@ڀ[Ǚ؞_#pKϽdmBlרNJ̹lYQD;5oE%e3%%i93sVߥ^_/GXmvٚ]j6HL, iT.tA˳n]@m`{ia%sTn gTA:י?s3:'jZv?m PNCtj4Lݮj[I gU]|SiŸ0h^I]A&iBJra굝d HT*E>/(S]Ε%u1KuKQG}-} ]UdF68wpvgXo`qؤꓤ=zqjfp= &1.|K؜%Zͣ#h XQKh@"՘~ RPgAG DsJ^|d1yZЙKdm>s|8D2اm$苑㑳kM"3L ˖/iE*Z1{.d$I&"%֧ r\k0J"(`<&jK߫h Ttx݄!"7%[%8Ӽ/ˡ}NK&2qȌTbx%ht+O~z³^TZ e.kǧwi19s"z"*v,e@8C*(! 25%P`oJkDG|QFf=r$|+o\ w/ɜtdX ?A?ZcJz{+s|a C*ezQ?Zφ:\&m <3$iƺ%VL64d!f4Vn75o#$(M%ϒs-ڄ}|_Q%&]syCU ZSh`iSq/P!DBώt[+}-f!5ANLܱ-16,Ay0TW=;o+ MpgBh[ VgZkIʷg7+}\pY?MXz*bΣ6HDg&JϽ($>W_gˏ:8F63aVB|(6 i40X]uAJEnhx-<"֒CʴUN]r*F9{ZF@X.mlQOo^Yrw'4Ym46V]%,R[\PYfyΜZO0~j> xݢ_nɶ>=л(u{>o»8l <+Qobd4 7k1ŗie Ǵ( ڤbCYŸ@ƲKa_zE#_|R)QJݥRGvGxBmi'ВgH 8QÝ],UiYuSŷEy_p nTzwJ09EN{'temAw*BU^^r\]y=^y*#nIFi~lHdo/qq6_yR*H bDy̧Jw1M)ܖX_=umz7 T&p''C-?@tв$rhI4m I kB~!O?ЅH6$}!>#xfw,ڹ?nen/|c1](E]H kiX_sQ N` DSge)N+֍^9 e}w ̙i[v8Ycw5 F! e6ѨZ^HIs5r)_9i7T_|+g6HsW_]:L)lwlpzΨ͊D[_ZeQzarpa^TY^O10:ô}z7 %b}jN(YX ddL< @}iQpMH+W/1q"ⰁwfHE2Zď9C ۝\Elc 5V'{O/._X={]7U˷;'WI\/{r!2*YJ#/LfarBWrS4cM,F*= mx6TlR⤘Bj:`R0 eSmz%hA;"m@d{z¢ѯj CXjl: W0R0~탔=w3%Qąej] -% tɿPqtmy/V3OJRCo`-:U?S|Qw<wCe~"G5$ipL/|cX|V Eٶèokmrms#s4{172 3kL8` :tir芩W2.^֣UHߚ?:ڍ+ݱQU"_CXY,r٬>[+L\ 46Y,KqBH(ػD?@(,UIo vsvՑ5 Tf}5fnP+3$$:;*5 {~|x+up=g׿>L3"9 1DkRP8;p.W,H zxuӚ3LRF^R]|DRszədK7ESS#JgqAR%wH8ѷQ*@ @q"DZ}Rf6st\IކFG;.*f8T(HHfkv-mݧVKoժ zdFlo+36GLVxY[[B,F&u ]%j9ȊNU;Y2/`*r 5j8\bs|*_^#HЖ<:_pn2ym"EH*D.f*K]eL})v3q)CW9kJFu8|20Sɶ}ĈGMsCXG"f'ߨsm"W3V$&**yC7fL{yɎ&ez}!"I>Dtbp5,jy~bMbtIUT'8`[=eaٕ3o?P &`Qma߼^Ëa"n#2׈`C|Ǘk&=4O 7 L/S̻+][ն YZ