lmdb-devel-0.9.17-4.6.2 4>$  Ap^%bp9|_z Y!6`aS5(2#?eU>qu5y {.t~HƐ 57~SRaXxb2TȫjRʝ&QtpLxɟ.;S9}١'@EZw;34|IZWfiI ,45:=cX 8Ga!4wc(?O|`+o 0'ga N97727b78789e1988197e96d465a0d2a115ccfae64567d548ec4e12b3ac4ba1a84a1e3d6b28c41ff1227a56d956d7f94f3f362974c^%bp9|n`D :4JѪ*n88$yu[?티.bONCZz=um`Ńp;?d   7X\dh      b x^(8 9 : FGHIXY\]^bcd$e)f,l.u@vHz^ptzClmdb-devel0.9.174.6.2Development 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.^%sheep660SUSE Linux Enterprise 15SUSE LLC OLDAP-2.8https://www.suse.com/Development/Libraries/C and C++http://symas.com/mdb/linuxx86_640^%^%ca2aa36765a1873211009922362370948545e69da9a498e91b815d07cc8ff3e1liblmdb-0.9.17.sorootrootrootrootlmdb-0.9.17-4.6.2.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=@scabrero@suse.devarkoly@suse.comdmueller@suse.comstefan.bruens@rwth-aachen.dekkaempf@suse.comjengelh@inai.dehrvoje.senjan@gmail.comdimstar@opensuse.orghrvoje.senjan@gmail.comcrrodriguez@opensuse.org- Fix assert in mdb_page_search_root (bsc#1159086). * Add 0001-ITS-8336-fix-page_search_root-assert-on-FreeDB.patch- 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.sheep66 15786406610.9.17-4.6.20.9.17-4.6.2lmdb.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.suse.de/SUSE:Maintenance:13642/SUSE_SLE-15_Update/d1f2eebe83710ad3bb782a5b333705da-lmdb.SUSE_SLE-15_Updatecpioxz5x86_64-suse-linuxC source, ASCII textJX1xutf-87cc74168bca155dfa8cc80a0c09e0a9627993bd7241b22725049e355981aedae?P7zXZ !t/A] crv(vX0?> RG01Hl);Eqո@9I'VMcR0ga /`<9믉\i}}qzBdXvm|:ǸmG[5%& AnУFo1הV-iuL 678-ʈ{]O6{b-2)?N A=7<[ u Ir8^bH}!"zdq9dѦ/cpHNR{$aiOU̸>P^.9Jw뺇9qCmh:qh+'t)c 2d3~(>,O$zDˇ'|9$ ú~EI+d*uNÊ+ȧ5`s殒3/R9y_Ez٭?)[:wH@{˝ѩOWޟ׈D}s-T ~1ZۜBq,qb+q&H")ԣ {+kǭ J pu9/Wׯ]61 U2؀|Ɗ*aqg$'#zUI‚O#}/a%i;q >_L K"lUiph&d38jrd`;̢)޿RGk[sR <"n I, 7*OjTIF V5ʥtBQZ/R>O@qɍ ~#ބd 5XczZErKڛYـ+4āS>馡'l2 &Sx^ٱ&)ۗFgzCZN{Yk.?_|Y[!ĸM٥4@JW9H 0\2=2ik<^1*X: z?CgXUYh~l@{#tfVHV'-!clP ;Ʋl|?PWʨdaX;(]'O ᚒ؀EtnO(v`cS|]`eBͤQZ1d5Wy&i %➼Zqn)KE;+|Ch[+^{qG+rIԢ_vI$d=`jMzB+Q'ͮBP;Y$Ԇ>B%}?6R,~0cJtC4? {4VuA3f?{s*MVuGM+*(8o(PIMߟy\ 2i?KA56=_ !S?C5kxeck,# {)ppFz&Jquu歫{XmL !e@H#}eثl6U R#5^dgqK$Ɔyz\MSmw̷k6fhҿR^Ǻ 2ԠHiB8gd "g$61{8$Y#f(4+6tW_CYz:?Ll'X\d+6*D.:E\9pc˙7?Z. ܳܟ 8{Y%X*Gpq\FC AJFg+xшw w KA&qޤ /doeГ eWN (F*CmQC$U MvOB>kr[7.!r7h݈w?2퉏ћj,yb9F겺ǂϱ]f;Hf6_+cp _H'M[w# yQnbX"'?@I*VS+ :>VZ  4(LFfI@w'{^v_2ZkY+2{,"{ӎE¬ɕ~dᱤ4O]عzƹe=q-eUM}!dPO{'q;~OI, ;-F}uJ`O!'qQAW504+OB1QA*e;@2K|RZI \6,~~Y~73~ [z;asn\?:^R*kϺo]HtDP'p6F?NCƕMh3Nd/NL =\S9K{lHl>wORXViZ4{*ͺ5#*5FZ w'+\Z*ʋ =7p-`5-\h=cy6F@\)=N>ۊX'ozmi+kU_řW*xsI7ëyHk){"G㉉Aگi`!rY6Ҿ61_n"fdavN4a-UJMX_B=|e;߀+΂euL_t4mh2&Ov#(yZAeA1bk ;蚳{?}%zv\Zq.tJ@c"{6X+ ޖ8HHO8BF;(vB8s6[oD b{6.9XWc08ύG;%\!e7W0S0fsdnGe Q.M > ^*#I# L SGWuL| $ŸSUyM?(5v!4:RL6ؒ~v 7Ȳ^Ց_uG7B]|XZw u:B]Ќ!~tX 'յ,z}-- FDHB~E5D'P2Hz~T*J]ng?{3&0GҨEkW1\ 7mD<,@xT}n=wH] ).{ac]9줕nŽfHB 40a?w'/:>y]fy2ǖZYx ;S6gHX49Ś@6<<`\)&M f/eTN:̋Nʛqi ;wRGѨ'q#* UƲBMf&,t:S|]ɹ G Q v/fGmOz:Wrrдshzﲗl[o`@p]6_r 6TЌW#Qx 6~A4ӡiFoSe.g=.<&D ]|E-ޓ>(FHi7,67/F2-b'j53 Bj΍d ؤ*5*m g)G?0t Z|zV#RFc2 yh-iPm0Efvm5~9!= ǖV\M8x]hW]&әZUD$Ӯpsz^rM \ 4y}I4~i]kD6fOY5ך:cm.kJtm )%M)/dD (->R,pL:֌yI |\Ko- {ULo J&bf^8=կ^=sHv8xF'a:4&yk?ܥL"M_ohvI.L>C42}c\k4YʉRqAu4OS}R 8膐4bNcl^r-6 )_%%=&2۫*+$aPhYŖ'a^Rlt^q-5 |:FIʆ#N3Foߩ %Ϯ_e`"|,uA\O5 Oc2 Q@ZB{PASM/-|:qt5a Zq~\v-@ h S%j4@ FM͌BٛlL26 SeYˌ d*s U*+p/Nk?4~ibi3\kʛhLzm$-?qx6f1+n^(JҍT"m-7h oMÍU!60ׄJ>>U5ݣڽCQ 0L?ľs\/pR)~V}DHۖߢc5nv,C#MZE!?~ <8IU?:1L㰂NvM*̕}ݔRHϑk >Ó=xk ]FVAKIh |:_3s^vR\ ᭦c {s-1YWգ1jj (38 :EJ|qx3?X)N]=5&]VH[: ] ŸSlIBJS!vEz$d.!?u=bF8wxibmfwc1 (9@"paUωI\Ө-O;i0+]=eu-iS_ԹM2džî|a(e$*?m!RE\3[Yv [TL3;V^<Å&!: i==a'oe}m\ 'KeY/NoMˋ4y%Ch"f(e`v7G+.p#'V;'2MA+fwΥ0 F cM :rGQJ*]\9G{;g9Okk-!Czf;Ȏԁ|n( XFd|1$ Q0.]ePyLep. sڬ8bdaHT|QDxP{cϱ*9$>IFbg\a!kDg99 :y17MK"D>~T&/R%o9%;{4xƮ;Cʼڃ¡ԂU >N/{D{@B퇐jO`v/iR~IWemUl,QE ݵm{ўB.AE \n$ I[beU7Njr5M՗pc=uz:Vxq\^M:Mhr#lLs~OL[n.oN0>j;8BnoT?;YIB4ՙsD)) 2LOKJ9w[a]s7r}f E7FlHtJ!\@s_xw G+ dj Mjqe;s$#^ %,8  R.x9hCW50Jq&zfeNO4ϳfaoctWɹ Slb҇^bjȈɍC `TE81 *`Ω264:H"eJ,J0"홽)YO=#zk\#S[: Zڸ4d3`^o e2jsR) ' )X8oSƵEڿD~ :s"qSgf&x~Y龶;*s1YnZo=#đ/ hHJ^7i +'FEh5P)yvR6_NM$/8gC:!\֖d`hE@f-BML7:ؚB,ϐPRnܢI4Im<ңӬ5T*vUbt\@t4~[<+6k,ԶL-&?SӛNPPEhP^%LM˵6^>,sE>%)%3~Dzo5h{xx)[/{6ÀH@ ? {$u?"lx1FP(DHa ή:Tox4q}\1.wS ~e߻1|hJ*i L^B#`58?ݰ sMM+K0}Xh/;u*}ze -r[ՠUAk"*JpĨ.I0x% S(w_]RetsODUsv-r5GZf8U\|-e Aҏۻ(Mi/*8+L.`Ί4[lH$`-ݍC`R'q)sfy!# DLC_#XYGplԵH1Tu,]9Մo^Ɩ,_Zu36ᑨ&; +bp03xJ l22F# eSR\-U;Gom|P@9&W}iDQ.N<;ޤQ3҄ sxio.z!JrF۪,X?Pg$LyL2^KX̡CPE97qyWG!@Ld~ 40gߵ㲝Zk[`IFܙʢԇ-M2+H:ן g(JxG԰B~()<_ې%N{QV)ɗ7qzdiD\vV2r&G4q;mJlc Oqsv,#K)rB}`? hEA]0;X G;Ĵw2~&]h S~[۶|fKR!_HIBWwG:6Q e+v }f6.TgRSL{j֎%8v]@|H)d\/[?C E&CP /ވCS+fѨid%G6$tõM"*ۖ+ +'NC"€Cnqɿ ݉IVf٬mE!+w`eXC>m`M?4 ZU{ ܳbTM阳nkwr|6{ wsG1x@?]QEWd`csk&OO>ޗJa9<5\sJ}w3n'qɪtȒ7OcV }-wͬ>;VoCT(7'c2~dg|') [*b]>ppcm8{P ?:'{ؘ 2?Dr!N}o\ &:*&}Q IaN4%553o{Jr_.qF\_)V-{]ֲ,.%pnH>ɧR?SD֘eq]MIk1㜷`eS#b&/GwgxD #P'e'?PXL=P /2j[9Pc#ܠ%!_T PkN7cJ_VlZ)M0(EP̌H_r-C"b^BϏI3HcP#YLJpD|ZJ?A瀘p`R w9Q#7;90v#Z!Fj /hY/]EUx6Hx8Jϫw^ Id`gcDm{; =>ť-6z dT'ѽZYZc\(2mSYRY-P|AH?,CTI'`( HI;YZ.wsLI7´fZxl­,Hw!&gSgCq3B"0e ^@g6QizC!_݉#­\"4vҴ~X~9ʚW6@h7b,n| -.,uvmɳCfA'@4ҙGb he#{W+ֆ]=_C |LyZ8dXn\qC­x)ɓcR iD.I༷3mP(1ѮL~xݴeP헫7%Eܝ SyC ChE? <ׁ|fe+ZB;17YfN7{6wؿàF@}2iC2Q׷i"=>Y fz VR=|bSb~#vX/햍jnU+SJŷ`U13T +gw}V)ԀQ89mng暷r7@I;?Y8i\[8.~hUƜ35%  Ek<% z98~ө7~̱VO!MO*D< rf\_yq w3ZH$*5N[CYZ-_-[wV <#8vfxU͸ќBSlo,ע넅_=CԸLMAKoڬu}Ԛs<_:D9`;z %.꒽dyoaH= 8YkEYu"ݳf;;DS{FOOuS'gEŷ1Ûwr9tTM5 N6N,i/ɏLrӥpP%&V[MTEm4ӏR<`|K`]T?JҮyd4y2i)9$ce0;< ɝ/ eaט5_(!]T+?pC׺ +Skb 75*Ӫw 3|֏rl,/ Cic澵J oWC2aia_ê6*mKGkz0*?+3.~:Iz9sH&QXi6"c:#9j GM{?b5ՍP5EwT1Y(ms$fۋ^k~3;$ם{T!P{6,^&7:W R oOn- -tPJXMo"teXBƀ"^OS4jv/G- k~gZ8,fkE&?ƭP"})|2K騏 HyjMTE%?0sJ/HWA#릂i@9EPFvX_ #id]w`wʁ^=aթ, l1{$8M> VNHԓl.{PUo @t}4 +֬fRJ#S K@Ls1ھ*x\$[f'OzVSsEgh0ֹ x@vI:R f|g= FC!;E y"oPWW J4M1iYdy?U3V@(b )puIYA"pY3U ;[k6-@rGtBu+'\T7?, t > l#MB}m;%3M47F5/.jPdqlj~NLǽ^ ,C4ORl+spp9`V!FGtU΢SpPO]/m P[wYfp70E,ڪ|> fZ6RѪ\Z-vFH2P5VEed` 1/ڍL0 $Aa lնr4( c׊+w|JƵnoMSqb}t(y)c8˕^qݿ!SlA (Zq+K ( %:9#65RY=96L4$庒!P M #Hl_* _<0װ ?:^isku%`yEzWn[w[ v2 MT.=kI>7$֮XɊSQEt@8rd?s _`SԞ廖ajاiфO@)bibV*"/ܟ~0:MeJ#"[[{ .bsdZb-ҍ\r]cnSYOve ~21wTRZRȏ=IY=c ڀ`6d:]٭n&fD_Vի5}39x N=ZcMw={[*tK4Wl̯[=󢟣8P`AH&d[ƎٳXZyA4s:%k7y9ɋ)2?rOmezg- N#_@l/5-hafK43 *[ޓG۟@FH.j(Xa>V$ ~FŋA:s|Y D3h̏fy'a;qOd?)2)mP%MRz_uMaG8;}鰄 utyRFXQ(f4 m(*0:y B L[WgÏ%Hqڂn^=oxMZdT*Du w-@+Fٻ4 grQ DMMSWd"]͆7rRu>-DULjpr\jq^a=R,8\kg6\M 7FDq1TKg? rtīUk.1[Խf Ч xr]ٺK`6qJ?LЅ)+StuCr gly|m` Rǯy#[Xct\VU^ t< Ձ3^C셮\GM N:ADj4uKHtY&rGGDWX:=PbΟC\J-!imٽN?뮻wRiDpMOUEZSsfjvV9qV?XO8_g9Þ&l\pk=M9qvMuD )SQ`Y"iQ{*6o>+c~J&_psOXZOf\sU_/xE\o-=sb^%h-˦?z҄d}cdP@M zk|#E5VEjq*5լEȹ&0YBV8fDFge8JT(F񦰶Ʉ#ƁV s-Ʈϋ*=l/]߁C+SM,6 D n&a?z_{b$5*k.NP$E 66g[UOJz7:Zp0 N7vDN_Gԑc)EU^6kv5 -c"!h%چ>7B\S E _d-N:eBP"~6y¢JhPD۞(tIMTHR^Z:ηwoIi6_(Jj=tN|+dT)ݔD@h H<H L2ZP$"!a|$gʮ;U]c0M+ gzFXy!FA[t4kS: |DM愊L gL*Q$`C]0{ @C_%3_ner": ЊcK#' 8X!st GAu`X̭*\-n@UFrrMhO MXjO& >`:.4\l1j-!GxPϝ|"cսhEn6. |Tk7˴\b 9$O;ƥ] R3ȠרGSq vn;_9 T$}\A|/*ˎo4|Äĥ=㌤0$W]׳eŧ{ Vۨ=,YUI;%ӈ Rr =mHD- e)ݬ ;;nb: 1r:Epd-NH:Rie\rt$K{Z0)>sòXM}Ob$|E)BMI>QǞRp=צ'/B(rI'J=l%.zIt&ZnPFy g22?SހJ@&Xgʨ4 #sL̻݃E滶 YZ